Simple Savepoint
Simple Savepoint implementation used by all KDBC drivers.
This class is used by Oracle, MariaDB, PostgreSQL, and SQLite drivers to represent database savepoints for nested transaction support.
The savepoint name is validated on construction to prevent SQL injection.