Uses of Class
be.SIRAPRISE.client.DBException

Packages that use DBException
be.SIRAPRISE.client   
 

Uses of DBException in be.SIRAPRISE.client
 

Methods in be.SIRAPRISE.client that throw DBException
 AbstractRelation DBConnection.compileAndCacheQuery(java.lang.String query)
          Deprecated. use the compileAndCacheQuery() method from the DBTransaction instead
 AbstractRelation DBConnection.compileQuery(java.lang.String query)
          Deprecated. use compileQuery() on the DBTransaction object (obtained from startTransaction()) instead.
 void MonitorConnection.end()
          Simply closes the connection.
 AbstractRelation MonitorConnection.execCommand(java.lang.String command, java.lang.String userID, Signer userIDSigner, boolean userIDAuthenticatedByClient)
          Sends a monitor command to the server and returns the result obtained.
 AbstractRelation DBConnection.execDmlCommand(java.lang.String cmd)
          Deprecated. Use the execDmlCommand() method from the DBTransaction instead
 AbstractRelation DBConnection.execDmlCommandAndEndTransaction(java.lang.String cmd)
          Deprecated. instead, use execDmlCommandAndEndTransaction() on the DBTransaction object obtained from startTransaction()
 AbstractRelation DBConnection.execMultipleStatement(java.util.Collection<?> commands)
          Deprecated. replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction()
 AbstractRelation DBConnection.execMultipleStatement(java.lang.String[] commands)
          Deprecated. replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction()
 AbstractRelation DBConnection.execMultipleStatementAndEndTransaction(java.util.Collection<?> commands)
          Deprecated. replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction()
 AbstractRelation DBConnection.execMultipleStatementAndEndTransaction(java.lang.String[] commands)
          Deprecated. replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction()
 AbstractRelation[] DBConnection.execQueries(java.lang.String[] expression)
          Deprecated. replace this method by the execQueries() method of the DBTransaction object obtained from startTransaction()
 AbstractRelation[] DBConnection.execQueriesAndEndTransaction(java.lang.String[] expression)
          Deprecated. replace this method by the execQueriesAndEndTransaction() method of the DBTransaction object obtained from startTransaction()
 AbstractRelation DBConnection.execQuery(java.lang.String expression)
          Deprecated. replace this method by the execQuery() method of the DBTransaction object obtained from startTransaction()
 AbstractRelation DBConnection.execQueryAndEndTransaction(java.lang.String expression)
          Deprecated. replace this method by the execQueryAndEndTransaction() method of the DBTransaction object obtained from startTransaction()
 void DBConnection.rollback()
          Deprecated. Use the rollback() method of the DBTransaction object obtained from the connection instead
 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.
 

Constructors in be.SIRAPRISE.client that throw DBException
DBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
DBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
DBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, Signer privateKeyProvider)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
DBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
DBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.lang.String clientID, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.lang.String clientID, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.lang.String clientID, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(java.lang.String host, int port, java.lang.String clientID, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
MonitorConnection(java.net.InetAddress netAddress, int monitorPort)
           
MonitorConnection(java.net.InetAddress netAddress, int monitorPort, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, Signer signer)
           
MonitorConnection(java.lang.String host, int monitorPort)
          Creates a monitor connection to the specified host and port for an anonymous client.
MonitorConnection(java.lang.String host, int monitorPort, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, Signer signer)
          Creates the monitor connection to the specified host and port.
OneShotDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, Signer privateKeyProvider)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.lang.String clientID, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.lang.String clientID, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.lang.String clientID, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(java.lang.String host, int port, java.lang.String clientID, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, boolean initialAutoCommitForTransactions, Signer privateKeyProvider)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.util.Set<java.lang.String> signatureAlgorithmNames, java.lang.String clientID, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.lang.String clientID, boolean initialAutoCommitForTransactions, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.lang.String clientID, long requestConnectionIdleTime, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.lang.String clientID, long requestConnectionIdleTime, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.lang.String clientID, java.util.Set<java.lang.String> encryptionAlgorithmNames, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(java.lang.String host, int port, java.lang.String clientID, Signer signer)
          Creates a connection to the server on the specified host and port, and opens it for communication.