!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\oracle\product\10.2.0\client_2\sqlj\doc\runtime\javadoc\   drwxrwxrwx
Free 4.95 GB of 239.26 GB (2.07%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     index-all.html (142.58 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
: Index
A B C D E F G I J K L M N O P Q R S T U

A

absolute(int) - Method in interface sqlj.runtime.Scrollable
 
ADD_BATCH_COUNT - Static variable in class sqlj.runtime.ExecutionContext
Constant returned by getUpdateCount indicating that a statement was added to the pending statement batch.
addConnection(ConnectionContext) - Method in class sqlj.runtime.ref.ProfileGroup
Returns a connected group that manages the connected profiles associated with the passed connection and the current profile group's profiles.
afterLast() - Method in interface sqlj.runtime.Scrollable
 
ASCII_STREAM - Static variable in interface oracle.sqlj.runtime.OraConsts
 
AsciiStream - class sqlj.runtime.AsciiStream.
An InputStream-derived class whose bytes should be interpreted as ASCII.
AsciiStream(InputStream) - Constructor for class sqlj.runtime.AsciiStream
Creates an Ascii-valued input stream with an uninitialized length.
AsciiStream(InputStream, int) - Constructor for class sqlj.runtime.AsciiStream
Creates an Ascii-valued input stream of given length.
ASENSITIVE - Static variable in interface sqlj.runtime.ResultSetIterator
Constant used by the "sensitivity" field, indicating that the iterator is defined to have an asensitive cursor.
AUTO_BATCH - Static variable in class sqlj.runtime.ExecutionContext
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.

B

baseName(Class) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
beforeFirst() - Method in interface sqlj.runtime.Scrollable
 
BIG_DECIMAL - Static variable in interface oracle.sqlj.runtime.OraConsts
 
BINARY_STREAM - Static variable in interface oracle.sqlj.runtime.OraConsts
 
BinaryStream - class sqlj.runtime.BinaryStream.
An InputStream-derived class whose bytes should be interpreted as binary.
BinaryStream(InputStream) - Constructor for class sqlj.runtime.BinaryStream
Creates a Binary-valued input stream with an uninitialized length.
BinaryStream(InputStream, int) - Constructor for class sqlj.runtime.BinaryStream
Creates a Binary-valued input stream of given length.

C

CALLABLE_STMT_CLASS - Static variable in class oracle.sqlj.runtime.OraDynamicClosure
 
cancel() - Method in class sqlj.runtime.ExecutionContext
The cancel method can be used by one thread to cancel a sql operation that is currently being executed by another thread using this context.
CHARACTER_STREAM - Static variable in interface oracle.sqlj.runtime.OraConsts
 
CharacterStream - class sqlj.runtime.CharacterStream.
An Reader-derived class representing a character stream.
CharacterStream(Reader) - Constructor for class sqlj.runtime.CharacterStream
Creates a character stream with an uninitialized length.
CharacterStream(Reader, int) - Constructor for class sqlj.runtime.CharacterStream
Creates a character stream of given length.
checkColumns(RTResultSet, int) - Static method in class sqlj.runtime.ref.ResultSetIterImpl
Verifies that the passed result set has the passed expected number of columns.
classForName(String) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
clearBatch() - Method in class oracle.sqlj.runtime.OraRTStatement.OraBatchContext
 
clearWarnings() - Method in interface sqlj.runtime.ResultSetIterator
After this call getWarnings returns null until a new warning is reported for this iterator.
clearWarnings() - Method in class sqlj.runtime.ref.ResultSetIterImpl
After this call getWarnings returns null until a new warning is reported for this iterator.
CLOSE_CONNECTION - Static variable in interface sqlj.runtime.ConnectionContext
Underlying JDBC Connection should be closed
close() - Method in interface sqlj.runtime.ResultSetIterator
Closes the iterator object, releasing any underlying resources.
close() - Method in interface sqlj.runtime.ConnectionContext
Releases all resources used in maintaining database state on this context, closes any open connected profiles, and closes the underlying jdbc connection.
close() - Method in class sqlj.runtime.ExecutionContext
This method closes execution context object and releases any underlying resources.
close() - Method in class sqlj.runtime.ref.ConnectionContextImpl
closes the context, its underlying connection and connected profiles.
close() - Method in class sqlj.runtime.ref.ResultSetIterImpl
closes this iterator and the underlying result set.
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.
close(boolean) - Method in interface sqlj.runtime.ConnectionContext
Releases all resources used in maintaining database state on this context and closes any open connected profiles manages by this context.
close(boolean) - Method in class sqlj.runtime.ref.ConnectionContextImpl
Releases all resources used in maintaining database state on this context.
close(boolean) - 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 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.
connect(Class, String) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(Class, String, boolean) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(Class, String, String, String) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(Class, String, String, String, boolean) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(Connection) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(ConnectionContext) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(String) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(String, boolean) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(String, Properties) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(String, Properties, boolean) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(String, String, String) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
connect(String, String, String, boolean) - Static method in class oracle.sqlj.runtime.Oracle
Creates and installs a new connection context instance as the static default context if one did not previously exist.
CONNECTION_CLASS - Static variable in class oracle.sqlj.runtime.OraDynamicClosure
 
ConnectionContext - interface sqlj.runtime.ConnectionContext.
A connection context manages a set of SQL operations performed during a session with a specific database.
ConnectionContextFactory - interface sqlj.runtime.ConnectionContextFactory.
A SQLJ-specific data source is implemented based on an underlying JDBC data source.
ConnectionContextImpl - class sqlj.runtime.ref.ConnectionContextImpl.
The connection context impl class is an abstract implementation of the connection context interface.
ConnectionContextImpl(ProfileGroup, Connection) - Constructor for class sqlj.runtime.ref.ConnectionContextImpl
Creates a new connection context impl class with the given profile group and connection.
ConnectionContextImpl(ProfileGroup, ConnectionContext) - Constructor for class sqlj.runtime.ref.ConnectionContextImpl
Creates a new connection context impl class with the given profile group which uses the same connection as that of the passed context.
ConnectionContextImpl(ProfileGroup, String) - Constructor for class sqlj.runtime.ref.ConnectionContextImpl
Creates a new connection context impl class with the given profile group which uses the default datasource connection.
ConnectionContextImpl(ProfileGroup, String, boolean) - Constructor for class sqlj.runtime.ref.ConnectionContextImpl
Creates a new connection context impl class with the given profile group and creates a new connection using the passed url.
ConnectionContextImpl(ProfileGroup, String, Properties, boolean) - Constructor for class sqlj.runtime.ref.ConnectionContextImpl
Creates a new connection context impl class with the given profile group and creates a new connection using the passed url and properties.
ConnectionContextImpl(ProfileGroup, String, String, String) - Constructor for class sqlj.runtime.ref.ConnectionContextImpl
Creates a new connection context impl class with the given profile group which uses the a datasource connection with particular username and password.
ConnectionContextImpl(ProfileGroup, String, String, String, boolean) - Constructor for class sqlj.runtime.ref.ConnectionContextImpl
Creates a new connection context impl class with the given profile group and creates a new connection using the passed url, user and password.
CURSOR - Static variable in interface oracle.sqlj.runtime.OraConsts
 
CUSTOM_DATUM - Static variable in interface oracle.sqlj.runtime.OraConsts
 

D

DEFAULT_CLOSURE - Static variable in class oracle.sqlj.runtime.OraTypeClosureImpl
 
DEFAULT_DATA_SOURCE - Static variable in class sqlj.runtime.RuntimeContext
 
DEFAULT_RUNTIME - Static variable in class sqlj.runtime.RuntimeContext
 
DEFAULT_SCALE - Static variable in interface oracle.sqlj.runtime.OraConsts
 
DefaultContext - class sqlj.runtime.ref.DefaultContext.
The default context class provides a complete default implementation of a connection context.
DefaultContext(Connection) - Constructor for class sqlj.runtime.ref.DefaultContext
Creates a new default context instance which uses the passed connection as its underlying connection.
DefaultContext(ConnectionContext) - Constructor for class sqlj.runtime.ref.DefaultContext
Creates a new default context instance which uses the same underlying connection as the passed connection context instance.
DefaultContext(String, boolean) - Constructor for class sqlj.runtime.ref.DefaultContext
Creates a new default context instance whose underlying connection is created based on the passed url.
DefaultContext(String, Properties, boolean) - Constructor for class sqlj.runtime.ref.DefaultContext
Creates a new default context instance whose underlying connection is created based on the passed url, and properties information.
DefaultContext(String, String, String, boolean) - Constructor for class sqlj.runtime.ref.DefaultContext
Creates a new default context instance whose underlying connection is created based on the passed url, user and password.
DML_RETURNING - Static variable in class oracle.sqlj.runtime.OraEntryInfo
 
doReplay - Variable in class oracle.sqlj.runtime.OraRTStatement.Command
 
DYNAMIC_SCHEME - Static variable in class oracle.sqlj.runtime.SqljConnCacheBean
 

E

endFetch() - Method in interface sqlj.runtime.ResultSetIterator
Returns true iff the iterator is not positioned on a row.
endFetch() - Method in class sqlj.runtime.ref.ResultSetIterImpl
Returns false if currently on a row, true otherwise.
EXCEPTION_COUNT - Static variable in class sqlj.runtime.ExecutionContext
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.
EXEC_BATCH_COUNT - Static variable in class sqlj.runtime.ExecutionContext
constant returned by getUpdateCount indicating that a statement batch has been executed.
execute() - Method in class sqlj.runtime.ExecutionContext
Performs a generic execute on the currently registered statement.
execute() - Method in class oracle.sqlj.runtime.OraRTStatement
 
executeBatch() - Method in class sqlj.runtime.ExecutionContext
Executes the pending statement batch contained in this execution context and returns the result as an array of update counts.
executeBatch() - Method in class oracle.sqlj.runtime.OraRTStatement.OraBatchContext
 
executeComplete() - Method in class oracle.sqlj.runtime.OraRTStatement
 
executeQuery() - Method in class sqlj.runtime.ExecutionContext
Performs an execute query on the currently registered statement.
executeRTQuery() - Method in class oracle.sqlj.runtime.OraRTStatement
 
executeUpdate() - Method in class sqlj.runtime.ExecutionContext
Performs an execute update on the currently registered statement.
executeUpdate() - Method in class oracle.sqlj.runtime.OraRTStatement
 
ExecutionContext - class sqlj.runtime.ExecutionContext.
An execution context provides the context in which executable sql operations are preformed.
ExecutionContext.OracleContext - class sqlj.runtime.ExecutionContext.OracleContext.
 
ExecutionContext() - Constructor for class sqlj.runtime.ExecutionContext
Creates a new ExecutionContext object with default settings.
ExecutionContext(ConnectionContext) - Constructor for class sqlj.runtime.ExecutionContext
Creates a new ExecutionContext object that reflects the execution settings of a given ConnectionContext's ExecutionContext.
ExecutionContext(ExecutionContext) - Constructor for class sqlj.runtime.ExecutionContext
Creates a new ExecutionContext object that reflects the execution settings of a given ExecutionContext.

F

FETCH_FORWARD - Static variable in interface sqlj.runtime.ResultSetIterator
The rows in an iterator object will be processed in a forward direction; first-to-last.
FETCH_REVERSE - Static variable in interface sqlj.runtime.ResultSetIterator
The rows in an iterator object will be processed in a reverse direction; last-to-first.
FETCH_UNKNOWN - Static variable in interface sqlj.runtime.ResultSetIterator
The order in which rows in an iterator object will be processed is unknown.
finalize() - Method in class sqlj.runtime.ref.ConnectionContextImpl
Calls the finalize method of the super and closes this context if it has not already been closed.
finalize() - Method in class sqlj.runtime.ref.ResultSetIterImpl
finalizes the super object and calls close if this iterator has not already been closed.
findColumn(String) - Method in class sqlj.runtime.ref.ResultSetIterImpl
Returns the index associated with the passed column name on the underlying result set.
findColumn(String) - Method in class oracle.sqlj.runtime.OraRTResultSet
 
first() - Method in interface sqlj.runtime.Scrollable
 
FIXED_RETURN_NULL_SCHEME - Static variable in class oracle.sqlj.runtime.SqljConnCacheBean
 
FIXED_WAIT_SCHEME - Static variable in class oracle.sqlj.runtime.SqljConnCacheBean
 
ForUpdate - interface sqlj.runtime.ForUpdate.
An interface implemented by iterators which will be used in a positioned update or delete statement (as parameter to a WHERE CURRENT OF clause).

G

GET_PARAMS - Static variable in class oracle.sqlj.runtime.OraDynamicClosure
 
getBatchContext() - Method in class oracle.sqlj.runtime.OraRTStatement
 
getBatchLimit() - Method in class sqlj.runtime.ExecutionContext
The method getBatchLimit() Returns an int value indicating the current batch limit.
getBatchUpdateCounts() - Method in class sqlj.runtime.ExecutionContext
Returns an array of update counts containing one element for each command in the last statement batch to successfully complete execution.
getBigDecimal(int) - Method in class oracle.sqlj.runtime.OraRTResultSet
 
getBigDecimal(int) - Method in class oracle.sqlj.runtime.OraRTStatement
 
getCachedStatement(int) - Method in class oracle.sqlj.runtime.OraProfile
 
getCachedStatement(int, BatchContext) - Method in class oracle.sqlj.runtime.OraProfile
 
getColumnDefineNames() - Method in class oracle.sqlj.runtime.OraEntryInfo
 
getColumnDefines() - Method in class oracle.sqlj.runtime.OraEntryInfo
 
getConnectedProfile(Object) - Method in interface sqlj.runtime.ConnectionContext
Returns the connected profile associated with a profileKey for this connection context instance.
getConnectedProfile(Object) - Method in class sqlj.runtime.ref.ConnectionContextImpl
Returns the connected profile associated with a profileKey for this connection context instance.
getConnection() - Method in interface sqlj.runtime.ConnectionContext
Returns the underlying jdbc connection object associated with this context instance.
getConnection() - Method in class sqlj.runtime.ref.ConnectionContextImpl
Returns the underlying connection for this connection context.
getConnection(Class, String) - Static method in class oracle.sqlj.runtime.Oracle
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.
getConnection(Class, String, boolean) - Static method in class oracle.sqlj.runtime.Oracle
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.
getConnection(Class, String, String, String) - Static method in class oracle.sqlj.runtime.Oracle
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.
getConnection(Class, String, String, String, boolean) - Static method in class oracle.sqlj.runtime.Oracle
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.
getConnection(Connection) - Static method in class oracle.sqlj.runtime.Oracle
Returns a new default context instance which uses the passed connection as its underlying connection.
getConnection(ConnectionContext) - Static method in class oracle.sqlj.runtime.Oracle
Returns a new default context instance which uses the same underlying connection as the passed connection context instance.
getConnection(String) - Static method in class oracle.sqlj.runtime.Oracle
Returns a new default context instance whose underlying connection is created based on the passed url.
getConnection(String, boolean) - Static method in class oracle.sqlj.runtime.Oracle
Returns a new default context instance whose underlying connection is created based on the passed url and auto-commit mode.
getConnection(String, Properties) - Static method in class oracle.sqlj.runtime.Oracle
Returns a new default context instance whose underlying connection is created based on the passed url and properties information.
getConnection(String, Properties, boolean) - Static method in class oracle.sqlj.runtime.Oracle
Returns a new default context instance whose underlying connection is created based on the passed url, properties information, and auto-commit mode.
getConnection(String, String, String) - Static method in class oracle.sqlj.runtime.Oracle
Returns a new default context instance whose underlying connection is created based on the passed url, user, and password.
getConnection(String, String, String, boolean) - Static method in class oracle.sqlj.runtime.Oracle
Returns a new default context instance whose underlying connection is created based on the passed url, user, password and auto-commit mode.
getContext() - Method in class oracle.sqlj.runtime.SqljConnBean
Returns a connection context, whose type is determine by the bean property "ContextClass".
getContext(boolean) - Method in class oracle.sqlj.runtime.SqljConnBean
Returns the same result as getContext, except that the auto-commit staus in the underline JDBC connection is reseted according to the parameter.
getContext(Class) - Method in interface sqlj.runtime.ConnectionContextFactory
Return an instance of ConnectionContext type ctxClass
getContext(Class) - Method in class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl
Returns an instance of ctxClass.
getContext(Class) - Method in class oracle.sqlj.runtime.OracleSqljConnectionPoolDataSource
Returns an instance of ctxClass.
getContext(Class) - Method in class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl
Returns an instance of ctxClass.
getContext(Class) - Method in class oracle.sqlj.runtime.OracleSqljXADataSource
Returns an instance of ctxClass.
getContext(Class) - Method in class oracle.sqlj.runtime.SqljConnBean
Returns a connection context, whose type is determine by the parameter "ctxClass".
getContext(Class) - Method in class oracle.sqlj.runtime.OracleSqljDataSource
Returns an instance of ctxClass.
getContext(Class) - Method in class oracle.sqlj.runtime.OracleSqljOCIConnectionPool
Returns an instance of ctxClass.
getContext(Class, boolean) - Method in interface sqlj.runtime.ConnectionContextFactory
Return an instance of ConnectionContext type ctxClass , with the autoCommit mode of the underlying JDBC connection set according to the second argument
getContext(Class, boolean) - Method in class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl
Returns an instance of ctxClass.
getContext(Class, boolean) - Method in class oracle.sqlj.runtime.OracleSqljConnectionPoolDataSource
Returns an instance of ctxClass.
getContext(Class, boolean) - Method in class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl
Returns an instance of ctxClass.
getContext(Class, boolean) - Method in class oracle.sqlj.runtime.OracleSqljXADataSource
Returns an instance of ctxClass.
getContext(Class, boolean) - Method in class oracle.sqlj.runtime.SqljConnBean
Returns the same result as getContext(Class), except that the auto-commit staus in the underline JDBC connection is reseted according to the parameter.
getContext(Class, boolean) - Method in class oracle.sqlj.runtime.OracleSqljDataSource
Returns an instance of ctxClass.
getContext(Class, boolean) - Method in class oracle.sqlj.runtime.OracleSqljOCIConnectionPool
Returns an instance of ctxClass.
getContext(Class, String, String) - Method in interface sqlj.runtime.ConnectionContextFactory
Return an instance of ConnectionContext type ctxClass , given the user name and password of the underlying JDBC connection
getContext(Class, String, String) - Method in class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl
Returns an instance of ctxClass.
getContext(Class, String, String) - Method in class oracle.sqlj.runtime.OracleSqljConnectionPoolDataSource
Returns an instance of ctxClass.
getContext(Class, String, String) - Method in class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl
Returns an instance of ctxClass.
getContext(Class, String, String) - Method in class oracle.sqlj.runtime.OracleSqljXADataSource
Returns an instance of ctxClass.
getContext(Class, String, String) - Method in class oracle.sqlj.runtime.OracleSqljDataSource
Returns an instance of ctxClass.
getContext(Class, String, String) - Method in class oracle.sqlj.runtime.OracleSqljOCIConnectionPool
Returns an instance of ctxClass.
getContext(Class, String, String, boolean) - Method in interface sqlj.runtime.ConnectionContextFactory
Return an instance of ConnectionContext type ctxClass , given the user name, password and autoCommit mode of the underlying JDBC connection
getContext(Class, String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl
Returns an instance of ctxClass.
getContext(Class, String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljConnectionPoolDataSource
Returns an instance of ctxClass.
getContext(Class, String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl
Returns an instance of ctxClass.
getContext(Class, String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljXADataSource
Returns an instance of ctxClass.
getContext(Class, String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljDataSource
Returns an instance of ctxClass.
getContext(Class, String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljOCIConnectionPool
Returns an instance of ctxClass.
getContextClass() - Method in class oracle.sqlj.runtime.SqljConnBean
Get the fully qualified name of the underlying connection context class.
getCursorName() - Method in interface sqlj.runtime.ForUpdate
Get the name of the SQL cursor used by this iterator.
getCursorName() - Method in class sqlj.runtime.ref.ResultSetIterImpl
Returns the cursor name of the underlying result set.
getDefaultConnection() - Method in class sqlj.runtime.RuntimeContext
 
getDefaultContext() - Method in interface sqlj.runtime.ConnectionContextFactory
Return a DefaultContext instance
getDefaultContext() - Static method in class sqlj.runtime.ref.DefaultContext
Returns the default context instance associated with this context class.
getDefaultContext() - Method in class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl
Returns a DefaultContext instance.
getDefaultContext() - Method in class oracle.sqlj.runtime.OracleSqljConnectionPoolDataSource
Returns a DefaultContext instance.
getDefaultContext() - Method in class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl
Returns a DefaultContext instance.
getDefaultContext() - Method in class oracle.sqlj.runtime.OracleSqljXADataSource
Returns a DefaultContext instance.
getDefaultContext() - Method in class oracle.sqlj.runtime.SqljConnBean
Returns a connection context of Type DefaultContext.
getDefaultContext() - Method in class oracle.sqlj.runtime.OracleSqljDataSource
Returns a DefaultContext instance.
getDefaultContext() - Method in class oracle.sqlj.runtime.OracleSqljOCIConnectionPool
Returns a DefaultContext instance.
getDefaultContext(boolean) - Method in interface sqlj.runtime.ConnectionContextFactory
Return a DefaultContext instance, with the autoCommit mode of the underlying JDBC connection set according to the argument
getDefaultContext(boolean) - Method in class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl
Returns a DefaultContext instance.
getDefaultContext(boolean) - Method in class oracle.sqlj.runtime.OracleSqljConnectionPoolDataSource
Returns a DefaultContext instance.
getDefaultContext(boolean) - Method in class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl
Returns a DefaultContext instance.
getDefaultContext(boolean) - Method in class oracle.sqlj.runtime.OracleSqljXADataSource
Returns a DefaultContext instance.
getDefaultContext(boolean) - Method in class oracle.sqlj.runtime.SqljConnBean
Returns the same result as getDefaultContext, except that the auto-commit staus in the underline JDBC connection is reseted according to the parameter.
getDefaultContext(boolean) - Method in class oracle.sqlj.runtime.OracleSqljDataSource
Returns a DefaultContext instance.
getDefaultContext(boolean) - Method in class oracle.sqlj.runtime.OracleSqljOCIConnectionPool
Returns a DefaultContext instance.
getDefaultContext(String, String) - Method in interface sqlj.runtime.ConnectionContextFactory
Return a DefaultContext instance, given the user name and password of the underlying JDBC data source
getDefaultContext(String, String) - Method in class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl
Returns a DefaultContext instance.
getDefaultContext(String, String) - Method in class oracle.sqlj.runtime.OracleSqljConnectionPoolDataSource
Returns a DefaultContext instance.
getDefaultContext(String, String) - Method in class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl
Returns a DefaultContext instance.
getDefaultContext(String, String) - Method in class oracle.sqlj.runtime.OracleSqljXADataSource
Returns a DefaultContext instance.
getDefaultContext(String, String) - Method in class oracle.sqlj.runtime.OracleSqljDataSource
Returns a DefaultContext instance.
getDefaultContext(String, String) - Method in class oracle.sqlj.runtime.OracleSqljOCIConnectionPool
Returns a DefaultContext instance.
getDefaultContext(String, String, boolean) - Method in interface sqlj.runtime.ConnectionContextFactory
Return a DefaultContext instance, given the user name, password and autoCommit mode of the underlying JDBC connection
getDefaultContext(String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl
Returns a DefaultContext instance.
getDefaultContext(String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljConnectionPoolDataSource
Returns a DefaultContext instance.
getDefaultContext(String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl
Returns a DefaultContext instance.
getDefaultContext(String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljXADataSource
Returns a DefaultContext instance.
getDefaultContext(String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljDataSource
Returns a DefaultContext instance.
getDefaultContext(String, String, boolean) - Method in class oracle.sqlj.runtime.OracleSqljOCIConnectionPool
Returns a DefaultContext instance.
getDefaultStmtCacheSize() - Static method in class sqlj.runtime.ref.ConnectionContextImpl
This retrieves the current default statement cache size for connection contexts.
getEntryInfo() - Method in class oracle.sqlj.runtime.OraEntryInfo
 
getEntryInfo(int) - Method in class oracle.sqlj.runtime.OraProfileData
 
getExecutionContext() - Method in interface sqlj.runtime.ConnectionContext
Returns the default execution context used by this connection context.
getExecutionContext() - Method in class sqlj.runtime.ref.ConnectionContextImpl
Returns the default execution context used by this connection context.
getFetchDirection() - Method in class sqlj.runtime.ExecutionContext
Retrieves the direction for fetching rows from database tables that is the default for scrollable iterator objects generated from this ExecutionContext object.
getFetchDirection() - Method in interface sqlj.runtime.Scrollable
 
getFetchSize() - Method in interface sqlj.runtime.ResultSetIterator
Retrieves the number of rows that is the current fetch size for this iterator object.
getFetchSize() - Method in class sqlj.runtime.ExecutionContext
Retrieves the number of rows that is the current fetch size for iterator objects generated from this ExecutionContext object.
getFetchSize() - Method in class sqlj.runtime.ref.ResultSetIterImpl
Retrieves the number of rows that is the current fetch size for this iterator object.
getInputStream() - Method in class sqlj.runtime.StreamWrapper
Returns the underlying input stream which is being wrapped.
getIteratorInfo() - Method in class oracle.sqlj.runtime.OraTypeInfo
 
getLength() - Method in class sqlj.runtime.StreamWrapper
Returns the length in bytes of the wrapped InputStream, as specified during construction or in the last call to setLength().
getLength() - Method in class sqlj.runtime.CharacterStream
Returns the length in characters of the wrapped Reader, as specified during construction or in the last call to setLength().
getLoaderForClass(Class) - Method in class sqlj.runtime.RuntimeContext
 
getMaxFieldSize() - Method in class sqlj.runtime.ExecutionContext
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.
getMaxRows() - Method in class sqlj.runtime.ExecutionContext
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.
getMethod(Class, String, Class[]) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
getMethodInstance(Class, String, Class[]) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
getMethodInstance(String, String, Class[]) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
getMethodRecurse(Class, String, Class[]) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
getNextResultSet() - Method in class sqlj.runtime.ExecutionContext
Moves to the currently registered statement's next result.
getObject(int, Class) - Method in class oracle.sqlj.runtime.OraRTResultSet
 
getObject(int, Class) - Method in class oracle.sqlj.runtime.OraRTStatement
 
getObject(OraRTResultSet, int, Class, OraTypeInfo) - Method in class oracle.sqlj.runtime.OraTypeClosureImpl
 
getObject(OraRTResultSet, int, Class, OraTypeInfo) - Method in interface oracle.sqlj.runtime.OraTypeClosure
 
getObject(OraRTStatement, int, Class, OraTypeInfo) - Method in class oracle.sqlj.runtime.OraTypeClosureImpl
 
getObject(OraRTStatement, int, Class, OraTypeInfo) - Method in interface oracle.sqlj.runtime.OraTypeClosure
 
getOracleConnection() - Method in class sqlj.runtime.ref.ConnectionContextImpl
 
getOracleContext() - Method in class sqlj.runtime.ExecutionContext
 
getOracleResultSet() - Method in class oracle.sqlj.runtime.OraRTResultSet
 
getOracleType() - Method in class oracle.sqlj.runtime.OraTypeInfo
 
getParamInfo(int) - Method in class oracle.sqlj.runtime.OraRTStatement
 
getParamInfo(int) - Method in class oracle.sqlj.runtime.OraEntryInfo
 
getProfile(Object) - Static method in class sqlj.runtime.ref.DefaultContext
Returns a top-level profile associated with profile key returned by an earlier call to getProfileKey in this context class.
getProfile(Object) - Method in class sqlj.runtime.ref.ProfileGroup
Returns the profile associated with a particular key in this profile group.
getProfileData() - Method in class oracle.sqlj.runtime.OraProfileData
 
getProfileKey(Loader, String) - Static method in class sqlj.runtime.ref.DefaultContext
Returns a key associated with the profile having the given name.
getProfileKey(Loader, String) - Method in class sqlj.runtime.ref.ProfileGroup
Returns key object for the profile of given a name.
getQueryTimeout() - Method in class sqlj.runtime.ExecutionContext
The query timeout limit is the maxiumum number of seconds sql opeations subsequently executed using this context may take to complete.
getReader() - Method in class sqlj.runtime.CharacterStream
Returns the underlying reader which is being wrapped.
getResultSet() - Method in interface sqlj.runtime.ResultSetIterator
Returns the JDBC result set associated with this iterator.
getResultSet() - Method in class sqlj.runtime.ref.ResultSetIterImpl
Returns the JDBC result set associated with this iterator, if any.
getResultSetInfo(int) - Method in class oracle.sqlj.runtime.OraRTResultSet
 
getResultSetInfo(int) - Method in class oracle.sqlj.runtime.OraEntryInfo
 
getRuntime() - Static method in class sqlj.runtime.RuntimeContext
 
getSavepoint(String) - Method in class sqlj.runtime.ref.ConnectionContextImpl
Look up a JDBC Savepoint instance by its name
getSensitivity() - Method in interface sqlj.runtime.ResultSetIterator
Returns the sensitivity of this iterator object.
getSensitivity() - Method in class sqlj.runtime.ref.ResultSetIterImpl
Returns the sensitivity of this iterator object.
getSQLObjectTypeName() - Method in class oracle.sqlj.runtime.OraTypeInfo
 
getSQLString() - Method in class oracle.sqlj.runtime.OraEntryInfo
 
getSQLString(int) - Method in class oracle.sqlj.runtime.OraProfile
 
getSQLType() - Method in class oracle.sqlj.runtime.OraTypeInfo
 
getSQLType(String) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
getStmtCacheException() - Method in class sqlj.runtime.ref.ConnectionContextImpl
See if there is a statement caching exception.
getStmtCacheSize() - Method in class sqlj.runtime.ref.ConnectionContextImpl
This verifies whether SQLJ/explicit statement caching is enabled for the underlying connection of the connection context.
getTypeInfo() - Method in class oracle.sqlj.runtime.OraTypeInfo
 
getTypeMap() - Method in interface sqlj.runtime.ConnectionContext
Returns the type map that is underlying this connection context, null of none.
getTypeMap() - Method in class sqlj.runtime.ref.DefaultContext
Returns the type map on this connection context type.
getTypeSize() - Method in class oracle.sqlj.runtime.OraTypeInfo
 
getUpdateCount() - Method in class sqlj.runtime.ExecutionContext
Returns the number of rows updated by the last sql operation to complete execution using this context.
getWarnings() - Method in interface sqlj.runtime.ResultSetIterator
The first warning reported by calls on this iterator is returned.
getWarnings() - Method in class sqlj.runtime.ExecutionContext
Returns the first warning reported by the last sql operation to complete execution using this context.
getWarnings() - Method in class sqlj.runtime.ref.ResultSetIterImpl
Returns the first warning reported by calls on this iterator is returned.

I

INSENSITIVE - Static variable in interface sqlj.runtime.ResultSetIterator
Constant used by the "sensitivity" field, indicating that the iterator is defined to have an insensitive cursor.
INT_CLASS - Static variable in class oracle.sqlj.runtime.OraDynamicClosure
 
invoke(Method, Object, Object[]) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
invokeStaticRecurse(Class, String, Class[], Object[]) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
isAfterLast() - Method in interface sqlj.runtime.Scrollable
 
isBatchable() - Method in class oracle.sqlj.runtime.OraRTStatement
 
isBatchable() - Method in class oracle.sqlj.runtime.OraEntryInfo
 
isBatchCompatible() - Method in class oracle.sqlj.runtime.OraRTStatement
 
isBatching() - Method in class sqlj.runtime.ExecutionContext
Returns true if batching is currently enabled for this execution context, false if batching is disabled.
isBeforeFirst() - Method in interface sqlj.runtime.Scrollable
 
isClosed() - Method in interface sqlj.runtime.ResultSetIterator
check if the iterator has been closed or not.
isClosed() - Method in interface sqlj.runtime.ConnectionContext
returns true if this context has been closed, false otherwise.
isClosed() - Method in class sqlj.runtime.ref.ConnectionContextImpl
Returns true if this context has been closed, false otherwise.
isClosed() - Method in class sqlj.runtime.ref.ResultSetIterImpl
Returns true if this iterator has been closed, false otherwise.
isFirst() - Method in interface sqlj.runtime.Scrollable
 
isLast() - Method in interface sqlj.runtime.Scrollable
 
isNew() - Method in class sqlj.runtime.ExecutionContext.OracleContext
 

J

JAVA2_ARRAY - Static variable in interface oracle.sqlj.runtime.OraConsts
 
JAVA2_BLOB - Static variable in interface oracle.sqlj.runtime.OraConsts
 
JAVA2_CLOB - Static variable in interface oracle.sqlj.runtime.OraConsts
 
JAVA2_REF - Static variable in interface oracle.sqlj.runtime.OraConsts
 
JAVA2_SQLDATA - Static variable in interface oracle.sqlj.runtime.OraConsts
 
JAVA2_STRUCT - Static variable in interface oracle.sqlj.runtime.OraConsts
 

K

KEEP_CONNECTION - Static variable in interface sqlj.runtime.ConnectionContext
Underlying JDBC Connection should not be closed

L

last() - Method in interface sqlj.runtime.Scrollable
 
LIMITED_BATCH - Static variable in class sqlj.runtime.ExecutionContext
Deprecated.  
loadProps(Class, String) - Static method in class sqlj.runtime.ref.ConnectionContextImpl
Read a properties file.
loadTypeMap(Class, String) - Static method in class sqlj.runtime.ref.ConnectionContextImpl
Utility function to load the type map into a hastable.

M

m_ctxFactory - Variable in class oracle.sqlj.runtime.OracleSqljXADataSource
 
m_oCallableStmt - Variable in class oracle.sqlj.runtime.OraRTStatement
 
m_oPreparedStmt - Variable in class oracle.sqlj.runtime.OraRTStatement
 
m_ors - Variable in class sqlj.runtime.ref.ResultSetIterImpl
 
m_oRs - Variable in class oracle.sqlj.runtime.OraRTResultSet
 
MAPPED_CUSTOM_DATUM_TYPE - Static variable in class oracle.sqlj.runtime.OraTypeInfo
 

N

NamedIterator - interface sqlj.runtime.NamedIterator.
An interface implemented by all iterators that employ a by-name binding strategy.
NCHAR_ASCII_STREAM - Static variable in interface oracle.sqlj.runtime.OraConsts
 
NCHAR_CHARACTER_STREAM - Static variable in interface oracle.sqlj.runtime.OraConsts
 
NCHAR_UNICODE_STREAM - Static variable in interface oracle.sqlj.runtime.OraConsts
 
NcharAsciiStream - class oracle.sqlj.runtime.NcharAsciiStream.
An InputStream-derived class whose bytes should be interpreted as ASCII.
NcharAsciiStream(AsciiStream) - Constructor for class oracle.sqlj.runtime.NcharAsciiStream
Creates an Ascii-valued input stream with Nchar form of use from an existing Ascii input stream.
NcharAsciiStream(InputStream) - Constructor for class oracle.sqlj.runtime.NcharAsciiStream
Creates an Ascii-valued input stream with Nchar form of use with an uninitialized length.
NcharAsciiStream(InputStream, int) - Constructor for class oracle.sqlj.runtime.NcharAsciiStream
Creates an Ascii-valued input stream with Nchar form of use of given length.
NcharUnicodeStream - class oracle.sqlj.runtime.NcharUnicodeStream.
An InputStream-derived class whose bytes should be interpreted as Unicode.
NcharUnicodeStream(InputStream) - Constructor for class oracle.sqlj.runtime.NcharUnicodeStream
Creates an Unicode-valued input stream with Nchar form of use with an uninitialized length.
NcharUnicodeStream(InputStream, int) - Constructor for class oracle.sqlj.runtime.NcharUnicodeStream
Creates an Unicode-valued input stream with Nchar form of use of given length.
NcharUnicodeStream(UnicodeStream) - Constructor for class oracle.sqlj.runtime.NcharUnicodeStream
Creates an Unicode-valued input stream with Nchar form of use from an existing Unicode input stream.
NEW_BATCH_COUNT - Static variable in class sqlj.runtime.ExecutionContext
Constant returned by getUpdateCount indicating that a new statement batch was created.
newResultSet(RTResultSet, OraEntryInfo) - Method in class oracle.sqlj.runtime.OraProfile
 
newStatement(OraEntryInfo, int, int) - Method in class oracle.sqlj.runtime.OraProfile
 
next() - Method in interface sqlj.runtime.ResultSetIterator
Advances the iterator to the next row.
next() - Method in class sqlj.runtime.ref.ResultSetIterImpl
Fetches the next row in the iterator and returns true if there was a row to fetch, false otherwise.
NO_ARGS - Static variable in class oracle.sqlj.runtime.OraDynamicClosure
 
NO_PARAMS - Static variable in class oracle.sqlj.runtime.OraDynamicClosure
 
NO_SIZE - Static variable in class oracle.sqlj.runtime.OraTypeInfo
 
NUM_TYPES - Static variable in interface oracle.sqlj.runtime.OraConsts
 

O

ORA_DATA - Static variable in interface oracle.sqlj.runtime.OraConsts
 
Oracle - class oracle.sqlj.runtime.Oracle.
This class provides concise methods for establishing and installing SQLJ database connections.
ORACLE_BFILE - Static variable in interface oracle.sqlj.runtime.OraConsts
 
ORACLE_BLOB - Static variable in interface oracle.sqlj.runtime.OraConsts
 
ORACLE_CLOB - Static variable in interface oracle.sqlj.runtime.OraConsts
 
ORACLE_ROWID - Static variable in interface oracle.sqlj.runtime.OraConsts
 
oracle.sqlj.runtime - package oracle.sqlj.runtime
 
Oracle() - Constructor for class oracle.sqlj.runtime.Oracle
 
oracleClose() - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
oracleCloseQuery() - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
oracleCommit(ConnectionContextImpl) - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
oracleExecuteBatchableUpdate() - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
oracleExecuteQuery() - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
oracleExecuteUpdate() - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
oracleReleaseSavepoint(ConnectionContextImpl, Object) - Method in class sqlj.runtime.ExecutionContext.OracleContext
Release the save point, savepoint from the JDBC connection associated with occ
oracleRollback(ConnectionContextImpl) - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
oracleRollbackToSavepoint(ConnectionContextImpl, Object) - Method in class sqlj.runtime.ExecutionContext.OracleContext
Rollback to the save point, savepoint for the JDBC connection associated with occ
oracleSetSavepoint(ConnectionContextImpl, String) - Method in class sqlj.runtime.ExecutionContext.OracleContext
Set save point, named name , for the JDBC connection associated with occ .
OracleSqljConnectionCacheImpl - class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl.
OracleSqljConnectionCacheImpl extends the JDBC data source OracleConnectionCacheImpl with ConnectionContextFactory APIs, which provide convinent ways of obtaining connection context within SQLJ programs.
OracleSqljConnectionCacheImpl() - Constructor for class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl
Default Constructor.
OracleSqljConnectionCacheImpl(OracleConnectionPoolDataSource) - Constructor for class oracle.sqlj.runtime.OracleSqljConnectionCacheImpl
Create an OracleSqljConnectionCacheImpl with the given ConnectionPoolDataSource from which PooledConnections have to created.
OracleSqljConnectionPoolDataSource - class oracle.sqlj.runtime.OracleSqljConnectionPoolDataSource.
OracleSqljConnectionPoolDataSource extends the JDBC data source OracleSqljConnectionPoolDataSource with ConnectionContextFactory APIs, which provide convinent ways of obtaining connection context within SQLJ programs.
OracleSqljConnectionPoolDataSource() - Constructor for class oracle.sqlj.runtime.OracleSqljConnectionPoolDataSource
 
OracleSqljDataSource - class oracle.sqlj.runtime.OracleSqljDataSource.
OracleSqljDataSource extends the JDBC data source OracleDataSource with ConnectionContextFactory APIs, which provide convinent ways of obtaining connection context within SQLJ programs.
OracleSqljDataSource() - Constructor for class oracle.sqlj.runtime.OracleSqljDataSource
 
OracleSqljOCIConnectionPool - class oracle.sqlj.runtime.OracleSqljOCIConnectionPool.
OracleSqljOCIConnectionPool extends the JDBC data source OracleOCIConnectionPool with ConnectionContextFactory APIs, which provide convinent ways of obtaining connection context within SQLJ programs.
OracleSqljOCIConnectionPool() - Constructor for class oracle.sqlj.runtime.OracleSqljOCIConnectionPool
 
OracleSqljXAConnectionCacheImpl - class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl.
OracleSqljXAConnectionCacheImpl extends the JDBC data source OracleXAConnectionCacheImpl with ConnectionContextFactory APIs, which provide convinent ways of obtaining connection context within SQLJ programs.
OracleSqljXAConnectionCacheImpl() - Constructor for class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl
Default Constructor.
OracleSqljXAConnectionCacheImpl(OracleConnectionPoolDataSource) - Constructor for class oracle.sqlj.runtime.OracleSqljXAConnectionCacheImpl
Create an OracleSqljXAConnectionCacheImpl with the given ConnectionPoolDataSource from which XAConnections have to be created.
OracleSqljXADataSource - class oracle.sqlj.runtime.OracleSqljXADataSource.
OracleSqljXADataSource extends the JDBC data source abstract class OracleXADataSource with ConnectionContextFactory APIs, which provide convinent ways of obtaining connection context within SQLJ programs.
OraConsts - interface oracle.sqlj.runtime.OraConsts.
 
OraDynamicClosure - class oracle.sqlj.runtime.OraDynamicClosure.
 
OraDynamicClosure() - Constructor for class oracle.sqlj.runtime.OraDynamicClosure
 
OraEntryInfo - class oracle.sqlj.runtime.OraEntryInfo.
 
OraEntryInfo(EntryInfo, String, OraTypeInfo[], OraTypeInfo[], int[], String[], boolean, boolean) - Constructor for class oracle.sqlj.runtime.OraEntryInfo
 
OraProfile - class oracle.sqlj.runtime.OraProfile.
 
OraProfile(ConnectionContext, OraProfileData, OraTypeClosure[], boolean) - Constructor for class oracle.sqlj.runtime.OraProfile
 
OraProfileData - class oracle.sqlj.runtime.OraProfileData.
 
OraProfileData(ProfileData, OraEntryInfo[]) - Constructor for class oracle.sqlj.runtime.OraProfileData
 
OraRTResultSet - class oracle.sqlj.runtime.OraRTResultSet.
 
OraRTResultSet(RTResultSet, OraEntryInfo, OraProfile) - Constructor for class oracle.sqlj.runtime.OraRTResultSet
 
OraRTStatement - class oracle.sqlj.runtime.OraRTStatement.
 
OraRTStatement.Command - class oracle.sqlj.runtime.OraRTStatement.Command.
 
OraRTStatement.OraBatchContext - class oracle.sqlj.runtime.OraRTStatement.OraBatchContext.
 
OraRTStatement(RTStatement, OraEntryInfo, OraProfile, boolean, int) - Constructor for class oracle.sqlj.runtime.OraRTStatement
 
OraTypeClosure - interface oracle.sqlj.runtime.OraTypeClosure.
 
OraTypeClosureImpl - class oracle.sqlj.runtime.OraTypeClosureImpl.
 
OraTypeClosureImpl() - Constructor for class oracle.sqlj.runtime.OraTypeClosureImpl
 
OraTypeInfo - class oracle.sqlj.runtime.OraTypeInfo.
 
OraTypeInfo(TypeInfo, int, int) - Constructor for class oracle.sqlj.runtime.OraTypeInfo
 
OraTypeInfo(TypeInfo, int, int, String, int) - Constructor for class oracle.sqlj.runtime.OraTypeInfo
 
OraTypeInfo(TypeInfo, int, OraEntryInfo) - Constructor for class oracle.sqlj.runtime.OraTypeInfo
 
OS_ADT - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_ARRAY - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_BFILE - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_BLOB - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_CHAR - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_CLOB - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_DATE - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_JAVA_STRUCT - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_NCHAR - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_NCLOB - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_NSTRING - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_NUMBER - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_OPAQUE - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_RAW - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_REF - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_ROWID - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_STRUCT - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_TIMESTAMP - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_TIMESTAMPLTZ - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OS_TIMESTAMPTZ - Static variable in interface oracle.sqlj.runtime.OraConsts
 
OTT_REF - Static variable in interface oracle.sqlj.runtime.OraConsts
 
outOfScope(JspScopeEvent) - Method in class oracle.sqlj.runtime.SqljConnCacheBean
 

P

PASSWORD_KEY - Static variable in class oracle.sqlj.runtime.Oracle
The name of the password key within a properties file: "sqlj.password"
PLSQL_INDEX_TABLE - Static variable in interface oracle.sqlj.runtime.OraConsts
 
PositionedIterator - interface sqlj.runtime.PositionedIterator.
An interface implemented by all iterators that employ a by-position binding strategy.
PREPARED_STMT_CLASS - Static variable in class oracle.sqlj.runtime.OraDynamicClosure
 
prepareOracleBatchableStatement(ConnectionContextImpl, String, String) - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
prepareOracleCall(ConnectionContextImpl, String, String) - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
prepareOracleStatement(ConnectionContextImpl, String, String) - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
prepareOracleStatement(ConnectionContextImpl, String, String, int, int) - Method in class sqlj.runtime.ExecutionContext.OracleContext
 
prepareScrollableCall(String, ScrollableResultSetDescriptor) - Method in class oracle.sqlj.runtime.OraProfile
 
prepareScrollableStatement(String, ScrollableResultSetDescriptor) - Method in class oracle.sqlj.runtime.OraProfile
 
previous() - Method in interface sqlj.runtime.Scrollable
 
ProfileGroup - class sqlj.runtime.ref.ProfileGroup.
A profile group object manages a set of profiles and connected profiles.
ProfileGroup() - Constructor for class sqlj.runtime.ref.ProfileGroup
 
PROPERTY_KEY - Static variable in class sqlj.runtime.RuntimeContext
 

Q

QUERY_COUNT - Static variable in class sqlj.runtime.ExecutionContext
Constant returned by getUpdateCount indicating that the last execution produced a result set or iterator.

R

raiseNullExecCtx() - Static method in class sqlj.runtime.ExecutionContext
 
registerOutParameter(int, int) - Method in class oracle.sqlj.runtime.OraRTStatement
 
registerParameter(OraRTStatement, int, OraTypeInfo) - Method in class oracle.sqlj.runtime.OraTypeClosureImpl
 
registerParameter(OraRTStatement, int, OraTypeInfo) - Method in interface oracle.sqlj.runtime.OraTypeClosure
 
registerStatement(ConnectionContext, Object, int) - Method in class sqlj.runtime.ExecutionContext
Creates, registers and returns a statement.
relative(int) - Method in interface sqlj.runtime.Scrollable
 
releaseSavepoint(String) - Method in class sqlj.runtime.ref.ConnectionContextImpl
Remove the mapping between a name and a savepoint
releaseStatement() - Method in class sqlj.runtime.ExecutionContext
Releases the currently registered statement, signaling that all execution-related operations have completed.
RESULT_SET - Static variable in interface oracle.sqlj.runtime.OraConsts
 
RESULT_SET_CLASS - Static variable in class oracle.sqlj.runtime.OraDynamicClosure
 
resultSet - Variable in class sqlj.runtime.ref.ResultSetIterImpl
The underlying reference runtime result set
ResultSetIterator - interface sqlj.runtime.ResultSetIterator.
An interface that defines the shared functionality of those objects used to iterate over the contents of a result set.
ResultSetIterImpl - class sqlj.runtime.ref.ResultSetIterImpl.
The result set iter(ator) impl(ementation) class implements the functionality of both a positioned iterator, and a named iterator.
ResultSetIterImpl(ResultSet, RTResultSet) - Constructor for class sqlj.runtime.ref.ResultSetIterImpl
 
ResultSetIterImpl(RTResultSet) - Constructor for class sqlj.runtime.ref.ResultSetIterImpl
Creates a new result set iter impl object that uses data found in the passed result set.
ResultSetIterImpl(RTResultSet, int) - Constructor for class sqlj.runtime.ref.ResultSetIterImpl
Creates a new result set iter impl object that uses data found in the passed result set.
RuntimeContext - class sqlj.runtime.RuntimeContext.
 
RuntimeContext() - Constructor for class sqlj.runtime.RuntimeContext
 
runtimeVersion - Static variable in class oracle.sqlj.runtime.OraRTStatement
 

S

Scrollable - interface sqlj.runtime.Scrollable.
 
SENSITIVE - Static variable in interface sqlj.runtime.ResultSetIterator
Constant used by the "sensitivity" field, indicating that the iterator is defined to have a sensitive cursor.
SERIALIZABLE - Static variable in interface oracle.sqlj.runtime.OraConsts
 
SERIALIZED_TYPE - Static variable in class oracle.sqlj.runtime.OraTypeInfo
 
setAsciiStreamWrapper(int, AsciiStream) - Method in class oracle.sqlj.runtime.OraRTStatement
 
setBatching(boolean) - Method in class sqlj.runtime.ExecutionContext
Enables or disbables batching for statements executed on the execution context.
setBatchLimit(int) - Method in class sqlj.runtime.ExecutionContext
Sets the maximum batch size.
setBatchLimit(int) - Method in class oracle.sqlj.runtime.OraRTStatement.OraBatchContext
 
setBinaryStreamWrapper(int, BinaryStream) - Method in class oracle.sqlj.runtime.OraRTStatement
 
setBytes(int, byte[]) - Method in class oracle.sqlj.runtime.OraRTStatement
 
setCharacterStreamWrapper(int, CharacterStream) - Method in class oracle.sqlj.runtime.OraRTStatement
 
setContextClass(String) - Method in class oracle.sqlj.runtime.SqljConnBean
Set the fully qualified name of the underlying connection context class.
setDefaultContext(DefaultContext) - Static method in class sqlj.runtime.ref.DefaultContext
Sets the default connection context to be used for this class.
setDefaultStmtCacheSize(int) - Static method in class sqlj.runtime.ref.ConnectionContextImpl
This sets the default statement cache size for all connection contexts.
setFetchDirection(int) - Method in class sqlj.runtime.ExecutionContext
Gives the SQLJ runtime a hint as to the direction in which rows of scrollable iterator objects are processed.
setFetchDirection(int) - Method in interface sqlj.runtime.Scrollable
 
setFetchSize(int) - Method in interface sqlj.runtime.ResultSetIterator
Gives the SQLJ runtime a hint as to the number of rows that should be fetched when more rows are needed from this iterator object.
setFetchSize(int) - Method in class sqlj.runtime.ExecutionContext
Gives the SQLJ runtime a hint as to the number of rows that should be fetched when more rows are needed.
setFetchSize(int) - Method in class sqlj.runtime.ref.ResultSetIterImpl
Gives the SQLJ runtime a hint as to the number of rows that should be fetched when more rows are needed from this iterator object.
setLength(int) - Method in class sqlj.runtime.StreamWrapper
Sets the length attribute of the wrapped stream to be the passed value.
setLength(int) - Method in class sqlj.runtime.CharacterStream
Sets the length attribute of the wrapped stream to be the passed value.
setMaxFieldSize(int) - Method in class sqlj.runtime.ExecutionContext
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.
setMaxRows(int) - Method in class sqlj.runtime.ExecutionContext
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.
setObject(int, Object) - Method in class oracle.sqlj.runtime.OraRTStatement
 
setObject(OraRTStatement, int, Object, OraTypeInfo) - Method in class oracle.sqlj.runtime.OraTypeClosureImpl
 
setObject(OraRTStatement, int, Object, OraTypeInfo) - Method in interface oracle.sqlj.runtime.OraTypeClosure
 
setQueryTimeout(int) - Method in class sqlj.runtime.ExecutionContext
The query timeout limit is the maxiumum number of seconds sql opeations subsequently executed using this context may take to complete.
setSavepoint(String, Object) - Method in class sqlj.runtime.ref.ConnectionContextImpl
Utility function to map a name to a savepoint referened by that name
setStmtCacheSize(int) - Method in class sqlj.runtime.ref.ConnectionContextImpl
This sets the statement cache size for the underlying connection of the particular connection context instance (overrides the default).
setString(int, String) - Method in class oracle.sqlj.runtime.OraRTStatement
 
setUnicodeStreamWrapper(int, UnicodeStream) - Method in class oracle.sqlj.runtime.OraRTStatement
 
SQLJ_PROPERTIES - Static variable in class oracle.sqlj.runtime.Oracle
The name of the default properties file: "sqlj.properties"
sqlj.runtime - package sqlj.runtime
 
sqlj.runtime.ref - package sqlj.runtime.ref
 
SqljConnBean - class oracle.sqlj.runtime.SqljConnBean.
SqljConnBean enhances JSP ConnBean with the "m_contextClass" bean property, the "getContext" method, and the "getDefaultContext" method.
SqljConnBean() - Constructor for class oracle.sqlj.runtime.SqljConnBean
 
SqljConnCacheBean - class oracle.sqlj.runtime.SqljConnCacheBean.
DESCRIPTION SqljConnCacheBean can be used in place of ConnCacheBean.
SqljConnCacheBean() - Constructor for class oracle.sqlj.runtime.SqljConnCacheBean
 
SqljConnectionPoolDataSource - interface sqlj.runtime.SqljConnectionPoolDataSource.
SqljConnectionPoolDataSource defines the interface for the SQLJ-specific data sources that are based on JDBC ConnectionPoolDataSource implementations.
SqljDataSource - interface sqlj.runtime.SqljDataSource.
SqljDataSource defines the interface for all SQLJ-specific data sources.
SqljXADataSource - interface sqlj.runtime.SqljXADataSource.
SqljXADataSource defines the interface for the SQLJ-specific data sources that are based on JDBC XADataSource implementations.
SQLNullException - exception sqlj.runtime.SQLNullException.
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.
SQLNullException() - Constructor for class sqlj.runtime.SQLNullException
Create a SQLNullException object.
STANDARD - Static variable in interface oracle.sqlj.runtime.OraConsts
 
STMT_CACHE_EXCEPTION - Static variable in class sqlj.runtime.ref.ConnectionContextImpl
 
STMT_CACHE_NOT_ENABLED - Static variable in class sqlj.runtime.ref.ConnectionContextImpl
 
STMT_CLASS - Static variable in class oracle.sqlj.runtime.OraDynamicClosure
 
StreamWrapper - class sqlj.runtime.StreamWrapper.
This class wraps a particular InputStream instance.
StreamWrapper(InputStream) - Constructor for class sqlj.runtime.StreamWrapper
Creates a new StreamWrapper using the bytes in the passed InputStream.
StreamWrapper(InputStream, int) - Constructor for class sqlj.runtime.StreamWrapper
Creates a new StreamWrapper using the bytes in the passed InputStream.

T

toBoolean(boolean) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
toInteger(int) - Static method in class oracle.sqlj.runtime.OraDynamicClosure
 
TYPES_CLASS - Static variable in class oracle.sqlj.runtime.OraDynamicClosure
 

U

UNICODE_STREAM - Static variable in interface oracle.sqlj.runtime.OraConsts
 
UnicodeStream - class sqlj.runtime.UnicodeStream.
An InputStream-derived class whose bytes should be interpreted as Unicode.
UnicodeStream(InputStream) - Constructor for class sqlj.runtime.UnicodeStream
Creates a Unicode-valued input stream with an uninitialized length.
UnicodeStream(InputStream, int) - Constructor for class sqlj.runtime.UnicodeStream
Creates a Unicode-valued input stream of given length.
UNLIMITED_BATCH - Static variable in class sqlj.runtime.ExecutionContext
Constant passed to setBatchLimit to indicate that no implicit batch execution should be performed upon reaching a certain batch size.
URL_KEY - Static variable in class oracle.sqlj.runtime.Oracle
The name of the url key within a properties file: "sqlj.url"
useFixedChar() - Method in class oracle.sqlj.runtime.OraEntryInfo
 
USER_KEY - Static variable in class oracle.sqlj.runtime.Oracle
The name of the user key within a properties file: "sqlj.user"

A B C D E F G I J K L M N O P Q R S T U


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0312 ]--