Package | Description |
---|---|
be.SIRAPRISE.client |
This package contains all the classes and interfaces that can be useful on the client side of an application involving SIRA_PRISE.
|
be.SIRAPRISE.client.jsba |
This package contains all the classes and interfaces for the
Java
SIRA_PRISE
Bridging
Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA.
|
Modifier and Type | Method and Description |
---|---|
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(boolean autoCommit,
TransactionMode transactionMode,
DDLCapture ddlCapture,
SnapShotIsolationMode snapShotIsolationMode)
Starts an anonymous transaction in the given transaction mode on the connection with the given autocommit setting
|
DBTransaction |
DBConnection.startTransaction(boolean autoCommit,
TransactionMode transactionMode,
SnapShotIsolationMode snapShotIsolationMode)
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,
boolean autoCommit,
TransactionMode transactionMode,
DDLCapture captureDDL,
SnapShotIsolationMode snapShotIsolationMode)
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,
SnapShotIsolationMode snapShotIsolationMode)
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,
boolean autoCommit,
TransactionMode transactionMode,
SnapShotIsolationMode snapShotIsolationMode)
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(java.lang.String userID,
Signer userIDSigner,
TransactionMode transactionMode,
SnapShotIsolationMode snapShotIsolationMode)
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
|
DBTransaction |
DBConnection.startTransaction(TransactionMode transactionMode,
DDLCapture ddlCapture,
SnapShotIsolationMode snapShotIsolationMode)
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,
SnapShotIsolationMode snapShotIsolationMode)
Starts an anonymous transaction in the given transaction mode on the connection with the default autocommit setting for transactions created on this connection
|
Modifier and Type | Method and Description |
---|---|
static Relation |
DmlCommand.execDmlCommand(DBTransaction transaction,
DmlCommand command)
Sends a command to the server and returns the result obtained.
|
static Relation |
DmlCommand.execDmlCommandAndEndTransaction(DBTransaction dbTransaction,
DmlCommand command)
Sends a command to the server and returns the result obtained.
|