OctaviusSavepointImpl

Internal implementation of the OctaviusSavepoint and standard JDBC Savepoint interfaces.

Constructors

Link copied to clipboard
constructor(id: Int)
constructor(name: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val savepointId: Int
Link copied to clipboard
open override val savepointName: String

Functions

Link copied to clipboard
open override fun getSavepointId(): Int

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

Link copied to clipboard
open override fun getSavepointName(): String

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