ExposedSavepoint

abstract class ExposedSavepoint(val name: String)

Base class representing a savepoint, with the specified name, which can be referenced during a rollback operation to undo any changes made after the point in the transaction.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard