OctaviusSavepoint

Represents a savepoint within a database transaction in the Octavius framework.

A savepoint can be used to roll back portions of a transaction. It can be created either with an auto-generated numeric ID or with a specific name.

Inheritors

Functions

Link copied to clipboard
abstract fun getSavepointId(): Int

Retrieves the generated ID for the savepoint that this OctaviusSavepoint object represents.

Link copied to clipboard
abstract fun getSavepointName(): String

Retrieves the name of the savepoint that this OctaviusSavepoint object represents.