Uses of Class
javatools.database.Database.TransactionSQLException

Packages that use Database.TransactionSQLException
javatools.database   
 

Uses of Database.TransactionSQLException in javatools.database
 

Subclasses of Database.TransactionSQLException in javatools.database
static class Database.CommitTransactionSQLException
           
static class Database.InitTransactionSQLException
           
static class Database.RollbackTransactionSQLException
           
static class Database.StartAutoCommitSQLException
           
 

Methods in javatools.database that throw Database.TransactionSQLException
 void Database.endTransaction()
          executes the transaction and switches back from transaction mode into autocommit mode
 void Database.endTransaction(boolean flush)
          Deprecated. 
 void Database.resetTransaction()
          resets the transaction rolling it back and closing it