MysqlSavepoint

ldbc.connector.MysqlSavepoint
class MysqlSavepoint(name: String) extends Savepoint

Represents SQL SAVEPOINTS in MySQL.

Attributes

Source
MysqlSavepoint.scala
Graph
Supertypes
trait Savepoint
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def getSavepointId(): Int

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

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

Attributes

Returns

the numeric ID of this savepoint

Definition Classes
Source
MysqlSavepoint.scala
override def getSavepointName(): String

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

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

Attributes

Returns

the name of this savepoint

Definition Classes
Source
MysqlSavepoint.scala