Uses of Interface
biz.hammurapi.sql.Transaction

Packages that use Transaction
biz.hammurapi.sql   
biz.hammurapi.sql.hypersonic   
 

Uses of Transaction in biz.hammurapi.sql
 

Methods in biz.hammurapi.sql that return Transaction
 Transaction ConnectionPerThreadDataSource.getInitConnectionTransaction()
           
 

Methods in biz.hammurapi.sql with parameters of type Transaction
 void SQLProcessor.executeTransaction(Transaction transaction)
           
 

Constructors in biz.hammurapi.sql with parameters of type Transaction
ConnectionPerThreadDataSource(java.lang.ClassLoader classLoader, java.lang.String driverClass, java.lang.String dbURL, java.lang.String user, java.lang.String password, Transaction initConnectionTransaction)
          Constructor
ConnectionPerThreadDataSource(java.lang.String driverClass, java.lang.String dbURL, java.lang.String user, java.lang.String password, Transaction initConnectionTransaction)
          Constructor
 

Uses of Transaction in biz.hammurapi.sql.hypersonic
 

Constructors in biz.hammurapi.sql.hypersonic with parameters of type Transaction
HypersonicDataSource(java.lang.String dbURL, java.lang.String user, java.lang.String password, Transaction initConnectionTransaction)
           
HypersonicServerDataSource(java.lang.String host, java.lang.String user, java.lang.String password, Transaction initConnectionTransaction)
          Connects to remote host specified by host parameter.
HypersonicServerDataSource(java.lang.String host, Transaction initConnectionTransaction)
          Connects to remote host specified by host parameter with user "sa" and blank password
HypersonicServerDataSource(Transaction initConnectionTransaction)
          Constructs server data source, which connects to localhost with user "sa" and blank password
HypersonicStandaloneDataSource(java.lang.String dbName, java.lang.String user, java.lang.String password, Transaction databaseInitTransaction, Transaction connectionInitTransaction)
          Constructor.
HypersonicStandaloneDataSource(java.lang.String dbName, Transaction databaseInitTransaction)
          Constructor.
 



Copyright © 2003 Hammurapi Group. All Rights Reserved.