All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

absolute(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.absolute.
acceptsURL(String). Method in class oracle.jdbc.driver.OracleDriver
The OracleDriver class accepts all URL that use the sub-protocol "oracle".
addBatch(). Method in class oracle.jdbc.driver.OracleCallableStatement
Add a set of parameters to the batch.
addBatch(). Method in class oracle.jdbc.driver.OraclePreparedStatement
Add a set of parameters to the batch.
addBatch(String). Method in class oracle.jdbc.driver.OraclePreparedStatement
This method cannot be used in OraclePreparedStatement.
addBatch(String). Method in class oracle.jdbc.driver.OracleStatement
Add a SQL command to the current batch.
addConnectionEventListener(ConnectionEventListener). Method in class oracle.jdbc.pool.OraclePooledConnection

Add an event listener.

afterLast(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.afterLast.
AL24UTFFSS_CHARSET. Static variable in class oracle.sql.CharacterSet
allProceduresAreCallable(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
append(int). Method in class oracle.sql.CharacterBuffer
Append the (posibly multi-byte) representation of c.
AR8ADOS710_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8ADOS710T_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8ADOS720_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8ADOS720T_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8APTEC715_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8APTEC715T_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8ARABICMAC_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8ARABICMACS_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8ARABICMACT_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8ASMO708PLUS_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8ASMO8X_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8EBCDICX_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8HPARABIC8T_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8ISO8859P6_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8MSAWIN_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8MUSSAD768_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8MUSSAD768T_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8NAFITHA711_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8NAFITHA711T_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8NAFITHA721_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8NAFITHA721T_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8SAKHR706_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8SAKHR707_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8SAKHR707T_CHARSET. Static variable in class oracle.sql.CharacterSet
AR8XBASIC_CHARSET. Static variable in class oracle.sql.CharacterSet
archive(int, int, String). Method in class oracle.jdbc.driver.OracleConnection
ARRAY. Static variable in class oracle.jdbc.driver.OracleTypes
ARRAY(ArrayDescriptor, Connection, Object). Constructor for class oracle.sql.ARRAY
Constructor.
ASCII_CHARSET. Static variable in class oracle.sql.CharacterSet
ASCII_TO_CHAR. Static variable in class oracle.jdbc.driver.OracleConnection
asciiStreamValue(). Method in class oracle.sql.BFILE
Convert to an ascii stream representation of the datum object
asciiStreamValue(). Method in class oracle.sql.CHAR
Convert to an ascii stream representation of the datum object
at_sign_character. Static variable in class oracle.jdbc.driver.OracleDriver
auto_rollback. Variable in class oracle.jdbc.driver.OracleStatement

B

beforeFirst(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.beforeFirst.
BFILE. Static variable in class oracle.jdbc.driver.OracleTypes
BG8MSWIN_CHARSET. Static variable in class oracle.sql.CharacterSet
BG8PC437S_CHARSET. Static variable in class oracle.sql.CharacterSet
bigDecimalValue(). Method in class oracle.sql.CHAR
Convert this data object into a BigDecimal.
BIGINT. Static variable in class oracle.jdbc.driver.OracleTypes
BINARY. Static variable in class oracle.jdbc.driver.OracleTypes
binaryStreamValue(). Method in class oracle.sql.CHAR
Convert to a binary stream representation of the datum object
BIT. Static variable in class oracle.jdbc.driver.OracleTypes
BLOB. Static variable in class oracle.jdbc.driver.OracleTypes
BLT8CP921_CHARSET. Static variable in class oracle.sql.CharacterSet
BLT8EBCDIC1112_CHARSET. Static variable in class oracle.sql.CharacterSet
BLT8MSWIN1257_CHARSET. Static variable in class oracle.sql.CharacterSet
BLT8PC775_CHARSET. Static variable in class oracle.sql.CharacterSet
BN8BSCII_CHARSET. Static variable in class oracle.sql.CharacterSet
booleanValue(). Method in class oracle.sql.CHAR
Convert to a boolean representation of the datum object
bytesToFormattedStr(byte[], int, String). Static method in class oracle.jdbc.driver.OracleLog
Format bytes into a string of printable form.
bytesToPrintableForm(String, byte[]). Static method in class oracle.jdbc.driver.OracleLog
Present byte array into printable form.
bytesToPrintableForm(String, byte[], int). Static method in class oracle.jdbc.driver.OracleLog
Present byte array into printable form.
byteValue(). Method in class oracle.sql.CHAR
Convert to a byte representation of the datum object

C

cancel(). Method in class oracle.jdbc.driver.OracleStatement
Cancel the current statement
cancelRowUpdates(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.cancelRowUpdates.
CATEGORY_ALL. Static variable in class oracle.jdbc.driver.OracleLog
CATEGORY_HIGH_VOL. Static variable in class oracle.jdbc.driver.OracleLog
CATEGORY_LOW_VOL. Static variable in class oracle.jdbc.driver.OracleLog
CATEGORY_MED_VOL. Static variable in class oracle.jdbc.driver.OracleLog
CATEGORY_TOTAL. Static variable in class oracle.jdbc.driver.OracleLog
CategoryName. Static variable in class oracle.jdbc.driver.OracleLog
CDN8PC863_CHARSET. Static variable in class oracle.sql.CharacterSet
CH7DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
CHAR. Static variable in class oracle.jdbc.driver.OracleTypes
CHAR(Object, CharacterSet). Constructor for class oracle.sql.CHAR
Construct a CHAR from an Object.
CHAR(String, CharacterSet). Constructor for class oracle.sql.CHAR
Constructor for CHAR.
CHAR_TO_ASCII. Static variable in class oracle.jdbc.driver.OracleConnection
CHAR_TO_JAVACHAR. Static variable in class oracle.jdbc.driver.OracleConnection
CHAR_TO_UNICODE. Static variable in class oracle.jdbc.driver.OracleConnection
CharacterBuffer(CharacterSet). Constructor for class oracle.sql.CharacterBuffer
Constructor.
characterStreamValue(). Method in class oracle.sql.CHAR
Convert to a character stream representation of the datum object
CharacterWalker(CharacterSet, byte[], int, int). Constructor for class oracle.sql.CharacterWalker
Constructor.
charsToUcs2Bytes(char[]). Static method in class oracle.jdbc.driver.OracleLog
Convert a character array into UCS-2 bytes (2 bytes per character).
charsToUcs2Bytes(char[], int). Static method in class oracle.jdbc.driver.OracleLog
Convert a character array into UCS-2 bytes (2 bytes per character).
checkDatumType(Datum, int, String). Static method in class oracle.sql.SQLUtil
Check if the Datum is compatible with the specified SQL type.
CL8BS2000_CHARSET. Static variable in class oracle.sql.CharacterSet
CL8EBCDIC1025_CHARSET. Static variable in class oracle.sql.CharacterSet
CL8EBCDIC1025X_CHARSET. Static variable in class oracle.sql.CharacterSet
CL8ISO8859P5_CHARSET. Static variable in class oracle.sql.CharacterSet
CL8KOI8R_CHARSET. Static variable in class oracle.sql.CharacterSet
CL8MACCYRILLIC_CHARSET. Static variable in class oracle.sql.CharacterSet
CL8MACCYRILLICS_CHARSET. Static variable in class oracle.sql.CharacterSet
CL8MSWIN1251_CHARSET. Static variable in class oracle.sql.CharacterSet
clear(). Method in interface oracle.jdbc.driver.OracleResultSetCache
Remove all data from the cache.
clearBatch(). Method in class oracle.jdbc.driver.OraclePreparedStatement
Make the set of parameters in the current batch empty.
clearBatch(). Method in class oracle.jdbc.driver.OracleStatement
Make the set of commands in the current batch empty.
clearDefines(). Method in class oracle.jdbc.driver.OracleStatement
Allows the user to clear previously defined types for the define-columns of a select statement.

This is useful if the user wishes to re-use a statement for a different query.

clearParameters(). Method in class oracle.jdbc.driver.OracleCallableStatement

In general, parameter values remain in force for repeated use of a Statement.

clearParameters(). Method in class oracle.jdbc.driver.OraclePreparedStatement

In general, parameter values remain in force for repeated use of a Statement.

clearWarnings(). Method in class oracle.jdbc.driver.OracleConnection
We do not have any connection-level warnings
clearWarnings(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.clearWarnings.
clearWarnings(). Method in class oracle.jdbc.driver.OracleStatement
We do not have any statement-level warnings.
CLOB. Static variable in class oracle.jdbc.driver.OracleTypes
close(). Method in class oracle.jdbc.driver.OracleConnection
Rollbacks the current transaction.
close(). Method in interface oracle.jdbc.pool.OracleConnectionCache
Close the connection cache.
close(). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl

Invoked by the ConnectionEventListener when an error occurs on a PooledConnection/LogicalConnection signaling that it is no longer good to be used and can be closed.

close(). Method in class oracle.jdbc.pool.OraclePooledConnection

Close the physical connection.

close(). Method in class oracle.jdbc.driver.OraclePreparedStatement
Close the prepared statement.
close(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.close.
close(). Method in interface oracle.jdbc.driver.OracleResultSetCache
Close the cache.
close(). Method in class oracle.jdbc.driver.OracleStatement
Close the current result set, if any, and then close the statement.
closed. Variable in class oracle.jdbc.driver.OracleStatement
closeFile(). Method in class oracle.sql.BFILE
Close the FILE.
closePooledConnection(PooledConnection). Method in interface oracle.jdbc.pool.OracleConnectionCache

Invoked by the ConnectionEventListener when an error occurs on a PooledConnection/LogicalConnection signaling that it is no longer good to be used and can be closed.

closePooledConnection(PooledConnection). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl

Invoked by the ConnectionEventListener when an error occurs on a PooledConnection/LogicalConnection signaling that it is no longer good to be used and can be closed.

commit(). Method in class oracle.jdbc.driver.OracleConnection
commit(Xid, boolean). Method in class oracle.jdbc.xa.OracleXAResource
CONCUR_READ_ONLY. Static variable in class oracle.jdbc.driver.OracleResultSet
CONCUR_UPDATABLE. Static variable in class oracle.jdbc.driver.OracleResultSet
config(int, int, int). Static method in class oracle.jdbc.driver.OracleLog
Configure tracing with the specified filtering masks.
connect(String, Properties). Method in class oracle.jdbc.driver.OracleDriver
connectionClosed(ConnectionEvent). Method in class oracle.jdbc.pool.OracleConnectionEventListener

Invoked when the application calls close() on its representation of the connection.

connectionErrorOccurred(ConnectionEvent). Method in class oracle.jdbc.pool.OracleConnectionEventListener

Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application.

conversion. Variable in class oracle.jdbc.driver.OracleConnection
convert(CharacterSet, byte[], int, int). Method in class oracle.sql.CharacterSet
Converts bytes in some representation to oracleId representation.
convert(String). Method in class oracle.sql.CharacterSet
Convert a String to bytes in oracleId representation.
convertUnshared(CharacterSet, byte[], int, int). Method in class oracle.sql.CharacterSet
Converts bytes in some representation to oracleId representation.
convertWithReplacement(String). Method in class oracle.sql.CharacterSet
Convert a String to bytes in oracleId representation.
copy(CustomDatum). Method in interface oracle.sql.Mutable
Copy the contents of cd into this.
create(Datum, int). Method in interface oracle.sql.CustomDatumFactory
create an Object from SQL Type and return it.
createDescriptor(String, Connection). Static method in class oracle.sql.ArrayDescriptor
Descriptor factory.
createDescriptor(String, Connection). Static method in class oracle.sql.StructDescriptor
Descriptor factory.
createStatement(). Method in class oracle.jdbc.driver.OracleConnection
createStatement just allocates a new statement object.
createStatement(int, int). Method in class oracle.jdbc.driver.OracleConnection
JDBC 2.0 Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
CURSOR. Static variable in class oracle.jdbc.driver.OracleTypes

D

D7DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
D7SIEMENS9780X_CHARSET. Static variable in class oracle.sql.CharacterSet
D8BS2000_CHARSET. Static variable in class oracle.sql.CharacterSet
D8EBCDIC273_CHARSET. Static variable in class oracle.sql.CharacterSet
dataDefinitionCausesTransactionCommit(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is a data definition statement within a transaction ignored?
DATE. Static variable in class oracle.jdbc.driver.OracleTypes
dateValue(). Method in class oracle.sql.CHAR
Convert to a Date representation of the datum object
db_access. Variable in class oracle.jdbc.driver.OracleConnection
dbstmt. Variable in class oracle.jdbc.driver.OracleStatement
DEBUG. Static variable in class oracle.jdbc.driver.OracleConnection
DEBUG1. Static variable in class oracle.jdbc.driver.OracleLog
DEBUG2. Static variable in class oracle.jdbc.driver.OracleLog
DECIMAL. Static variable in class oracle.jdbc.driver.OracleTypes
DEFAULT_CHARSET. Static variable in class oracle.sql.CHAR
DEFAULT_CHARSET. Static variable in class oracle.sql.CharacterSet
Special value.
DEFAULT_XA_TIMEOUT. Static variable in class oracle.jdbc.xa.OracleXAResource
defaultConnection(). Method in class oracle.jdbc.driver.OracleDriver
Get the default static Connection.
defineColumnType(int, int). Method in class oracle.jdbc.driver.OracleStatement
Define the type under which you will fetch data from the column.
defineColumnType(int, int, int). Method in class oracle.jdbc.driver.OracleStatement
Define the type under which you will fetch data from the column and the maximum size of data you want.
defineColumnType(int, int, String). Method in class oracle.jdbc.driver.OracleStatement
Define the type under which you will fetch data from the column.
defineParameterType(int, int, int). Method in class oracle.jdbc.driver.OraclePreparedStatement
Define the type under which you will bind the parameter and the maximum size of data you will bind in binds.
defines. Variable in class oracle.jdbc.driver.OracleStatement
deleteRow(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.deleteRow.
deletesAreDetected(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.deletesAreDetected.
DK7SIEMENS9780X_CHARSET. Static variable in class oracle.sql.CharacterSet
DK8BS2000_CHARSET. Static variable in class oracle.sql.CharacterSet
DK8EBCDIC277_CHARSET. Static variable in class oracle.sql.CharacterSet
dll_string. Static variable in class oracle.jdbc.driver.OracleDriver
doesMaxRowSizeIncludeBlobs(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
DOUBLE. Static variable in class oracle.jdbc.driver.OracleTypes
doubleValue(). Method in class oracle.sql.CHAR
Convert to a double representation of the datum object
DYNAMIC_SCHEME. Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl

E

E7DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
E7SIEMENS9780X_CHARSET. Static variable in class oracle.sql.CharacterSet
E8BS2000_CHARSET. Static variable in class oracle.sql.CharacterSet
EE8EBCDIC870_CHARSET. Static variable in class oracle.sql.CharacterSet
EE8ISO8859P2_CHARSET. Static variable in class oracle.sql.CharacterSet
EE8MACCE_CHARSET. Static variable in class oracle.sql.CharacterSet
EE8MACCES_CHARSET. Static variable in class oracle.sql.CharacterSet
EE8MACCROATIAN_CHARSET. Static variable in class oracle.sql.CharacterSet
EE8MACCROATIANS_CHARSET. Static variable in class oracle.sql.CharacterSet
EE8MSWIN1250_CHARSET. Static variable in class oracle.sql.CharacterSet
EE8PC852_CHARSET. Static variable in class oracle.sql.CharacterSet
EEC8EUROASCI_CHARSET. Static variable in class oracle.sql.CharacterSet
EEC8EUROPA3_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8EBCDIC875_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8GCOS7_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8ISO8859P7_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8MACGREEK_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8MACGREEKS_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8MSWIN1253_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8PC437S_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8PC737_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8PC851_CHARSET. Static variable in class oracle.sql.CharacterSet
EL8PC869_CHARSET. Static variable in class oracle.sql.CharacterSet
end(Xid, int). Method in class oracle.jdbc.xa.OracleXAResource
equals(Object). Method in class oracle.sql.CharacterSet
Two CharacterSet's are equal when their oracleId's are equal
ERROR. Static variable in class oracle.jdbc.driver.OracleLog
ET8MSWIN923_CHARSET. Static variable in class oracle.sql.CharacterSet
execute(). Method in class oracle.jdbc.driver.OraclePreparedStatement
Execute the statement.
execute(String). Method in class oracle.jdbc.driver.OracleStatement
Execute a SQL statement.
executeBatch(). Method in class oracle.jdbc.driver.OraclePreparedStatement
Submit a batch of parameters to the database for execution.
executeBatch(). Method in class oracle.jdbc.driver.OracleStatement
Submit a batch of commands to the database for execution.
executeQuery(). Method in class oracle.jdbc.driver.OraclePreparedStatement
Execute the query statement.
executeQuery(String). Method in class oracle.jdbc.driver.OracleStatement
Execute a query statement.
executeUpdate(). Method in class oracle.jdbc.driver.OraclePreparedStatement
Execute the update statement.
executeUpdate(String). Method in class oracle.jdbc.driver.OracleStatement
Execute an update statement.

F

F7DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
F7SIEMENS9780X_CHARSET. Static variable in class oracle.sql.CharacterSet
F8BS2000_CHARSET. Static variable in class oracle.sql.CharacterSet
F8EBCDIC297_CHARSET. Static variable in class oracle.sql.CharacterSet
FETCH_FORWARD. Static variable in class oracle.jdbc.driver.OracleResultSet
FETCH_REVERSE. Static variable in class oracle.jdbc.driver.OracleResultSet
FETCH_UNKNOWN. Static variable in class oracle.jdbc.driver.OracleResultSet
FIELD_ALL. Static variable in class oracle.jdbc.driver.OracleLog
FIELD_CATEGORY. Static variable in class oracle.jdbc.driver.OracleLog
FIELD_CONN. Static variable in class oracle.jdbc.driver.OracleLog
FIELD_DEFAULT. Static variable in class oracle.jdbc.driver.OracleLog
FIELD_MODULE. Static variable in class oracle.jdbc.driver.OracleLog
FIELD_NONE. Static variable in class oracle.jdbc.driver.OracleLog
FIELD_SUBMOD. Static variable in class oracle.jdbc.driver.OracleLog
FIELD_THREAD. Static variable in class oracle.jdbc.driver.OracleLog
FIELD_TIME. Static variable in class oracle.jdbc.driver.OracleLog
fileExists(). Method in class oracle.sql.BFILE
Find out if a given BFILE (whose locator) points to a file that actually exists on the server's filesystem.
findColumn(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.findColumn.
first(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.first.
FIXED_CHAR. Static variable in class oracle.jdbc.driver.OracleTypes
Use this type when binding to a CHAR column in the where clause of a Select statement.
FIXED_RETURN_NULL_SCHEME. Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
FIXED_WAIT_SCHEME. Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
FLOAT. Static variable in class oracle.jdbc.driver.OracleTypes
floatValue(). Method in class oracle.sql.CHAR
Convert to a float representation of the datum object
forget(Xid). Method in class oracle.jdbc.xa.OracleXAResource
FUNCTION. Static variable in class oracle.jdbc.driver.OracleLog

G

get(int, int). Method in interface oracle.jdbc.driver.OracleResultSetCache
Return the data stored in the i-th row and j-th column.
get_internal_type(int). Static method in class oracle.sql.SQLUtil
getActiveSize(). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Return the total no of connections that are being used.
getArray(). Method in class oracle.sql.ARRAY
Implements Array interface method Retrieve the contents of the SQL array designated by the object.
getArray(Dictionary). Method in class oracle.sql.ARRAY
Implements Array interface method Retrieve the contents of the SQL array designated by this object.
getARRAY(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getArray(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getARRAY(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getArray(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getArray.
getArray(long, int). Method in class oracle.sql.ARRAY
Implements Array interface method Like getArray() above, but returns an array containing a slice of the SQL array, beginning with the given index and containing up to count successive elements of the SQL array.
getArray(long, int, Dictionary). Method in class oracle.sql.ARRAY
Implements Array interface method Like getArray() above, but returns an array containing a slice of the SQL array, beginning with the given index and containing up to count successive elements of the SQL array.
getArray(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getArray.
getARRAY(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getArrayType(). Method in class oracle.sql.ArrayDescriptor
Return the database type of the array.
getAsciiOutputStream(). Method in class oracle.sql.CLOB
Oracle extension.
getAsciiStream(). Method in class oracle.sql.CLOB
Implements the Clob interface method.
getAsciiStream(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getAsciiStream(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getAsciiStream.
getAsciiStream(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getAsciiStream.
getAttributes(). Method in class oracle.sql.STRUCT
Implements the Struct interface function.
getAttributes(Dictionary). Method in class oracle.sql.STRUCT
Implements the Struct interface function.
getAutoClose(). Method in class oracle.jdbc.driver.OracleConnection
We are always in auto-close mode.
getAutoCommit(). Method in class oracle.jdbc.driver.OracleConnection
getAutoRollback(). Method in class oracle.jdbc.driver.OracleStatement
getBaseName(). Method in class oracle.sql.ArrayDescriptor
In case the elements are named types the fully qualified name of their type.Otherwise, return type name used by the database
getBaseType(). Method in class oracle.sql.ARRAY
Implements Array interface method Determine the code, from java.sql.Types, of the type of the elements of the array.
getBaseType(). Method in class oracle.sql.ArrayDescriptor
Return element's type code.
getBaseTypeName(). Method in class oracle.sql.ARRAY
Implements Array interface method Returns the SQL type name of the elements in the array designated by this Array object.
getBaseTypeName(). Method in class oracle.sql.REF
Implements the Ref interface method.
getBestRowIdentifier(String, String, String, int, boolean). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBFILE(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getBfile(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBFILE(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBFILE(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBfile(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBigDecimal(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getBigDecimal(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBigDecimal.
getBigDecimal(int, int). Method in class oracle.jdbc.driver.OracleCallableStatement
getBigDecimal(int, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBigDecimal.
getBigDecimal(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBigDecimal.
getBigDecimal(String, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBigDecimal.
getBinaryOutputStream(). Method in class oracle.sql.BLOB
Oracle extension.
getBinaryStream(). Method in class oracle.sql.BFILE
Retrieve the entire BFILE as a stream.
getBinaryStream(). Method in class oracle.sql.BLOB
Implements the Blob interface function.
getBinaryStream(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getBinaryStream(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBinaryStream.
getBinaryStream(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBinaryStream.
getBitNumFromVector(int). Static method in class oracle.jdbc.driver.OracleLog
Obtain bit number from a bit vector
getBlob(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getBLOB(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getBlob(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBlob.
getBLOB(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBlob(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBlob.
getBLOB(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBoolean(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getBoolean(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBoolean.
getBoolean(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBoolean.
getBranchQualifier(). Method in class oracle.jdbc.xa.OracleXid
getBufferSize(). Method in class oracle.sql.BLOB
Oracle extension.
getBufferSize(). Method in class oracle.sql.CLOB
Oracle extension.
getByte(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getByte(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getByte.
getByte(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getByte.
getBytes(). Method in class oracle.sql.CharacterBuffer
The accumulated data
getBytes(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getBytes(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBytes.
getBytes(long, int). Method in class oracle.sql.BFILE
Return a copy of the contents of the BFILE at the requested position.
getBytes(long, int). Method in class oracle.sql.BLOB
Implements the Blob interface function.
getBytes(long, int, byte[]). Method in class oracle.sql.BFILE
Copy the contents of the BFILE at the requested position to suppied buffer.
getBytes(long, int, byte[]). Method in class oracle.sql.BLOB
Oracle extension.
getBytes(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBytes.
getCacheScheme(). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Return the Caching Scheme being used.
getCacheSize(). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Return the total no of connections in the Cache.
getCatalog(). Method in class oracle.jdbc.driver.OracleConnection
We do not support catalogs.
getCatalogName(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's table's catalog name?
getCatalogName(int). Method in class oracle.jdbc.driver.StructMetaData
getCatalogs(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get the catalog names available in this database.
getCatalogSeparator(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getCategoryName(int). Static method in class oracle.jdbc.driver.OracleLog
Obtain the name of a category.
getCHAR(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getCHAR(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCHAR(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCharacterOutputStream(). Method in class oracle.sql.CLOB
Oracle extension.
getCharacterStream(). Method in class oracle.sql.CLOB
Implements the Clob interface method.
getCharacterStream(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getCharacterStream.
getCharacterStream(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getCharacterStream.
getChars(long, int, char[]). Method in class oracle.sql.CLOB
Oracle extension.
getChunkSize(). Method in class oracle.sql.BLOB
Oracle extension.
getChunkSize(). Method in class oracle.sql.CLOB
Oracle extension.
getClientData(Object). Method in interface oracle.jdbc.driver.ClientDataSupport
Returns the client data value mapped to the specified key.
getClientData(Object). Method in class oracle.jdbc.driver.OracleConnection
Obtain the client data value associated with a key.
getClob(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getCLOB(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getCLOB(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getClob(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.
getCLOB(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getClob(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.
getColumnClassName(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData

Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.

getColumnClassName(int). Method in class oracle.jdbc.driver.StructMetaData
getColumnCount(). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's the number of columns in the ResultSet?
getColumnCount(). Method in class oracle.jdbc.driver.StructMetaData
Get number of attributes.
getColumnDisplaySize(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's the column's normal max width in chars?
getColumnDisplaySize(int). Method in class oracle.jdbc.driver.StructMetaData
Return maximum column length in case of type CHAR,VARCHAR and RAW; Return 0 for other cases.
getColumnLabel(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's the suggested column title for use in printouts and displays?
getColumnLabel(int). Method in class oracle.jdbc.driver.StructMetaData
getColumnName(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's name?
getColumnName(int). Method in class oracle.jdbc.driver.StructMetaData
Gets a attribute's name.
getColumnPrivileges(String, String, String, String). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of the access rights for a table's columns.
getColumns(String, String, String, String). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of table columns available in a catalog.
getColumnType(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's SQL type?

The DBType structure holds the ORACLE type number (VARCHAR is 1) and we need to convert it to the Java type number (VARCHAR is 12).

getColumnType(int). Method in class oracle.jdbc.driver.StructMetaData
getColumnTypeName(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's data source specific type name?
getColumnTypeName(int). Method in class oracle.jdbc.driver.StructMetaData
Retrieves a attribute's database-specific type name.
getConcurrency(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getConcurrency.
getConnection(). Method in class oracle.sql.ARRAY
Oracle extension.
getConnection(). Method in class oracle.sql.BFILE
Get connection object.
getConnection(). Method in class oracle.sql.BLOB
Oracle extension.
getConnection(). Method in class oracle.sql.CLOB
Oracle extension.
getConnection(). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Attempt to get a logical connection from the Cache.
getConnection(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.getConnection.
getConnection(). Method in class oracle.jdbc.pool.OracleDataSource

Attempt to establish a database connection.

getConnection(). Method in class oracle.jdbc.pool.OraclePooledConnection

Create an object handle for this physical connection.

getConnection(). Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Returns the Connection object that produced this Statement object.
getConnection(). Method in class oracle.jdbc.xa.OracleXAConnection

Create an object handle for this physical connection.

getConnection(). Method in class oracle.sql.REF
Oracle extension.
getConnection(). Method in class oracle.sql.STRUCT
Oracle extension.
getConnection(String, String). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Attempt to get a logical connection from the Cache.
getConnection(String, String). Method in class oracle.jdbc.pool.OracleDataSource

Attempt to establish a database connection.

getCrossReference(String, String, String, String, String, String). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.
getCursor(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getCursor(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCURSOR(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCursorName(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getCursorName.
getCustomDatum(int, CustomDatumFactory). Method in class oracle.jdbc.driver.OracleCallableStatement
getCustomDatum(int, CustomDatumFactory). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCustomDatum(String, CustomDatumFactory). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getDatabaseName(). Method in class oracle.jdbc.pool.OracleDataSource
Get the name of the database set on this DataSource instance.
getDatabaseProductName(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the version of this database product?
getDataSourceName(). Method in class oracle.jdbc.pool.OracleDataSource
Get the datasource name for this instance if set.
getDATE(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getDate(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getDATE(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getDate(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getDate.
getDate(int, Calendar). Method in class oracle.jdbc.driver.OracleCallableStatement
getDate(int, Calendar). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getDate (idx, calendar).
getDate(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getDate.
getDATE(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getDate(String, Calendar). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getDate (idx, calendar).
getDbCsId(). Method in class oracle.jdbc.driver.OracleConnection
Obtain the Oracle identifier of the character set used in the database server.
getDefaultExecuteBatch(). Method in class oracle.jdbc.driver.OracleConnection
Allows the user to retrieve the batch value for the connection.
getDefaultRowPrefetch(). Method in class oracle.jdbc.driver.OracleConnection
Allows the user to retrieve the row prefetch value for the connection.
getDefaultTransactionIsolation(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDescription(). Method in class oracle.jdbc.pool.OracleDataSource
Get the Desciption of this data source.
getDescriptor(). Method in class oracle.sql.ARRAY
Oracle extension.
getDescriptor(). Method in class oracle.sql.REF
Oracle extension.
getDescriptor(). Method in class oracle.sql.STRUCT
Oracle extension.
getDescriptor(String). Method in class oracle.jdbc.driver.OracleConnection
Return the matched StructDescriptor.
getDirAlias(). Method in class oracle.sql.BFILE
Gets the Bfile's directory alias.
getDouble(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getDouble(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getDouble.
getDouble(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getDouble.
getDriverMajorVersion(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's this JDBC driver's major version number?
getDriverMajorVersionInfo(). Static method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's this JDBC driver's major version number?
getDriverMinorVersion(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's this JDBC driver's minor version number?
getDriverMinorVersionInfo(). Static method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's this JDBC driver's minor version number?
getDriverName(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the name of this JDBC driver?
getDriverNameInfo(). Static method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the name of this JDBC driver?
getDriverType(). Method in class oracle.jdbc.pool.OracleDataSource
Get the Oracle JDBC driver type set for this datasource instance
getDriverVersion(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the version of this JDBC driver?
getDriverVersionInfo(). Static method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the version of this JDBC driver?
getExecuteBatch(). Method in class oracle.jdbc.driver.OraclePreparedStatement
Retrieve the batch value (for Oracle-style batching only).
getExportedKeys(String, String, String). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of a foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtraNameCharacters(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, 0-9 and _).
getFDO(). Method in class oracle.jdbc.driver.OracleConnection
INTERNAL Get Format Descriptor Object.
getFetchDirection(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getFetchDirection.
getFetchDirection(). Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getFetchSize.
getFetchSize(). Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Retrieves the number of result set rows that is the default fetch size for result sets generated from this Statement object.
getFloat(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getFloat(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getFloat.
getFloat(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getFloat.
getFormatId(). Method in class oracle.jdbc.xa.OracleXid
getGlobalTransactionId(). Method in class oracle.jdbc.xa.OracleXid
getIdentifierQuoteString(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
getImportedKeys(String, String, String). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIncludeSynonyms(). Method in class oracle.jdbc.driver.OracleConnection
Returns true if DatabaseMetaData.getColumns will report information if a table synonym is passed in, and false otherwise.

getIndexInfo(String, String, String, boolean, boolean). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of a table's indices and statistics.
getInt(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getInt(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getInt.
getInt(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getInt.
getJavaObject(String). Method in class oracle.jdbc.driver.OracleConnection
getJdbcCsId(). Method in class oracle.jdbc.driver.OracleConnection
Obtain the Oracle identifier of the character set used in the JDBC driver.
getLength(). Method in class oracle.sql.StructDescriptor
The number of fields in the Object Type.
getLoginTimeout(). Method in class oracle.jdbc.pool.OracleDataSource
u Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogStream(). Static method in class oracle.jdbc.driver.OracleLog
Get the logging PrintStream.
getLogWriter(). Method in class oracle.jdbc.pool.OracleDataSource

Get the log writer for this data source.

getLogWriter(). Static method in class oracle.jdbc.driver.OracleLog
Get the logging PrintWriter.
getLong(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getLong(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getLong.
getLong(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getLong.
getMajorVersion(). Method in class oracle.jdbc.driver.OracleDriver
getMaxBinaryLiteralLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's maximum number of columns in a table?
getMaxConnections(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum cursor name length?
getMaxFieldSize(). Method in class oracle.jdbc.driver.OracleStatement
getMaxIndexLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum length of an index (in bytes)?
getMaxLength(). Method in class oracle.sql.ArrayDescriptor
Return the maximun number of elements this array object can hold.
getMaxLimit(). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Return the Max limit on Connections.
getMaxProcedureNameLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum length of a procedure name?
getMaxRows(). Method in class oracle.jdbc.driver.OracleStatement
getMaxRowSize(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum length of a single row?
getMaxSchemaNameLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum length allowed for a schema name?
getMaxStatementLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum length of a SQL statement?
getMaxStatements(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxTableNameLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum number of tables in a SELECT?
getMaxUserNameLength(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the maximum length of a user name?
getMetaData(). Method in class oracle.jdbc.driver.OracleConnection
We just return a oracle.oci8.DatabaseMetaData object.
getMetaData(). Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Gets the number, types and properties of a ResultSet's columns.
getMetaData(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getMetaData.
getMetaData(). Method in class oracle.sql.StructDescriptor
Gets the metadata regarding this type.
getMinLimit(). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Return the minimum limit on the no of Connections.
getMinorVersion(). Method in class oracle.jdbc.driver.OracleDriver
getModuleName(int). Static method in class oracle.jdbc.driver.OracleLog
Obtain the name of a module.
getMoreResults(). Method in class oracle.jdbc.driver.OracleStatement
We only have one result and there no way to indicate it.
getName(). Method in class oracle.sql.ArrayDescriptor
Name supplied when ArrayDescriptor was constructed.
getName(). Method in class oracle.sql.BFILE
Gets the Bfile's file name.
getName(). Method in class oracle.sql.SQLName
The name supplied to the constructor.
getName(). Method in class oracle.sql.StructDescriptor
Return fully qualified type name.
getNetworkProtocol(). Method in class oracle.jdbc.pool.OracleDataSource
Get the network protocol set.
getNUMBER(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getNUMBER(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getNUMBER(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getNumericFunctions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a comma separated list of math functions.
getNumParameters(). Method in class oracle.jdbc.driver.OracleSQLException
Get total number of ORacle error message parameters.
getObject(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getObject(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getObject.
getObject(int, Dictionary). Method in class oracle.jdbc.driver.OracleCallableStatement
getObject(int, Dictionary). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getObject (idx, map).
getObject(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getObject.
getObject(String, Dictionary). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getObject (idx, map).
getObjectInstance(Object, Name, Context, Hashtable). Method in class oracle.jdbc.pool.OracleDataSourceFactory
getOracleArray(). Method in class oracle.sql.ARRAY
Oracle extension.
getOracleArray(long, int). Method in class oracle.sql.ARRAY
Oracle extension.
getOracleAttributes(). Method in class oracle.sql.STRUCT
Oracle extension.
getOracleColumnClassName(int). Method in class oracle.jdbc.driver.StructMetaData
Return the fully-qualified name of the Datum class whose instances are manufactured if the method OracleResultSet.getOracleObject is called to retrieve a value from a column.
getOracleError(). Method in class oracle.jdbc.xa.OracleXAException
getOracleError returns the Oracle Error code corresponding to this exception.
getOracleId(). Method in class oracle.sql.CharacterSet
The integer that identifies the character set.
getOracleObject(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getOracleObject(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getOracleObject(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getOriginalSql(). Method in class oracle.jdbc.driver.OracleStatement
getParameters(). Method in class oracle.jdbc.driver.OracleSQLException
Get Oracle error message parameters.
getPooledConnection(). Method in class oracle.jdbc.pool.OracleConnectionPoolDataSource

Attempt to establish a database connection.

getPooledConnection(String, String). Method in class oracle.jdbc.pool.OracleConnectionPoolDataSource

Attempt to establish a database connection.

getPortNumber(). Method in class oracle.jdbc.pool.OracleDataSource
Get the port number on which server is listening for requests.
getPrecision(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's number of decimal digits? The semantic of get precision on non NUMERIC columns is weirdly defined by the JDBC test suite.
getPrecision(int). Method in class oracle.jdbc.driver.StructMetaData
getPrimaryKeys(String, String, String). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of a table's primary key columns.
getProcedureColumns(String, String, String, String). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
getProcedures(String, String, String). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of stored procedures available in a catalog.
getProcedureTerm(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getPropertyInfo(String, Properties). Method in class oracle.jdbc.driver.OracleDriver
getQueryTimeout(). Method in class oracle.jdbc.driver.OracleStatement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
getRatioTo(CharacterSet). Method in class oracle.sql.CharacterSet
I have no idea what this is supposed to return -- jschwarz.
getRAW(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getRAW(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getRAW(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getRef(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getREF(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getRef(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getRef.
getREF(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getREF(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getRef(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getRef.
getReference(). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
getReference(). Method in class oracle.jdbc.pool.OracleDataSource
getRemarksReporting(). Method in class oracle.jdbc.driver.OracleConnection
Return true if the DatabaseMetaData calls getTables and getColumns will report the REMARKS column.

getResultSet(). Method in class oracle.sql.ARRAY
Implements Array interface method Returns a result set that contains the elements of the array designated by this Array object.
getResultSet(). Method in class oracle.jdbc.driver.OracleStatement
Allocate a result set.
getResultSet(Dictionary). Method in class oracle.sql.ARRAY
Implements Array interface method Returns a result set that contains the elements of the array designated by this Array object and uses the given map to map the array elements.
getResultSet(long, int). Method in class oracle.sql.ARRAY
Implements Array interface method Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(long, int, Dictionary). Method in class oracle.sql.ARRAY
Implements Array interface method Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSetConcurrency(). Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Retrieves the result set concurrency.
getResultSetType(). Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Determine the result set type.
getRevisedSql(). Method in class oracle.jdbc.driver.OracleStatement
getRow(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getRow.
getROWID(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getROWID(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getROWID(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getRowPrefetch(). Method in class oracle.jdbc.driver.OracleStatement
Allows the user to retrieve the prefetch value for all results sets created from this statement.
getScale(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's number of digits to right of decimal?
getScale(int). Method in class oracle.jdbc.driver.StructMetaData
getSchema(). Method in class oracle.sql.SQLName
The Schema containing the type.
getSchemaName(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's table's schema?
getSchemaName(int). Method in class oracle.jdbc.driver.StructMetaData
Gets a attribute's schema name if it's of object type.
getSchemas(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get the schema names available in this database.
getSchemaTerm(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSearchStringEscape(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.
getServerName(). Method in class oracle.jdbc.pool.OracleDataSource
Get the name of the server on which database is running.
getShort(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getShort(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getShort.
getShort(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getShort.
getSimpleName(). Method in class oracle.sql.SQLName
The name of the type (within it's schema)
getSQLKeywords(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSQLType(Object). Method in class oracle.jdbc.driver.OracleConnection
getSQLTypeName(). Method in class oracle.sql.ARRAY
Oracle extension.
getSQLTypeName(). Method in class oracle.sql.STRUCT
Implements the Struct interface function Retrieves the SQL type name of the SQL structured type that this Struct object represents.
getStatement(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getStatement.
getString(). Method in class oracle.sql.CHAR
Converts the sequence of characters represented by this to a String.
getString(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getString(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getString.
getString(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getString.
getStringFunctions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a comma separated list of string functions.
getSTRUCT(). Method in class oracle.sql.REF
Oracle extension.
getSTRUCT(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getSTRUCT(int). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getSTRUCT(String). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getStructAttrCsId(). Method in class oracle.jdbc.driver.OracleConnection
Obtain the Oracle identifier of the character set used in STRUCT attributes.
getSubString(long, int). Method in class oracle.sql.CLOB
Implements the Clob interface method.
getSystemFunctions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a comma separated list of system functions.
getTableName(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's table name?
getTableName(int). Method in class oracle.jdbc.driver.StructMetaData
getTablePrivileges(String, String, String). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of tables available in a catalog.
getTableTypes(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get the table types available in this database.
getTime(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getTime(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTime.
getTime(int, Calendar). Method in class oracle.jdbc.driver.OracleCallableStatement
getTime(int, Calendar). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTime (idx, calendar).
getTime(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTime.
getTime(String, Calendar). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTime (idx, calendar).
getTimeDateFunctions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a comma separated list of time and date functions.
getTimestamp(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getTimestamp(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTimestamp.
getTimestamp(int, Calendar). Method in class oracle.jdbc.driver.OracleCallableStatement
getTimestamp(int, Calendar). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTimestamp (idx, calendar).
getTimestamp(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTimestamp.
getTimestamp(String, Calendar). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTimestamp (idx, calendar).
getTNSEntryName(). Method in class oracle.jdbc.pool.OracleDataSource
Get the TNS entry name for this instance if set.
getTransactionIsolation(). Method in class oracle.jdbc.driver.OracleConnection
We only support dirty reads.
getTransactionTimeout(). Method in class oracle.jdbc.xa.OracleXAResource
Obtain the current transaction timeout value set for this XAResource instance.
getType(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getType.
getTypeDescriptor(String, OracleConnection). Static method in class oracle.sql.SQLUtil
Obtain the type descriptor associated with the specified type name.
getTypeInfo(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of all the standard SQL types supported by this database.
getTypeMap(). Method in class oracle.jdbc.driver.OracleConnection
getUDTs(String, String, String, int[]). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData::getUDTs.
getUnicodeStream(int). Method in class oracle.jdbc.driver.OracleCallableStatement
getUnicodeStream(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getUnicodeStream.
getUnicodeStream(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getUnicodeStream.
getUpdateCount(). Method in class oracle.jdbc.driver.OracleStatement
getURL(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's the url for this database?
getURL(). Method in class oracle.jdbc.pool.OracleDataSource
Get the URL for this datasource.
getUser(). Method in class oracle.jdbc.pool.OracleDataSource
Get the user name for this datasource.
getUserName(). Method in class oracle.jdbc.driver.OracleConnection
getUserName(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
What's our user name as known to the database?
getUsingXAFlag(). Method in class oracle.jdbc.driver.OracleConnection
getValue(). Method in class oracle.sql.REF
Oracle extension.
getValue(Dictionary). Method in class oracle.sql.REF
Oracle extension.
getVersion(). Method in class oracle.sql.SQLName
The version of the type.
getVersionColumns(String, String, String). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of a table's columns that are automatically updated when any value in a row is updated.
getWaitOption(). Method in class oracle.jdbc.driver.OracleStatement
getWarnings(). Method in class oracle.jdbc.driver.OracleConnection
We do not have any connection-level warnings
getWarnings(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getWarnings.
getWarnings(). Method in class oracle.jdbc.driver.OracleStatement
We do not have any statement-level warnings
getXAConnection(). Method in class oracle.jdbc.xa.OracleXADataSource

Attempt to establish a database connection.

getXAConnection(String, String). Method in class oracle.jdbc.xa.OracleXADataSource

Attempt to establish a database connection.

getXAError(). Method in class oracle.jdbc.xa.OracleXAException
getXAError returns the XA Error code corresponding to this exception.
getXAErrorFlag(). Method in class oracle.jdbc.driver.OracleConnection
getXAResource(). Method in class oracle.jdbc.xa.OracleXAConnection

Return an XA resource to the caller.


H

hashCode(). Method in class oracle.sql.CharacterSet
Implements a hash based on oracleId
hasMoreCharacters(). Method in class oracle.sql.CharacterWalker
Reports whether there are more bytes waiting to be converted.
holdLine(OracleStatement). Method in class oracle.jdbc.driver.OracleConnection
HU8ABMOD_CHARSET. Static variable in class oracle.sql.CharacterSet
HU8CWI2_CHARSET. Static variable in class oracle.sql.CharacterSet

I

I7DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
I7SIEMENS9780X_CHARSET. Static variable in class oracle.sql.CharacterSet
I8EBCDIC280_CHARSET. Static variable in class oracle.sql.CharacterSet
implementsInterface(Class, Class). Static method in class oracle.sql.SQLUtil
Check if a class implements an interface.
IN8ISCII_CHARSET. Static variable in class oracle.sql.CharacterSet
info(). Static method in class oracle.jdbc.driver.OracleLog
Obtain information about the current settings.
initUserName(). Method in class oracle.jdbc.driver.OracleConnection
insertRow(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.insertRow.
insertsAreDetected(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.insertsAreDetected.
INTEGER. Static variable in class oracle.jdbc.driver.OracleTypes
intValue(). Method in class oracle.sql.CHAR
Convert to a integer representation of the datum object
IS8MACICELANDIC_CHARSET. Static variable in class oracle.sql.CharacterSet
IS8MACICELANDICS_CHARSET. Static variable in class oracle.sql.CharacterSet
IS8PC861_CHARSET. Static variable in class oracle.sql.CharacterSet
isAfterLast(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.isAfterLast.
isAutoIncrement(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is the column automatically numbered, thus read-only?
isAutoIncrement(int). Method in class oracle.jdbc.driver.StructMetaData
isBeforeFirst(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.isBeforeFirst.
isCaseSensitive(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
Does a column's case matter?
isCaseSensitive(int). Method in class oracle.jdbc.driver.StructMetaData
isCatalogAtStart(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
isClosed(). Method in class oracle.jdbc.driver.OracleConnection
As we do not keep a state in the Java struct we call native method even for isClosed.
isConvertibleFrom(CharacterSet). Method in class oracle.sql.CharacterSet
Are conversions supported.
isConvertibleTo(Class). Method in class oracle.sql.ARRAY
Oracle extension.
isConvertibleTo(Class). Method in class oracle.sql.BFILE
Test whether this data object can be converted to the specified Java data type.
isConvertibleTo(Class). Method in class oracle.sql.BLOB
Oracle extension.
isConvertibleTo(Class). Method in class oracle.sql.CHAR
Test whether this data object can be converted to the specified Java data type.
isConvertibleTo(Class). Method in class oracle.sql.CLOB
Test whether this data object can be converted to the specified Java data type.
isConvertibleTo(Class). Method in class oracle.sql.RAW
Test whether this data object can be converted to the specified Java data type.
isConvertibleTo(Class). Method in class oracle.sql.REF
Test whether this data object can be converted to the specified Java data type.
isConvertibleTo(Class). Method in class oracle.sql.ROWID
Test whether this data object can be converted to the specified Java data type.
isConvertibleTo(Class). Method in class oracle.sql.STRUCT
Determines if datum object can be converted to a particular class
isCurrency(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is the column a cash value?
isCurrency(int). Method in class oracle.jdbc.driver.StructMetaData
isDefinitelyWritable(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
Will a write on the column definitely succeed?
isDefinitelyWritable(int). Method in class oracle.jdbc.driver.StructMetaData
isEnabled(). Static method in class oracle.jdbc.driver.OracleLog
Check if logging is enabled.
isFileOpen(). Method in class oracle.sql.BFILE
Find out whether a BFILE was opened with the give BFILE.
isFirst(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.isFirst.
isLast(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.isLast.
isLossyFrom(CharacterSet). Method in class oracle.sql.CharacterSet
A conversion looses information if the mapping is not invertible.
isNullable(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
Can you put a NULL in this column?
isNullable(int). Method in class oracle.jdbc.driver.StructMetaData
ISO_LATIN_1_CHARSET. Static variable in class oracle.sql.CharacterSet
isReadOnly(). Method in class oracle.jdbc.driver.OracleConnection
Our connections are never in read-only mode.
isReadOnly(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is the database in read-only mode?
isReadOnly(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is a column definitely not writable?
isReadOnly(int). Method in class oracle.jdbc.driver.StructMetaData
isSameRM(XAResource). Method in class oracle.jdbc.xa.OracleXAResource
This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares.
isSearchable(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
Can the column be used in a where clause?
isSearchable(int). Method in class oracle.jdbc.driver.StructMetaData
isSigned(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is the column a signed number?
isSigned(int). Method in class oracle.jdbc.driver.StructMetaData
isWritable(int). Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is it possible for a write on the column to succeed?
isWritable(int). Method in class oracle.jdbc.driver.StructMetaData
IW7IS960_CHARSET. Static variable in class oracle.sql.CharacterSet
IW8EBCDIC1086_CHARSET. Static variable in class oracle.sql.CharacterSet
IW8EBCDIC424_CHARSET. Static variable in class oracle.sql.CharacterSet
IW8ISO8859P8_CHARSET. Static variable in class oracle.sql.CharacterSet
IW8MACHEBREW_CHARSET. Static variable in class oracle.sql.CharacterSet
IW8MACHEBREWS_CHARSET. Static variable in class oracle.sql.CharacterSet
IW8MSWIN1255_CHARSET. Static variable in class oracle.sql.CharacterSet
IW8PC1507_CHARSET. Static variable in class oracle.sql.CharacterSet

J

JA16DBCS_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16DBCSFIXED_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16EBCDIC930_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16EUC_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16EUCFIXED_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16EUCYEN_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16MACSJIS_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16SJIS_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16SJISFIXED_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16SJISYEN_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16TSTSET2_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16TSTSET_CHARSET. Static variable in class oracle.sql.CharacterSet
JA16VMS_CHARSET. Static variable in class oracle.sql.CharacterSet
JAVACHAR_TO_CHAR. Static variable in class oracle.jdbc.driver.OracleConnection
JavaToSQL(OracleConnection, Object, int, String). Static method in class oracle.sql.SQLUtil
Convert a Java object to SQL data bytes.
jdbcCompliant(). Method in class oracle.jdbc.driver.OracleDriver

K

KO16DBCS_CHARSET. Static variable in class oracle.sql.CharacterSet
KO16DBCSFIXED_CHARSET. Static variable in class oracle.sql.CharacterSet
KO16KSC5601_CHARSET. Static variable in class oracle.sql.CharacterSet
KO16KSC5601FIXED_CHARSET. Static variable in class oracle.sql.CharacterSet
KO16KSCCS_CHARSET. Static variable in class oracle.sql.CharacterSet
KO16MSWIN949_CHARSET. Static variable in class oracle.sql.CharacterSet
KO16TSTSET_CHARSET. Static variable in class oracle.sql.CharacterSet

L

LA8ISO6937_CHARSET. Static variable in class oracle.sql.CharacterSet
LA8PASSPORT_CHARSET. Static variable in class oracle.sql.CharacterSet
last(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.last.
length(). Method in class oracle.sql.ARRAY
Oracle extension.
length(). Method in class oracle.sql.BFILE
The length of the BFILE in bytes.
length(). Method in class oracle.sql.BLOB
Implements the Blob interface function.
length(). Method in class oracle.sql.CLOB
Implements the Clob interface method.
logon_as_internal_str. Static variable in class oracle.jdbc.driver.OracleDriver
longValue(). Method in class oracle.sql.CHAR
Convert to a long representation of the datum object
LONGVARBINARY. Static variable in class oracle.jdbc.driver.OracleTypes
LONGVARCHAR. Static variable in class oracle.jdbc.driver.OracleTypes
LT8MSWIN921_CHARSET. Static variable in class oracle.sql.CharacterSet
LT8PC772_CHARSET. Static variable in class oracle.sql.CharacterSet
LT8PC774_CHARSET. Static variable in class oracle.sql.CharacterSet
LV8PC1117_CHARSET. Static variable in class oracle.sql.CharacterSet
LV8PC8LR_CHARSET. Static variable in class oracle.sql.CharacterSet
LV8RST104090_CHARSET. Static variable in class oracle.sql.CharacterSet

M

main(String[]). Static method in class oracle.sql.SQLUtil
make(int). Static method in class oracle.sql.CharacterSet
Factory.
makeDatum(OracleConnection, byte[], int, String). Static method in class oracle.sql.SQLUtil
Create a Datum object from the input SQL data.
makeDatum(OracleConnection, Object, int, String). Static method in class oracle.sql.SQLUtil
Create a Datum object from an input Java object.
makeOracleDatum(OracleConnection, Object, int, String). Static method in class oracle.sql.SQLUtil
Create a Datum object from an input Java object.
MASK_ALL_SET. Static variable in class oracle.jdbc.driver.OracleLog
MAX_MODULES. Static variable in class oracle.jdbc.driver.OracleLog
MAX_VECTOR_BITS. Static variable in class oracle.jdbc.driver.OracleLog
MAXBQUALSIZE. Static variable in class oracle.jdbc.xa.OracleXid
MAXGTRIDSIZE. Static variable in class oracle.jdbc.xa.OracleXid
MODULE_ALL. Static variable in class oracle.jdbc.driver.OracleLog
MODULE_DBACCESS. Static variable in class oracle.jdbc.driver.OracleLog
MODULE_DBCONV. Static variable in class oracle.jdbc.driver.OracleLog
MODULE_DRIVER. Static variable in class oracle.jdbc.driver.OracleLog
MODULE_JOLT. Static variable in class oracle.jdbc.driver.OracleLog
MODULE_TOTAL. Static variable in class oracle.jdbc.driver.OracleLog
ModuleName. Static variable in class oracle.jdbc.driver.OracleLog
moveToCurrentRow(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.moveToCurrentRow.
moveToInsertRow(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.moveToInsertRow.

N

N7SIEMENS9780X_CHARSET. Static variable in class oracle.sql.CharacterSet
N8PC865_CHARSET. Static variable in class oracle.sql.CharacterSet
nativeSQL(String). Method in class oracle.jdbc.driver.OracleConnection
This is a bogus and quickly done implementation waiting for something better
NDK7DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
NE8ISO8859P10_CHARSET. Static variable in class oracle.sql.CharacterSet
NEE8ISO8859P4_CHARSET. Static variable in class oracle.sql.CharacterSet
needLine(). Method in class oracle.jdbc.driver.OracleConnection
next(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.next.
nextCharacter(). Method in class oracle.sql.CharacterWalker
Returns the next character in the sequence and advances the CharacterWalker over it.
NL7DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
NONE. Static variable in class oracle.jdbc.driver.OracleConnection
NULL. Static variable in class oracle.jdbc.driver.OracleTypes
nullPlusNonNullIsNull(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are concatenations between NULL and non-NULL values NULL? A JDBC compliant driver always returns true.
nullsAreSortedAtEnd(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are NULL values sorted high?
nullsAreSortedLow(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are NULL values sorted low?
NUMBER. Static variable in class oracle.jdbc.driver.OracleTypes
NUMERIC. Static variable in class oracle.jdbc.driver.OracleTypes

O

openFile(). Method in class oracle.sql.BFILE
Open the FILE.
OracleConnection(DBAccess, String, String, String, String, Properties). Constructor for class oracle.jdbc.driver.OracleConnection
Allocate a new OracleConnection.
OracleConnection(OraclePooledConnection, OracleConnection, boolean). Constructor for class oracle.jdbc.driver.OracleConnection
OracleConnectionCacheImpl(). Constructor for class oracle.jdbc.pool.OracleConnectionCacheImpl

Default Constructor.

OracleConnectionCacheImpl(ConnectionPoolDataSource). Constructor for class oracle.jdbc.pool.OracleConnectionCacheImpl

Create an OracleConnectionCacheImpl with the given ConnectionPoolDataSource from which PooledConnections have to created.

OracleConnectionEventListener(). Constructor for class oracle.jdbc.pool.OracleConnectionEventListener

Default constructor

OracleConnectionEventListener(DataSource). Constructor for class oracle.jdbc.pool.OracleConnectionEventListener

Construct an OracleConnectionEventListener with the DataSource as it's argument.

OracleConnectionPoolDataSource(). Constructor for class oracle.jdbc.pool.OracleConnectionPoolDataSource
OracleDatabaseMetaData(OracleConnection). Constructor for class oracle.jdbc.driver.OracleDatabaseMetaData
OracleDataSource(). Constructor for class oracle.jdbc.pool.OracleDataSource
OracleDataSourceFactory(). Constructor for class oracle.jdbc.pool.OracleDataSourceFactory
OracleDriver(). Constructor for class oracle.jdbc.driver.OracleDriver
OracleLog(). Constructor for class oracle.jdbc.driver.OracleLog
OraclePooledConnection(). Constructor for class oracle.jdbc.pool.OraclePooledConnection
OraclePooledConnection(Connection). Constructor for class oracle.jdbc.pool.OraclePooledConnection

Create a Pooled Connection.

OraclePooledConnection(Connection, boolean). Constructor for class oracle.jdbc.pool.OraclePooledConnection

Create a Pooled Connection.

OraclePooledConnection(String). Constructor for class oracle.jdbc.pool.OraclePooledConnection

Creates a PooledConnection.

OraclePooledConnection(String, String, String). Constructor for class oracle.jdbc.pool.OraclePooledConnection

Creates a PooledConnection.

OracleResultSet(). Constructor for class oracle.jdbc.driver.OracleResultSet
OracleSQLException(). Constructor for class oracle.jdbc.driver.OracleSQLException
OracleSQLException(String). Constructor for class oracle.jdbc.driver.OracleSQLException
OracleSQLException(String, String). Constructor for class oracle.jdbc.driver.OracleSQLException
OracleSQLException(String, String, int). Constructor for class oracle.jdbc.driver.OracleSQLException
OracleSQLException(String, String, int, Object[]). Constructor for class oracle.jdbc.driver.OracleSQLException
OracleTypes(). Constructor for class oracle.jdbc.driver.OracleTypes
OracleXAConnection(). Constructor for class oracle.jdbc.xa.OracleXAConnection
Create an OracleXAConnection object.
OracleXAConnection(Connection). Constructor for class oracle.jdbc.xa.OracleXAConnection
Create an OracleXAConnection object.
OracleXADataSource(). Constructor for class oracle.jdbc.xa.OracleXADataSource

Create an OracleXADataSource instance.

OracleXAException(). Constructor for class oracle.jdbc.xa.OracleXAException
Default OracleXAException class.
OracleXAException(int). Constructor for class oracle.jdbc.xa.OracleXAException
Default OracleXAException class that takes an error code which is a combination of Oracle Sql No.
OracleXAResource(). Constructor for class oracle.jdbc.xa.OracleXAResource
OracleXAResource(Connection). Constructor for class oracle.jdbc.xa.OracleXAResource
OracleXid(int, byte[], byte[]). Constructor for class oracle.jdbc.xa.OracleXid
OracleXid() -- The constructor that constructs an OracleXid with given formatId, global transacrion Id and branch qualifier.
OracleXid(int, byte[], byte[], byte[]). Constructor for class oracle.jdbc.xa.OracleXid
OracleXid() -- The constructor that constructs an OracleXid with given formatId, global transacrion Id and branch qualifier, and transaction context.
OTHER. Static variable in class oracle.jdbc.driver.OracleTypes
OTHER indicates that the SQL type is database specific and gets mapped to a Java object which can be accessed via getObject and setObject.
othersDeletesAreVisible(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData..
othersInsertsAreVisible(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.othersInsertsAreVisible.
othersUpdatesAreVisible(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData..
ownDeletesAreVisible(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.ownDeletesAreVisible.
ownInsertsAreVisible(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.ownInsertsAreVisible.
ownUpdatesAreVisible(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.ownUpdatesAreVisible.

P

position(BFILE, long). Method in class oracle.sql.BFILE
Determine the byte position at which the given pattern
position(Blob, long). Method in class oracle.sql.BLOB
Implements the Blob interface function.
position(byte[], long). Method in class oracle.sql.BFILE
Determine the byte position at which the given byte pattern
position(byte[], long). Method in class oracle.sql.BLOB
Implements the Blob interface function.
position(Clob, long). Method in class oracle.sql.CLOB
Implements the Clob interface method.
position(String, long). Method in class oracle.sql.CLOB
Implements the Clob interface method.
prepare(Xid). Method in class oracle.jdbc.xa.OracleXAResource
prepareCall(String). Method in class oracle.jdbc.driver.OracleConnection
This is similar to createStatement.
prepareCall(String, int, int). Method in class oracle.jdbc.driver.OracleConnection
JDBC 2.0 Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String). Method in class oracle.jdbc.driver.OracleConnection
This is similar to createStatement.
prepareStatement(String, int, int). Method in class oracle.jdbc.driver.OracleConnection
JDBC 2.0 Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
previous(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.previous.
print(int, int, int, String). Static method in class oracle.jdbc.driver.OracleLog
print(int, int, String). Static method in class oracle.jdbc.driver.OracleLog
print(OracleConnection, int, int, int, String). Static method in class oracle.jdbc.driver.OracleLog
Print a message to the JDBC log stream.
print(OracleConnection, int, int, String). Static method in class oracle.jdbc.driver.OracleLog
PROG_ERROR. Static variable in class oracle.jdbc.driver.OracleLog
protocol_string. Static variable in class oracle.jdbc.driver.OracleDriver
put(int, int, Object). Method in interface oracle.jdbc.driver.OracleResultSetCache
Save the data in the i-th row and j-th column.
putBytes(long, byte[]). Method in class oracle.sql.BLOB
Oracle extension.
putChars(long, char[]). Method in class oracle.sql.CLOB
Oracle extension.
putDescriptor(String, Object). Method in class oracle.jdbc.driver.OracleConnection
Store the Object Descriptor for later usage.
putString(long, String). Method in class oracle.sql.CLOB
Oracle extension.

R

RAW. Static variable in class oracle.jdbc.driver.OracleTypes
RAW(byte[]). Constructor for class oracle.sql.RAW
Construct a RAW from a byte array.
RAW(Object). Constructor for class oracle.sql.RAW
Construct a RAW from a Java object.
RAW_TO_ASCII. Static variable in class oracle.jdbc.driver.OracleConnection
RAW_TO_JAVACHAR. Static variable in class oracle.jdbc.driver.OracleConnection
RAW_TO_UNICODE. Static variable in class oracle.jdbc.driver.OracleConnection
readArray(). Method in class oracle.sql.OracleJdbc2SQLInput
Read an array from the stream.
readARRAY(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.ARRAY object.
readAsciiStream(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a stream of ASCII characters.
readBFILE(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.BFILE object.
readBigDecimal(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a java.math.BigDecimal object.
readBinaryStream(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a stream of uninterpreted bytes.
readBLOB(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.BLOB object.
readBlob(). Method in class oracle.sql.OracleJdbc2SQLInput
Read a BLOB from the stream.
readBoolean(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a Java boolean.
readByte(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a Java byte.
readBytes(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as an array of bytes.
readCHAR(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.CHAR object.
readCharacterStream(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a stream of Unicode characters.
readClob(). Method in class oracle.sql.OracleJdbc2SQLInput
Read a CLOB from the stream.
readCLOB(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.CLOB object.
readDATE(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.DATE object.
readDate(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a java.sql.Date object.
readDouble(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a Java double.
readFloat(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a Java float.
readInt(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a Java int.
readLong(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a Java long.
readNUMBER(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.NUMBER object.
readObject(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the datum at the head of the stream as a Java object.
readOracleObject(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.Datum object.
readRAW(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.RAW object.
readREF(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.REF object.
readRef(). Method in class oracle.sql.OracleJdbc2SQLInput
Read a REF(<structured-type>) from the stream.
readROWID(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.ROwID object.
readShort(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a Java short.
readString(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a Java String.
readSTRUCT(). Method in class oracle.sql.OracleJdbc2SQLInput
Return the next attribute in the stream as a oracle.sql.STRUCT object.
readStruct(). Method in class oracle.sql.OracleJdbc2SQLInput
Reads a Struct.
readTime(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a java.sql.Time object.
readTimestamp(). Method in class oracle.sql.OracleJdbc2SQLInput
Read the next attribute in the stream as a java.sql.Timestamp object.
REAL. Static variable in class oracle.jdbc.driver.OracleTypes
recover(int). Method in class oracle.jdbc.xa.OracleXAResource
Obtain a list of prepared transaction branches from a resource manager.
recover(int, int). Method in class oracle.jdbc.xa.OracleXAResource
REF. Static variable in class oracle.jdbc.driver.OracleTypes
refreshRow(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.refreshRow.
registerOutParameter(int, int). Method in class oracle.jdbc.driver.OracleCallableStatement
registerOutParameter(int, int, int). Method in class oracle.jdbc.driver.OracleCallableStatement
registerOutParameter(int, int, int, int). Method in class oracle.jdbc.driver.OracleCallableStatement
Special Oracle version of registerOutParameter for registering CHAR, VARCHAR, LONG, RAW and LONG RAW columns.
registerOutParameter(int, int, String). Method in class oracle.jdbc.driver.OracleCallableStatement
Special Oracle version of registerOutParameter for registering Object columns.
registerSQLType(String, Class). Method in class oracle.jdbc.driver.OracleConnection
registerSQLType(String, String). Method in class oracle.jdbc.driver.OracleConnection
Map accessor methods
relative(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.relative.
releaseLine(). Method in class oracle.jdbc.driver.OracleConnection
remove(int). Method in interface oracle.jdbc.driver.OracleResultSetCache
Remove the i-th row.
remove(int, int). Method in interface oracle.jdbc.driver.OracleResultSetCache
Remove the data stored in i-th row and j-th column
removeClientData(Object). Method in interface oracle.jdbc.driver.ClientDataSupport
Removes the specified key and any associated client data.
removeClientData(Object). Method in class oracle.jdbc.driver.OracleConnection
Remove the specified key and any associated client data.
removeConnectionEventListener(ConnectionEventListener). Method in class oracle.jdbc.pool.OraclePooledConnection

Remove an event listener.

reusePooledConnection(PooledConnection). Method in interface oracle.jdbc.pool.OracleConnectionCache

Invoked by the ConnectionEventListener instance when Logical connection handles are closed signaling that the PooledConnection can be recycled into the pool for further use.

reusePooledConnection(PooledConnection). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl

Invoked by the ConnectionEventListener instance when Logical connection handles are closed signaling that the PooledConnection can be recycled into the pool for further use.

rollback(). Method in class oracle.jdbc.driver.OracleConnection
rollback(Xid). Method in class oracle.jdbc.xa.OracleXAResource
rowDeleted(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.rowDeleted.
ROWID. Static variable in class oracle.jdbc.driver.OracleTypes
rowInserted(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.rowInserted.
rowUpdated(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.rowUpdated.
RU8BESTA_CHARSET. Static variable in class oracle.sql.CharacterSet
RU8PC855_CHARSET. Static variable in class oracle.sql.CharacterSet
RU8PC866_CHARSET. Static variable in class oracle.sql.CharacterSet

S

S7DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
S7SIEMENS9780X_CHARSET. Static variable in class oracle.sql.CharacterSet
S8BS2000_CHARSET. Static variable in class oracle.sql.CharacterSet
S8EBCDIC278_CHARSET. Static variable in class oracle.sql.CharacterSet
SE8ISO8859P3_CHARSET. Static variable in class oracle.sql.CharacterSet
sendBatch(). Method in class oracle.jdbc.driver.OracleCallableStatement
Send the sets of parameters batched (for Oracle-style batching only).
sendBatch(). Method in class oracle.jdbc.driver.OraclePreparedStatement
Send any existing Oracle-style batch.
sendBatch(). Method in class oracle.jdbc.driver.OracleStatement
Void entrypoint so that we do not have to cast statements to OraclePreparedStatements when sending the batch
setArray(int, Array). Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0.
setARRAY(int, ARRAY). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setAsciiStream(int, InputStream, int). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAutoClose(boolean). Method in class oracle.jdbc.driver.OracleConnection
We are always in auto-close mode.
setAutoCommit(boolean). Method in class oracle.jdbc.driver.OracleConnection
setAutoRollback(int). Method in class oracle.jdbc.driver.OracleStatement
setBFILE(int, BFILE). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setBfile(int, BFILE). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setBigDecimal(int, BigDecimal). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.lang.BigDecimal value.
setBinaryStream(int, InputStream, int). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBlob(int, Blob). Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0.
setBLOB(int, BLOB). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setBoolean(int, boolean). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java boolean value.
setByte(int, byte). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java byte value.
setBytes(int, byte[]). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java array of bytes.
setCacheScheme(int). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Set the Scheme for this Cache.
setCatalog(String). Method in class oracle.jdbc.driver.OracleConnection
We do not support catalogs.
setCHAR(int, CHAR). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setCharacterStream(int, Reader, int). Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets the designated parameter to the given Reader object, which is the given number of characters long.
setClientData(Object, Object). Method in interface oracle.jdbc.driver.ClientDataSupport
Maps the specified client data value to the specified key.
setClientData(Object, Object). Method in class oracle.jdbc.driver.OracleConnection
Store a piece client data and associate it with the specified key.
setCLOB(int, CLOB). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setClob(int, Clob). Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0.
setConnectionPoolDataSource(ConnectionPoolDataSource). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Associate a ConnectionPoolDataSource datasource to the Cache.
setCursor(int, ResultSet). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setCursorName(String). Method in class oracle.jdbc.driver.OracleStatement
We do not support that
setCustomDatum(int, CustomDatum). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setDatabaseName(String). Method in class oracle.jdbc.pool.OracleDataSource
Set the name of a particular database on a server.
setDataSource(DataSource). Method in class oracle.jdbc.pool.OracleConnectionEventListener
Set the DataSource corresponding to this listener.
setDataSourceName(String). Method in class oracle.jdbc.pool.OracleDataSource
Set the DataSourceName.
setDate(int, Date). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.sql.Date value.
setDATE(int, DATE). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setDate(int, Date, Calendar). Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets the designated parameter to a java.sql.Date value, using the given Calendar object.
setDefaultExecuteBatch(int). Method in class oracle.jdbc.driver.OracleConnection
Set the batch value for executes for all prepared statements belonging to this connection and created after the batch value was set.
setDefaultRowPrefetch(int). Method in class oracle.jdbc.driver.OracleConnection
Set the value of row prefetch for all statements associated with this connection and created after this value was set.
setDescription(String). Method in class oracle.jdbc.pool.OracleDataSource
Set the Desciption for this data source instance.
setDouble(int, double). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java double value.
setDriverType(String). Method in class oracle.jdbc.pool.OracleDataSource
Set the JDBC driver type.
setEscapeProcessing(boolean). Method in class oracle.jdbc.driver.OracleStatement
setExecuteBatch(int). Method in class oracle.jdbc.driver.OracleCallableStatement
Set the batch value (for Oracle-style batching only).
setExecuteBatch(int). Method in class oracle.jdbc.driver.OraclePreparedStatement
Set the batch value (for Oracle-style batching only).
setFetchDirection(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.setFetchDirection.
setFetchDirection(int). Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Gives the driver a hint as to the direction in which the rows in a result set will be processed.
setFetchSize(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.setFetchSize.
setFetchSize(int). Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFixedCHAR(int, String). Method in class oracle.jdbc.driver.OraclePreparedStatement
Use this method when binding to a CHAR column in the where clause of a Select statement.
setFloat(int, float). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java float value.
setIncludeSynonyms(boolean). Method in class oracle.jdbc.driver.OracleConnection
Turn on or off retrieval of synonym information in DatabaseMetaData.
setInt(int, int). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java int value.
setLoginTimeout(int). Method in class oracle.jdbc.pool.OracleDataSource

Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.

setLogStream(PrintStream). Static method in class oracle.jdbc.driver.OracleLog
Set the logging PrintStream.
setLogWriter(PrintWriter). Method in class oracle.jdbc.pool.OracleDataSource

Set the log writer for this data source.

setLogWriter(PrintWriter). Static method in class oracle.jdbc.driver.OracleLog
Set the logging PrintWriter.
setLong(int, long). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java long value.
setMaxFieldSize(int). Method in class oracle.jdbc.driver.OracleStatement
setMaxLimit(int). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Set the maximum no of connections for the Cache.
setMaxPrintBytes(int). Static method in class oracle.jdbc.driver.OracleLog
Configure the maximum number of bytes to be printed in each message.
setMaxRows(int). Method in class oracle.jdbc.driver.OracleStatement
setMinLimit(int). Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Set the minimum no of connections for the Cache.
setNetworkProtocol(String). Method in class oracle.jdbc.pool.OracleDataSource
Set the network protocol for the connections.
setNull(int, int). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String). Method in class oracle.jdbc.driver.OraclePreparedStatement
Implements JDBC 2.0 setNull for object types.
setNUMBER(int, NUMBER). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setObject(int, Object). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int). Method in class oracle.jdbc.driver.OraclePreparedStatement

Sets the value of a parameter using an object.

setOracleObject(int, Datum). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setParameters(Object[]). Method in class oracle.jdbc.driver.OracleSQLException
Set Oracle error message parameters.
setPassword(String). Method in class oracle.jdbc.pool.OracleDataSource
Set the password with which connections have to be obtained.
setPortNumber(int). Method in class oracle.jdbc.pool.OracleDataSource
Set the port number where a server is listening for requests.
setQueryTimeout(int). Method in class oracle.jdbc.driver.OracleStatement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
setRAW(int, RAW). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setReadOnly(boolean). Method in class oracle.jdbc.driver.OracleConnection
We do not support read-only connections
setREF(int, REF). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setRef(int, Ref). Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets a Ref(<structured-type>) parameter.
setRefType(int, REF). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setRemarksReporting(boolean). Method in class oracle.jdbc.driver.OracleConnection
Turn on or off the reporting of the REMARKS columns by the getTables and getColumns calls of the DatabaseMetaData interface.

The DatabaseMetaData calls getTables and getColumns are extremely slow if the REMARKS column has to be reported as this necessitates an expensive outer join so by default the JDBC driver does not report the REMARKS columns.

You can turn the reporting of REMARKS on by passing a true argument to this method.

setResultSetCache(OracleResultSetCache). Method in class oracle.jdbc.driver.OracleStatement
Oracle Extenstion Override the default result set cache.
setROWID(int, ROWID). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setRowPrefetch(int). Method in class oracle.jdbc.driver.OracleStatement
setRowPrefetch allows the user to set the row prefetch value for all result sets created from this statement.

setRowPrefetch overrides the prefetch value set from the connection, for this particular statement.

The row_prefetch will be turned back to 1 automatically by the driver if any of the select-column types is streaming (long data or long raw data).

setServerName(String). Method in class oracle.jdbc.pool.OracleDataSource
Set the name of the Server on which database is running.
setShort(int, short). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java short value.
setString(int, String). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setSTRUCT(int, STRUCT). Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setSubmodMask(int, int). Static method in class oracle.jdbc.driver.OracleLog
Configure the sub-module mask for a module.
setTime(int, Time). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.sql.Time value.
setTime(int, Time, Calendar). Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets the designated parameter to a java.sql.Time value, using the given Calendar object.
setTimestamp(int, Timestamp). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar). Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets the designated parameter to a java.sql.Timestamp value, using the given Calendar object.
setTNSEntryName(String). Method in class oracle.jdbc.pool.OracleDataSource
Set the TNS entry name.
setTransactionIsolation(int). Method in class oracle.jdbc.driver.OracleConnection
We only support dirty reads.
setTransactionTimeout(int). Method in class oracle.jdbc.xa.OracleXAResource
Set the current transaction timeout value for this XAResource instance.
setTypeMap(Dictionary). Method in class oracle.jdbc.driver.OracleConnection
setUnicodeStream(int, InputStream, int). Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setURL(String). Method in class oracle.jdbc.pool.OracleDataSource
Set the URL from which connections have to be obtained.
setUser(String). Method in class oracle.jdbc.pool.OracleDataSource
Set the user name with which connections have to be obtained.
setUsingXAFlag(boolean). Method in class oracle.jdbc.driver.OracleConnection
setValue(Object). Method in class oracle.sql.REF
Oracle extension.
setWaitOption(int). Method in class oracle.jdbc.driver.OracleStatement
setXAErrorFlag(boolean). Method in class oracle.jdbc.driver.OracleConnection
SF7ASCII_CHARSET. Static variable in class oracle.sql.CharacterSet
SF7DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
shutdown(int). Method in class oracle.jdbc.driver.OracleConnection
slash_character. Static variable in class oracle.jdbc.driver.OracleDriver
SMALLINT. Static variable in class oracle.jdbc.driver.OracleTypes
SQLName(String, OracleConnection). Constructor for class oracle.sql.SQLName
Constructor
SQLToJava(OracleConnection, byte[], int, String, Class, Dictionary). Static method in class oracle.sql.SQLUtil
Convert SQL data bytes to a Java object.
SQLToJava(OracleConnection, byte[], int, String, CustomDatumFactory). Static method in class oracle.sql.SQLUtil
Convert SQL data bytes to a CustomDatum object.
SQLToJava(OracleConnection, Datum, Class, Dictionary). Static method in class oracle.sql.SQLUtil
Convert a Datum object to a Java object.
SQLUtil(). Constructor for class oracle.sql.SQLUtil
start(Xid, int). Method in class oracle.jdbc.xa.OracleXAResource
startup(String, int). Method in class oracle.jdbc.driver.OracleConnection
storesLowerCaseIdentifiers(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case?
storesLowerCaseQuotedIdentifiers(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case?
storesMixedCaseIdentifiers(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case?
storesMixedCaseQuotedIdentifiers(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case?
storesUpperCaseIdentifiers(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case?
storesUpperCaseQuotedIdentifiers(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
stringValue(). Method in class oracle.sql.CHAR
Convert this data object into a String.
stringValue(). Method in class oracle.sql.RAW
Convert this data object into a String.
stringValue(). Method in class oracle.sql.ROWID
Convert this data object into a String.
strToUcs2Bytes(String). Static method in class oracle.jdbc.driver.OracleLog
Convert a string into UCS-2 bytes (2 bytes per character).
STRUCT. Static variable in class oracle.jdbc.driver.OracleTypes
STRUCT(StructDescriptor, Connection, Object[]). Constructor for class oracle.sql.STRUCT
Constructor.
StructDescriptor(SQLName, OracleTypeADT, Connection). Constructor for class oracle.sql.StructDescriptor
(INTERNAL) Constructor.
StructMetaData(StructDescriptor). Constructor for class oracle.jdbc.driver.StructMetaData
SUBMOD_ALL. Static variable in class oracle.jdbc.driver.OracleLog
SUBMOD_DBAC_DATA. Static variable in class oracle.jdbc.driver.OracleLog
SUBMOD_DEFAULT. Static variable in class oracle.jdbc.driver.OracleLog
SUBMOD_DRVR_CONN. Static variable in class oracle.jdbc.driver.OracleLog
SUBMOD_DRVR_ERR. Static variable in class oracle.jdbc.driver.OracleLog
SUBMOD_DRVR_LOG. Static variable in class oracle.jdbc.driver.OracleLog
SUBMOD_DRVR_RSET. Static variable in class oracle.jdbc.driver.OracleLog
SUBMOD_DRVR_STMT. Static variable in class oracle.jdbc.driver.OracleLog
SUBMOD_DRVR_UTIL. Static variable in class oracle.jdbc.driver.OracleLog
supportsAlterTableWithAddColumn(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is "ALTER TABLE" with drop column supported?
supportsANSI92EntryLevelSQL(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is the ANSI92 entry level SQL grammar supported? All JDBC compliant drivers must return true.
supportsANSI92FullSQL(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsBatchUpdates(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData::supportBatchUpdates.
supportsCatalogsInDataManipulation(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a catalog name be used in a index definition statement?
supportsCatalogsInPrivilegeDefinitions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is column aliasing supported?

If so, the SQL AS clause can be used to provide names for computed columns or to provide alias names for columns as required.

supportsConvert(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is CONVERT between the given SQL types supported?
supportsCoreSQLGrammar(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are correlated subqueries supported? A JDBC compliant driver always returns true.
supportsDataDefinitionAndDataManipulationTransactions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExpressionsInOrderBy(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are full nested outer joins supported?
supportsGroupBy(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is the escape character in "LIKE" clauses supported? A JDBC compliant driver always returns true.
supportsLimitedOuterJoins(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is there limited support for outer joins? (This will be true if supportFullOuterJoins is true.)
supportsMinimumSQLGrammar(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is the ODBC Minimum SQL grammar supported? All JDBC compliant drivers must return true.
supportsMixedCaseIdentifiers(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC compliant driver will always return false.
supportsMixedCaseQuotedIdentifiers(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC compliant driver will always return false.
supportsMultipleResultSets(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNonNullableColumns(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can columns be defined as non-nullable? A JDBC compliant driver always returns true.
supportsOpenCursorsAcrossCommit(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT?
supportsOuterJoins(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is positioned DELETE supported?
supportsPositionedUpdate(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is positioned UPDATE supported?
supportsResultSetConcurrency(int, int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.supportsResultSetConcurrency.
supportsResultSetType(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.supportsResultSetType.
supportsSchemasInDataManipulation(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is SELECT for UPDATE supported?
supportsStoredProcedures(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsSubqueriesInComparisons(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are subqueries in comparison expressions supported? A JDBC compliant driver always returns true.
supportsSubqueriesInExists(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are subqueries in exists expressions supported? A JDBC compliant driver always returns true.
supportsSubqueriesInIns(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are subqueries in "in" statements supported? A JDBC compliant driver always returns true.
supportsSubqueriesInQuantifieds(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are subqueries in quantified expressions supported? A JDBC compliant driver always returns true.
supportsTableCorrelationNames(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are table correlation names supported? A JDBC compliant driver always returns true.
supportsTransactionIsolationLevel(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database support the given transaction isolation level?
supportsTransactions(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Are transactions supported? If not, commit is a noop and the isolation level is TRANSACTION_NONE.
supportsUnion(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is SQL UNION supported?
supportsUnionAll(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Is SQL UNION ALL supported?

T

test(). Static method in class oracle.jdbc.driver.OracleLog
TH8MACTHAI_CHARSET. Static variable in class oracle.sql.CharacterSet
TH8MACTHAIS_CHARSET. Static variable in class oracle.sql.CharacterSet
TH8TISASCII_CHARSET. Static variable in class oracle.sql.CharacterSet
TH8TISEBCDIC_CHARSET. Static variable in class oracle.sql.CharacterSet
TIME. Static variable in class oracle.jdbc.driver.OracleTypes
TIMESTAMP. Static variable in class oracle.jdbc.driver.OracleTypes
timestampValue(). Method in class oracle.sql.CHAR
Convert to a Timestamp representation of the datum object
timeValue(). Method in class oracle.sql.CHAR
Convert to a Time representation of the datum object
TINYINT. Static variable in class oracle.jdbc.driver.OracleTypes
TMENDRSCAN. Static variable in class oracle.jdbc.xa.OracleXAResource
TMFAIL. Static variable in class oracle.jdbc.xa.OracleXAResource
TMJOIN. Static variable in class oracle.jdbc.xa.OracleXAResource
TMNOFLAGS. Static variable in class oracle.jdbc.xa.OracleXAResource
TMNOMIGRATE. Static variable in class oracle.jdbc.xa.OracleXAResource
TMONEPHASE. Static variable in class oracle.jdbc.xa.OracleXAResource
TMRESUME. Static variable in class oracle.jdbc.xa.OracleXAResource
TMSTARTRSCAN. Static variable in class oracle.jdbc.xa.OracleXAResource
TMSUCCESS. Static variable in class oracle.jdbc.xa.OracleXAResource
TMSUSPEND. Static variable in class oracle.jdbc.xa.OracleXAResource
toDatum(OracleConnection). Method in interface oracle.sql.CustomDatum
Called by setOracleObject to extract a Datum.
toJdbc(). Method in class oracle.sql.ARRAY
Oracle extension.
toJdbc(). Method in class oracle.sql.BFILE
Convert this data object into its default Java object type.
toJdbc(). Method in class oracle.sql.BLOB
Oracle extension.
toJdbc(). Method in class oracle.sql.CHAR
Convert this data object into its default Java object type.
toJdbc(). Method in class oracle.sql.CLOB
Convert this data object into its default Java object type.
toJdbc(). Method in class oracle.sql.RAW
Convert this data object into its default Java object type.
toJdbc(). Method in class oracle.sql.REF
Convert this data object into its default Java object type.
toJdbc(). Method in class oracle.sql.ROWID
Convert this data object into its default Java object type.
toJdbc(). Method in class oracle.sql.STRUCT
Oracle extension.
toString(). Method in class oracle.sql.CHAR
Converts the characters to a String.
toString(). Method in class oracle.sql.CharacterSet
This should be the official name of the character set.
toString(byte[], int, int). Method in class oracle.sql.CharacterSet
Convert bytes in oracleId representation to a String.
toStringWithReplacement(byte[], int, int). Method in class oracle.sql.CharacterSet
Convert bytes in oracleId representation to a String.
TR7DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
TR8DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
TR8EBCDIC1026_CHARSET. Static variable in class oracle.sql.CharacterSet
TR8MACTURKISH_CHARSET. Static variable in class oracle.sql.CharacterSet
TR8MACTURKISHS_CHARSET. Static variable in class oracle.sql.CharacterSet
TR8MSWIN1254_CHARSET. Static variable in class oracle.sql.CharacterSet
TR8PC857_CHARSET. Static variable in class oracle.sql.CharacterSet
TRACE. Static variable in class oracle.jdbc.driver.OracleLog
trace(String). Method in class oracle.jdbc.driver.OracleConnection
TYPE_FORWARD_ONLY. Static variable in class oracle.jdbc.driver.OracleResultSet
TYPE_NESTED_TABLE. Static variable in class oracle.sql.ArrayDescriptor
TYPE_SCROLL_INSENSITIVE. Static variable in class oracle.jdbc.driver.OracleResultSet
TYPE_SCROLL_SENSITIVE. Static variable in class oracle.jdbc.driver.OracleResultSet
TYPE_VARRAY. Static variable in class oracle.sql.ArrayDescriptor

U

UNICODE_1_CHARSET. Static variable in class oracle.sql.CharacterSet
UNICODE_2_CHARSET. Static variable in class oracle.sql.CharacterSet
This unicode is a "true UTF8".
UNICODE_TO_CHAR. Static variable in class oracle.jdbc.driver.OracleConnection
updateArray(int, Array). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateARRAY(int, ARRAY). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateARRAY(String, ARRAY). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateArray(String, Array). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateAsciiStream(int, InputStream, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateAsciiStream.
updateAsciiStream(String, InputStream, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateAsciiStream.
updateBfile(int, BFILE). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateBFILE(int, BFILE). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateBfile(String, BFILE). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateBFILE(String, BFILE). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateBigDecimal(int, BigDecimal). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateBigDecimal.
updateBigDecimal(String, BigDecimal). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateBigDecimal.
updateBinaryStream(int, InputStream, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateBinaryStream.
updateBinaryStream(String, InputStream, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateBinaryStream.
updateBlob(int, Blob). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateBLOB(int, BLOB). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateBLOB(String, BLOB). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateBlob(String, Blob). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateBoolean(int, boolean). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateBoolean.
updateBoolean(String, boolean). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateBoolean.
updateByte(int, byte). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateByte.
updateByte(String, byte). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateByte.
updateBytes(int, byte[]). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateBytes.
updateBytes(String, byte[]). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateBytes.
updateCHAR(int, CHAR). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateCHAR(String, CHAR). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateCharacterStream(int, Reader, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateCharacterStream.
updateCharacterStream(String, Reader, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateCharacterStream.
updateClob(int, Clob). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateCLOB(int, CLOB). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateClob(String, Clob). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateCLOB(String, CLOB). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateCustomDatum(int, CustomDatum). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateCustomDatum(String, CustomDatum). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateDATE(int, DATE). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateDate(int, Date). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateDate.
updateDate(String, Date). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateDate.
updateDATE(String, DATE). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateDouble(int, double). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateDouble.
updateDouble(String, double). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateDouble.
updateFloat(int, float). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateFloat.
updateFloat(String, float). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateFloat.
updateInt(int, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet..
updateInt(String, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet..
updateLong(int, long). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateLong.
updateLong(String, long). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateLong.
updateNull(int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateNull.
updateNull(String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateNull.
updateNUMBER(int, NUMBER). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateNUMBER(String, NUMBER). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateObject(int, Object). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateObject.
updateObject(int, Object, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateObject.
updateObject(String, Object). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateObject.
updateObject(String, Object, int). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateObject.
updateOracleObject(int, Datum). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateOracleObject(String, Datum). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateRAW(int, RAW). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateRAW(String, RAW). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateRef(int, Ref). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateREF(int, REF). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateREF(String, REF). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateRef(String, Ref). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateRow(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateRow.
updateROWID(int, ROWID). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateROWID(String, ROWID). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updatesAreDetected(int). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.updatesAreDetected.
updateShort(int, short). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateShort.
updateShort(String, short). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateShort.
updateString(int, String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateString.
updateString(String, String). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateString.
updateSTRUCT(int, STRUCT). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateSTRUCT(String, STRUCT). Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateTime(int, Time). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateTime.
updateTime(String, Time). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateTime.
updateTimestamp(int, Timestamp). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateTimestamp.
updateTimestamp(String, Timestamp). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateTimestamp.
US16TSTFIXED_CHARSET. Static variable in class oracle.sql.CharacterSet
US7ASCII_CHARSET. Static variable in class oracle.sql.CharacterSet
US8BS2000_CHARSET. Static variable in class oracle.sql.CharacterSet
US8ICL_CHARSET. Static variable in class oracle.sql.CharacterSet
US8NOOP_CHARSET. Static variable in class oracle.sql.CharacterSet
US8PC437_CHARSET. Static variable in class oracle.sql.CharacterSet
USER_OPER. Static variable in class oracle.jdbc.driver.OracleLog
usesLocalFilePerTable(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database use a file for each table?
usesLocalFiles(). Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Does the database store tables in a local file?
UsingXA. Variable in class oracle.jdbc.driver.OracleConnection
UTF8_CHARSET. Static variable in class oracle.sql.CharacterSet

V

VARBINARY. Static variable in class oracle.jdbc.driver.OracleTypes
VARCHAR. Static variable in class oracle.jdbc.driver.OracleTypes
VN8MSWIN1258_CHARSET. Static variable in class oracle.sql.CharacterSet
VN8VN3_CHARSET. Static variable in class oracle.sql.CharacterSet

W

wait_option. Variable in class oracle.jdbc.driver.OracleStatement
WARNING. Static variable in class oracle.jdbc.driver.OracleLog
wasNull(). Method in class oracle.jdbc.driver.OracleCallableStatement
wasNull(). Method in class oracle.sql.OracleJdbc2SQLInput
wasNull(). Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.wasNull.
WE8BS2000_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8BS2000L5_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8DEC_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8DECTST_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8DG_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8EBCDIC1047_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8EBCDIC284_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8EBCDIC285_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8EBCDIC37_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8EBCDIC37C_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8EBCDIC500_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8EBCDIC500C_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8EBCDIC871_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8GCOS7_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8HP_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8ICL_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8ISO8859P1_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8ISO8859P9_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8ISOICLUK_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8MACROMAN8_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8MACROMAN8S_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8MSWIN1252_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8NCR4970_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8NEXTSTEP_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8PC850_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8PC860_CHARSET. Static variable in class oracle.sql.CharacterSet
WE8ROMAN8_CHARSET. Static variable in class oracle.sql.CharacterSet
writeArray(Array). Method in class oracle.sql.OracleSQLOutput
Write an array to the stream.
writeArray(ARRAY). Method in class oracle.sql.OracleSQLOutput
Oracle extension.ARRAY Write an oracle.sql.
writeAsciiStream(InputStream). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a stream of ASCII characters.
writeBfile(BFILE). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeBigDecimal(BigDecimal). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a java.math.BigDecimal object.
writeBinaryStream(InputStream). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a stream of uninterpreted bytes.
writeBlob(BLOB). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeBlob(Blob). Method in class oracle.sql.OracleSQLOutput
Write a BLOB to the stream.
writeBoolean(boolean). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a Java boolean.
writeByte(byte). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a Java byte.
writeBytes(byte[]). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as an array of bytes.
writeCHAR(CHAR). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeCharacterStream(Reader). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a stream of Unicode characters.
writeClob(Clob). Method in class oracle.sql.OracleSQLOutput
Write a CLOB to the stream.
writeClob(CLOB). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeDate(Date). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a java.sql.Date object.
writeDATE(DATE). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeDouble(double). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a Java double.
writeFloat(float). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a Java float.
writeInt(int). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a Java int.
writeLong(long). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a Java long.
writeNUMBER(NUMBER). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeObject(Object). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a Java object.
writeObject(SQLData). Method in class oracle.sql.OracleSQLOutput
Write to the stream the data contained in the given object.
writeOracleObject(Datum). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeRAW(RAW). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeRef(Ref). Method in class oracle.sql.OracleSQLOutput
Write a REF(<structured-type>) to the stream.
writeRef(REF). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeROWID(ROWID). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeShort(short). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a Java short.
writeString(String). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a Java String.
writeStruct(STRUCT). Method in class oracle.sql.OracleSQLOutput
Oracle extension.
writeStruct(Struct). Method in class oracle.sql.OracleSQLOutput
Write a structured-type to the stream.
writeTime(Time). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a java.sql.Time object.
writeTimestamp(Timestamp). Method in class oracle.sql.OracleSQLOutput
Write the next attribute to the stream as a java.sql.Timestamp object.

X

XA_OK. Static variable in class oracle.jdbc.xa.OracleXAResource
XA_wants_error. Variable in class oracle.jdbc.driver.OracleConnection

Y

YUG7ASCII_CHARSET. Static variable in class oracle.sql.CharacterSet