|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DDLCapture | |
---|---|
be.SIRAPRISE.client | |
be.SIRAPRISE.messages |
Uses of DDLCapture in be.SIRAPRISE.client |
---|
Fields in be.SIRAPRISE.client declared as DDLCapture | |
---|---|
static DDLCapture |
DDLCapture.OFF
|
static DDLCapture |
DDLCapture.ON
|
Methods in be.SIRAPRISE.client that return DDLCapture | |
---|---|
static DDLCapture |
DDLCapture.getDDLCapture(boolean b)
Gets the DDLCapture object corresponding to the specified capturing mode (ON/OFF for true/false, repsectively) |
Methods in be.SIRAPRISE.client with parameters of type DDLCapture | |
---|---|
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,
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,
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,
DDLCapture ddlCapture)
Starts a transaction 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 |
Uses of DDLCapture in be.SIRAPRISE.messages |
---|
Methods in be.SIRAPRISE.messages with parameters of type DDLCapture | |
---|---|
StartTransactionMessage |
StartTransactionMessageTypeV1_2.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit,
DDLCapture captureDDL)
|
StartTransactionMessage |
StartTransactionMessageTypeV1_1.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit,
DDLCapture captureDDL)
|
StartTransactionMessage |
StartTransactionMessageTypeV1_0.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit,
DDLCapture captureDDL)
|
abstract StartTransactionMessage |
StartTransactionMessageType.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit,
DDLCapture captureDDL)
Factory method for getting a StartTransactionMessage of this MessageType's version, holding the given data |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |