Field Summary |
|
int | BATCHEXECDIRECT |
int | BATCHEXECUTE |
int | COMMIT |
int | COMMIT_AND_CHAIN |
int | DATA Indicates that the Result object encapsulates a result
set response containing data. |
int | ERROR Indicates that the Result object encapsualtes an
error response. |
int | EXECUTE_FAILED |
int | GETSESSIONATTR Indicates that the Result object encapsulates a request
to get session attributes. |
int | HSQLPREPARECOMMIT |
int | HSQLRESETSESSION |
int | HSQL_API_BASE The offset at which HSQLDB API Result mode values start. |
int | MULTI Indicates that the Result object encapsulates multiple Result objects. |
int | PARAM_META_DATA Indicates that the Result object encapsulates a result
set response containing parameter metadata. |
int | PREPARE_ACK Indicates that the Result object encapsulates a response
that communicates the acknowlegement of newly allocated
CompiledStatement object in the form of its statementID. |
int | ROLLBACK |
int | ROLLBACK_AND_CHAIN |
int | SAVEPOINT_NAME_RELEASE |
int | SAVEPOINT_NAME_ROLLBACK |
int | SETSESSIONATTR Indicates that the Result object encapsulates a result
set for setting session attributes. |
int | SQLCONNECT Indicates that Result encapsulates a request to establish a connection. |
int | SQLDISCONNECT Indicates that Result encapsulates a request to terminate an
established connection. |
int | SQLENDTRAN Indicates that Result encapsulates a request to terminate an
SQL-transaction. |
int | SQLEXECDIRECT Indicates that Result encapsulates a request to execute a statement
directly. |
int | SQLEXECUTE Indicates that Result encapsulates a request to execute a prepared
statement. |
int | SQLFREESTMT Indicates that Result encapsulates a request to deallocate an
SQL-statement. |
int | SQLPREPARE Indicates that Result encapsulates a request to prepare a statement. |
int | SQLSETCONNECTATTR Indicates that Result encapsulates a request to set the value of an
SQL-connection attribute. |
int | SQLSTARTTRAN Indicates that Result encapsulates a request to explicitly start an
SQL-transaction and set its characteristics. |
int | SQL_API_BASE The offset at which the standard SQL API Result mode values start. |
int | SQL_ATTR_SAVEPOINT_NAME |
int | SUCCESS_NO_INFO |
int | UPDATECOUNT Indicates that the Result object encapsulates an update
count response. |