← Back to Stormify Documentation

SimpleSavepoint

class SimpleSavepoint(val savepointName: String) : 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.

Constructors

Link copied to clipboard
constructor(savepointName: String)

Properties

Link copied to clipboard
open override val savepointName: String

The name of this savepoint.