Savepoint

scalasql.core.DbApi.Savepoint
trait Savepoint

A SQL SAVEPOINT, with an ID, name, and the ability to roll back to when it was created

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def rollback(): Unit
def savepointId: Int
def savepointName: String