Constant passed to setBatchLimit to indicate that implicit batch
execution should be performed, and that the actual batch size is at
the discretion of the SQLJ runtime implementation.
close() -
Static method in class oracle.sqlj.runtime.Oracle
Releases all resources used in maintaining database state on the default
context: closes any open connected profiles, and closes the underlying
jdbc connection.
Releases all resources used in maintaining database state on this
context, closes any open connected profiles, and closes the underlying
jdbc connection.
Releases all resources used in maintaining database state on the default
context: closes any open connected profiles, and optionally closes the
underlying jdbc connection - since the underlying JDBC connection managed
by this context may be shared between mutliple context objects, it is not
always desireable to close the underlying JDBC Connection when close is
called.
Constant returned by getUpdateCount indicating that an exeception
was thrown before the last execution was successfully completed,
or no operation has yet been attempted on this context.
Returns a new default context instance whose underlying connection is
created based on the "sqlj.url", "sqlj.user", and "sqlj.password"
entries of a property file.
Returns a new default context instance whose underlying connection is
created based on the "sqlj.url", "sqlj.user", and "sqlj.password"
entries of a property file and the passed auto-commit mode.
Returns a new default context instance whose underlying connection
is created based on the "sqlj.url" entry of a property file, and the
passed user and password.
Returns a new default context instance whose underlying connection is
created based on the "sqlj.url" entry of a property file, and the
passed user, password and auto-commit mode.
Retrieves the direction for fetching rows from database tables that
is the default for scrollable iterator objects generated from this
ExecutionContext object.
The max field size limit (in bytes) is the maximum amount of data
returned for any column value for sql operations subsequently executed
using this context; it only applies to BINARY, VARBINARY,
LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR columns.
The max rows limit is the maximum number of rows that any
ResultSetIterator or jdbc ResultSet returned by sql operations
subsequently executed using this context can contain.
The max field size limit (in bytes) is the maximum amount of data
returned for any column value for sql operations subsequently executed
using this context; it only applies to BINARY, VARBINARY,
LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR columns.
The max rows limit is the maximum number of rows that any
ResultSetIterator or jdbc ResultSet returned by sql operations
subsequently executed using this context can contain.
The SQLNullException class is a particular instance of SQLException used
in the case that SQL NULL was attemped to be fetched into a java
primitive type.