Uses of Class
be.SIRAPRISE.client.DBTransaction

Packages that use DBTransaction
be.SIRAPRISE.client   
 

Uses of DBTransaction in be.SIRAPRISE.client
 

Methods in be.SIRAPRISE.client that return DBTransaction
 DBTransaction DBTransaction.getParentTransaction()
          Gets The "parent" transaction of this nested transaction, or null if this is not a nested transaction
 DBTransaction DBTransaction.savePoint()
          Takes a savepoint in the current transaction.
 DBTransaction DBTransaction.startNestedTransaction(boolean newAutoCommit, boolean readOnly)
          Starts a nested transaction within this transaction.
 DBTransaction DBConnection.startTransaction()
          Starts an anonymous transaction on the connection with the default autocommit, transactionmode and ddl capture settings for transactions created on this connection
 DBTransaction DBConnection.startTransaction(boolean autoCommit)
          Starts an anonymous transaction on the connection with the given autocommit setting
 DBTransaction DBConnection.startTransaction(boolean autoCommit, DDLCapture ddlCapture)
          Starts an anonymous transaction on the connection with the given autocommit and ddl capture settings
 DBTransaction DBConnection.startTransaction(boolean autoCommit, TransactionMode transactionMode)
          Starts an anonymous transaction in the given transaction mode on the connection with the given autocommit setting
 DBTransaction DBConnection.startTransaction(boolean autoCommit, TransactionMode transactionMode, DDLCapture ddlCapture)
          Starts an anonymous transaction in the given transaction mode on the connection with the given autocommit setting
 DBTransaction DBConnection.startTransaction(DDLCapture ddlCapture)
          Starts an anonymous transaction on the connection with the default autocommit and transactionmode settings for transactions created on this connection, and the given ddl capture setting
 DBTransaction DBConnection.startTransaction(java.lang.String userID, boolean userAuthenticatedByClient, java.lang.String signatureAlgorithm, byte[] signature)
          Starts a transaction on the connection with the default autocommit setting for transactions created on this connection
 DBTransaction DBConnection.startTransaction(java.lang.String userID, boolean userAuthenticatedByClient, java.lang.String signatureAlgorithm, byte[] signature, boolean autoCommit, TransactionMode transactionMode)
          Starts a transaction on the connection with the given autoCommit setting
 DBTransaction DBConnection.startTransaction(java.lang.String userID, boolean userAuthenticatedByClient, java.lang.String signatureAlgorithm, byte[] signature, boolean autoCommit, TransactionMode transactionMode, DDLCapture captureDDL)
          Starts a transaction on the connection with the given autoCommit setting
 DBTransaction DBConnection.startTransaction(java.lang.String userID, boolean userAuthenticatedByClient, java.lang.String signatureAlgorithm, byte[] signature, DDLCapture ddlCapture)
          Starts a transaction on the connection with the default autocommit setting for transactions created on this connection
 DBTransaction DBConnection.startTransaction(java.lang.String userID, boolean userAuthenticatedByClient, java.lang.String signatureAlgorithm, byte[] signature, TransactionMode transactionMode)
          Starts a transaction on the connection with the default autocommit setting for transactions created on this connection
 DBTransaction DBConnection.startTransaction(java.lang.String userID, boolean userAuthenticatedByClient, java.lang.String signatureAlgorithm, byte[] signature, TransactionMode transactionMode, DDLCapture ddlCapture)
          Starts a transaction on the connection with the default autocommit setting for transactions created on this connection
 DBTransaction DBConnection.startTransaction(java.lang.String userID, Signer userIDSigner)
          Starts a transaction on the connection for the named user and with the default autocommit setting for transactions created on this connection.
 DBTransaction DBConnection.startTransaction(java.lang.String userID, Signer userIDSigner, boolean autoCommit)
          Starts a transaction on the connection for the named user and with the default autocommit setting for transactions created on this connection.
 DBTransaction DBConnection.startTransaction(java.lang.String userID, Signer userIDSigner, boolean autoCommit, TransactionMode transactionMode)
          Starts a transaction in the given transaction mode on the connection for the named user and with the default autocommit setting for transactions created on this connection.
 DBTransaction DBConnection.startTransaction(java.lang.String userID, Signer userIDSigner, TransactionMode transactionMode)
          Starts a transaction in the given read-only mode on the connection for the named user and with the default autocommit setting for transactions created on this connection.
 DBTransaction DBConnection.startTransaction(TransactionMode transactionMode)
          Starts an anonymous transaction in the given transaction mode on the connection with the default autocommit setting for transactions created on this connection
 DBTransaction DBConnection.startTransaction(TransactionMode transactionMode, DDLCapture ddlCapture)
          Starts an anonymous transaction in the given transaction mode on the connection with the default autocommit setting for transactions created on this connection