MysqlSavepoint

jdbc.connector.MysqlSavepoint
See theMysqlSavepoint companion object
case class MysqlSavepoint(name: String) extends Savepoint

Attributes

Companion
object
Source
MysqlSavepoint.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Savepoint
class Object
trait Matchable
class Any
Show all

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product