Uses of Interface java.sql.Savepoint

Uses in package java.sql

Methods with parameter type java.sql.Savepoint

void
Removes the specified savepoint from this Connection.
void
Undoes all changes made after the specified savepoint was set.

Methods with return type java.sql.Savepoint

Savepoint
Creates a new unnamed savepoint for this Connection
Savepoint
Creates a new savepoint with the specifiend name for this Connection.