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.
|
be.SIRAPRISE.messages |
This package contains the classes that define/implement the various message types that can be sent to and received from a SIRA_PRISE server.
|
Modifier and Type | Method and Description |
---|---|
Relation |
DBTransaction.compileAndCacheQuery(java.lang.String query)
Deprecated.
- support for the COMPILE/CACHE commands has been dropped. Replace with INQUIRE __EXPRESSIONINFO(query).
|
Relation |
DBTransaction.compileQuery(java.lang.String query)
Deprecated.
- support for the COMPILE command has been dropped. Replace with INQUIRE __EXPRESSIONINFO(query).
|
Relation |
DBTransaction.execDmlCommand(java.lang.String cmd)
Deprecated.
- replace with execServerCommand(ServerCommand.getCommandObjectFrom(cmd))
|
Relation |
DBTransaction.execDmlCommandAndEndTransaction(java.lang.String cmd)
Deprecated.
- replace with execServerCommand(ServerCommand.getCommandFrom(cmd))
|
Relation |
DBTransaction.execMultipleStatementAndEndTransaction(java.lang.String[] commands)
Deprecated.
- replace with execServerCommandAndEndTransaction(new ServerMultipleAssignmentCommand(...))
|
Relation[] |
DBTransaction.execQueries(java.lang.String... expressions)
Executes a series of inquire commands on the server.
|
Relation[] |
DBTransaction.execQueriesAndEndTransaction(java.lang.String... expressions)
Executes a series of inquire commands on the server.
|
Relation |
DBTransaction.execQuery(java.lang.String expression)
Executes an inquire command on the server.
|
Relation |
DBTransaction.execQuery(java.lang.String expression,
java.util.List<java.lang.String> orderByAttributeNames)
Executes an inquire command on the server.
|
Relation |
DBTransaction.execQueryAndEndTransaction(java.lang.String expression)
Executes an inquire command on the server.
|
Relation |
DBTransaction.execQueryAndEndTransaction(java.lang.String expression,
java.util.List<java.lang.String> orderByAttributeNames)
Executes an inquire command on the server.
|
Relation |
DBTransaction.execServerCommand(ServerCommand serverCommand)
Sends a command to the server and returns the result obtained.
|
Relation |
DBTransaction.execServerCommandAndEndTransaction(ServerCommand serverCommand)
Sends a command to the server and returns the result obtained.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static ServerMessage |
ServerMessage.readMessage(java.io.DataInputStream in,
ProprietaryOrJCECipher cryptoProtocol,
java.security.Signature signingProtocol,
java.security.PublicKey publicKey)
The method used by readers to obtain a (structured) message from the given stream.
|