|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FirebirdSavepoint | |
|---|---|
| org.firebirdsql.jdbc | |
| Uses of FirebirdSavepoint in org.firebirdsql.jdbc |
|---|
| Classes in org.firebirdsql.jdbc that implement FirebirdSavepoint | |
|---|---|
class |
AbstractSavepoint
Implementation of the FirebirdSavepoint
interface. |
class |
FBSavepoint
Savepoint implementation. |
| Methods in org.firebirdsql.jdbc that return FirebirdSavepoint | |
|---|---|
FirebirdSavepoint |
FirebirdConnection.setFirebirdSavepoint()
Creates an unnamed savepoint in the current transaction and returns the new FirebirdSavepoint object that represents it. |
FirebirdSavepoint |
AbstractConnection.setFirebirdSavepoint()
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it. |
FirebirdSavepoint |
FirebirdConnection.setFirebirdSavepoint(String name)
Creates a named savepoint in the current transaction and returns the new FirebirdSavepoint object that represents it. |
FirebirdSavepoint |
AbstractConnection.setFirebirdSavepoint(String name)
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it. |
| Methods in org.firebirdsql.jdbc with parameters of type FirebirdSavepoint | |
|---|---|
void |
FirebirdConnection.releaseSavepoint(FirebirdSavepoint savepoint)
Removes the given FirebirdSavepoint object from the current
transaction. |
void |
AbstractConnection.releaseSavepoint(FirebirdSavepoint savepoint)
Removes the given Savepoint object from the current
transaction. |
void |
FirebirdConnection.rollback(FirebirdSavepoint savepoint)
Undoes all changes made after the given FirebirdSavepoint object
was set. |
void |
AbstractConnection.rollback(FirebirdSavepoint savepoint)
Undoes all changes made after the given Savepoint object
was set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||