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

A

ABANDONED_CONNECTION_CALLBACK - Static variable in interface oracle.jdbc.OracleConnection
 
ACCESS_FORWARD - Static variable in class oracle.sql.ARRAY
 
ACCESS_REVERSE - Static variable in class oracle.sql.ARRAY
 
ACCESS_UNKNOWN - Static variable in class oracle.sql.ARRAY
 
AL16UTF16BytesToJavaChars(byte[], int, char[]) - Static method in class oracle.sql.CharacterSet
Convert a sequence of bytes in AL16UTF16 to an array of chars caller needs to allocate the chars array
AL16UTF16BytesToString(byte[], int) - Static method in class oracle.sql.CharacterSet
Convert a sequence of bytes in AL16UTF16 to a String this function will allocate a chars array
AL16UTF16LE_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AL16UTF16_CHARSET - Static variable in class oracle.jdbc.driver.DBConversion
 
AL16UTF16_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AL24UTFFSS_CHARSET - Static variable in class oracle.jdbc.driver.DBConversion
 
AL24UTFFSS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AL32UTF8ToJavaChar(byte[], int, int) - Static method in class oracle.sql.CharacterSet
Converts an AL32UTF8 byte array to an array of char.
AL32UTF8ToString(byte[], int, int) - Static method in class oracle.sql.CharacterSet
Convert a sequence of bytes in AL32UTF8 format to a String.
AL32UTF8_CHARSET - Static variable in class oracle.jdbc.driver.DBConversion
 
AL32UTF8_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ALL_CONNECTION_CALLBACKS - Static variable in interface oracle.jdbc.OracleConnection
 
AR8ADOS710T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ADOS710_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ADOS720T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ADOS720_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8APTEC715T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8APTEC715_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
 
AR8ARABICMAC_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
 
AR8MUSSAD768T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8MUSSAD768_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8NAFITHA711T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8NAFITHA711_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8NAFITHA721T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8NAFITHA721_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8SAKHR706_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8SAKHR707T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8SAKHR707_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8XBASIC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ARRAY - Static variable in class oracle.jdbc.OracleTypes
 
ARRAY - class oracle.sql.ARRAY.
 
ARRAY(ArrayDescriptor, Connection, Object) - Constructor for class oracle.sql.ARRAY
Constructor.
ASCII_CHARSET - Static variable in class oracle.jdbc.driver.DBConversion
 
ASCII_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ArrayDescriptor - class oracle.sql.ArrayDescriptor.
 
abs() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the absolute value of NUMBER.
absolute(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.absolute.
acceptsURL(String) - Method in class oracle.jdbc.driver.OracleDriver
Test to see if this driver understands a sub-protocol.
access_string - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. unused
accumulate_batch_result - Static variable in class oracle.jdbc.driver.OracleDriver
 
acos() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the arc cosine value of NUMBER.
add(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of the addition of the NUMBER value and n.
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.
addJulianDays(int, int) - Method in class oracle.sql.DATE
Add Julian days to a date.
addMonths(int) - Method in class oracle.sql.DATE
Add months to a date.
adtLogger - Static variable in class oracle.jdbc.driver.OracleLog
 
afterClose(Object) - Method in class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
afterLast() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.afterLast.
allProceduresAreCallable() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable() - Method in class oracle.jdbc.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.
applyConnectionAttributes(Properties) - Method in interface oracle.jdbc.OracleConnection
Applies the connection Attributes provided on the underlying PooledConnection.
applyConnectionAttributes(Properties) - Method in class oracle.jdbc.OracleConnectionWrapper
 
archive(int, int, String) - Method in interface oracle.jdbc.OracleConnection
Deprecated. This method will be removed in a future version.
archive(int, int, String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
asciiBytesToCHARBytes(byte[]) - Method in class oracle.jdbc.driver.DBConversion
Convert an Ascii byte array into a Driver byte array.
asciiBytesToJavaChars(byte[], int, char[]) - Static method in class oracle.jdbc.driver.DBConversion
Convert 8-bit ascii character bytes into a Java char array.
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
asciiStreamValue() - Method in class oracle.sql.Datum
Convert to an ascii stream representation of the datum object
asin() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the arc sine value of NUMBER.
assertNotNull(Connection) - Static method in class oracle.sql.DatumWithConnection
 
assertNotNull(TypeDescriptor) - Static method in class oracle.sql.DatumWithConnection
 
at_sign_character - Static variable in class oracle.jdbc.driver.OracleDriver
 
atan() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the arc tangent value of NUMBER.
atan2(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of atan2(NUMBER/x).

B

BDA - Static variable in class oracle.sql.DATE
Bad day: above range
BDAL - Static variable in class oracle.sql.DATE
Bad day: below range
BDT - Static variable in class oracle.sql.DATE
Bad date format
BFILE - Static variable in class oracle.jdbc.OracleTypes
 
BFILE - class oracle.sql.BFILE.
 
BG8MSWIN_CHARSET - Static variable in class oracle.sql.CharacterSet
 
BG8PC437S_CHARSET - Static variable in class oracle.sql.CharacterSet
 
BHR - Static variable in class oracle.sql.DATE
Bad hour: above range
BHRL - Static variable in class oracle.sql.DATE
Bad hour: below range
BIGINT - Static variable in class oracle.jdbc.OracleTypes
 
BINARY - Static variable in class oracle.jdbc.OracleTypes
 
BINARY_DOUBLE - Static variable in class oracle.jdbc.OracleTypes
 
BINARY_DOUBLE - class oracle.sql.BINARY_DOUBLE.
The BINARY_DOUBLE class is a representation of the Oracle BINARY_DOUBLE datatype.
BINARY_DOUBLE(byte[]) - Constructor for class oracle.sql.BINARY_DOUBLE
Construct a BINARY_DOUBLE from a byte array.
BINARY_DOUBLE(double) - Constructor for class oracle.sql.BINARY_DOUBLE
Construct a BINARY_DOUBLE from a primitive double.
BINARY_DOUBLE(Double) - Constructor for class oracle.sql.BINARY_DOUBLE
Construct a BINARY_DOUBLE from an instance of java.lang.Double.
BINARY_FLOAT - Static variable in class oracle.jdbc.OracleTypes
 
BINARY_FLOAT - class oracle.sql.BINARY_FLOAT.
The BINARY_FLOAT class is a representation of the Oracle BINARY_FLOAT datatype.
BINARY_FLOAT(byte[]) - Constructor for class oracle.sql.BINARY_FLOAT
Construct a BINARY_FLOAT from a byte array.
BINARY_FLOAT(float) - Constructor for class oracle.sql.BINARY_FLOAT
Construct a BINARY_FLOAT from a primitive float.
BINARY_FLOAT(Float) - Constructor for class oracle.sql.BINARY_FLOAT
Construct a BINARY_FLOAT from an instance of java.lang.Float.
BIT - Static variable in class oracle.jdbc.OracleTypes
 
BLOB - Static variable in class oracle.jdbc.OracleTypes
 
BLOB - class oracle.sql.BLOB.
 
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
 
BMN - Static variable in class oracle.sql.DATE
Bad minute: above range
BMNL - Static variable in class oracle.sql.DATE
Bad minute: below range
BMO - Static variable in class oracle.sql.DATE
Bad month: above range
BMOL - Static variable in class oracle.sql.DATE
Bad month: below range
BN8BSCII_CHARSET - Static variable in class oracle.sql.CharacterSet
 
BOOLEAN - Static variable in class oracle.jdbc.OracleTypes
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
BSC - Static variable in class oracle.sql.DATE
Bad second: above range
BSCL - Static variable in class oracle.sql.DATE
Bad second: below range
BUILD_DATE - Static variable in class oracle.jdbc.OracleConnectionWrapper
 
BUILD_DATE - Static variable in class oracle.jdbc.OracleDatabaseMetaData
 
BUILD_DATE - Static variable in class oracle.jdbc.OracleTypes
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.DBConversion
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.DMSFactory
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.LRUStatementCache
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.Message11
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OracleCallableStatement
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OracleDatabaseMetaData
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OracleDriver
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OracleOCIConnection
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OracleParameterMetaData
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OraclePreparedStatement
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OracleResultSet
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OracleResultSetMetaData
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OracleSQLException
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OracleSavepoint
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.OracleStatement
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.SQLUtil
 
BUILD_DATE - Static variable in class oracle.jdbc.driver.StructMetaData
 
BUILD_DATE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
BUILD_DATE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
 
BUILD_DATE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheTimeOutThread
 
BUILD_DATE - Static variable in class oracle.jdbc.pool.OracleConnectionEventListener
 
BUILD_DATE - Static variable in class oracle.jdbc.pool.OracleConnectionPoolDataSource
 
BUILD_DATE - Static variable in class oracle.jdbc.pool.OracleDataSource
 
BUILD_DATE - Static variable in class oracle.jdbc.pool.OracleDataSourceFactory
 
BUILD_DATE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
BUILD_DATE - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
BUILD_DATE - Static variable in class oracle.jdbc.pool.OracleXAConnectionCacheImpl
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.OracleXAConnection
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.OracleXADataSource
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.OracleXAException
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.OracleXAResource
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.OracleXid
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.client.OracleXAConnection
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.client.OracleXADataSource
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.client.OracleXAHeteroConnection
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.client.OracleXAHeteroResource
 
BUILD_DATE - Static variable in class oracle.jdbc.xa.client.OracleXAResource
 
BUILD_DATE - Static variable in class oracle.sql.ARRAY
 
BUILD_DATE - Static variable in class oracle.sql.ArrayDescriptor
 
BUILD_DATE - Static variable in class oracle.sql.BFILE
 
BUILD_DATE - Static variable in class oracle.sql.BINARY_DOUBLE
 
BUILD_DATE - Static variable in class oracle.sql.BINARY_FLOAT
 
BUILD_DATE - Static variable in class oracle.sql.BLOB
 
BUILD_DATE - Static variable in class oracle.sql.CHAR
 
BUILD_DATE - Static variable in class oracle.sql.CLOB
 
BUILD_DATE - Static variable in class oracle.sql.CharacterSet
 
BUILD_DATE - Static variable in class oracle.sql.ConverterArchive
 
BUILD_DATE - Static variable in class oracle.sql.DatumWithConnection
 
BUILD_DATE - Static variable in class oracle.sql.JAVA_STRUCT
 
BUILD_DATE - Static variable in class oracle.sql.OPAQUE
 
BUILD_DATE - Static variable in class oracle.sql.OpaqueDescriptor
 
BUILD_DATE - Static variable in class oracle.sql.RAW
 
BUILD_DATE - Static variable in class oracle.sql.REF
 
BUILD_DATE - Static variable in class oracle.sql.ROWID
 
BUILD_DATE - Static variable in class oracle.sql.STRUCT
 
BUILD_DATE - Static variable in class oracle.sql.StructDescriptor
 
BUILD_DATE - Static variable in class oracle.sql.TypeDescriptor
 
BYR - Static variable in class oracle.sql.DATE
Bad year: above range
BYRL - Static variable in class oracle.sql.DATE
Bad year: below range
batch_string - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. use default_execute_batch_string
beforeClose(OracleConnection, Object) - Method in class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
beforeFirst() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.beforeFirst.
bigDecimalValue() - Method in class oracle.sql.CHAR
Convert this data object into a BigDecimal.
bigDecimalValue() - Method in class oracle.sql.Datum
Convert to a BigDecimal representation of the datum object
bigDecimalValue() - Method in class oracle.sql.NUMBER
Calls toBigDecimalto convert internal Oracle Number into a Java BigDecimal.
bigIntegerValue() - Method in class oracle.sql.NUMBER
Calls toBigInteger to convert internal Oracle Number to a Java BigInteger.
binaryStreamValue() - Method in class oracle.sql.CHAR
Convert to a binary stream representation of the datum object
binaryStreamValue() - Method in class oracle.sql.Datum
Convert to a binary stream representation of the datum object
booleanValue() - Method in class oracle.sql.CHAR
Convert to a boolean representation of the datum object
booleanValue() - Method in class oracle.sql.Datum
Convert to a boolean representation of the datum object
booleanValue() - Method in class oracle.sql.NUMBER
Calls toBoolean to convert internal Oracle Number to a Java boolean.
byteValue() - Method in class oracle.sql.CHAR
Convert to a byte representation of the datum object
byteValue() - Method in class oracle.sql.Datum
Convert to a byte representation of the datum object
byteValue() - Method in class oracle.sql.NUMBER
Calls toByte to convert internal Oracle Number to a Java byte.

C

CACHE_ALL - Static variable in class oracle.sql.ArrayDescriptor
 
CACHE_LAST - Static variable in class oracle.sql.ArrayDescriptor
 
CACHE_NONE - Static variable in class oracle.sql.ArrayDescriptor
 
CACHE_SIZE_NOT_SET - Static variable in interface oracle.jdbc.OracleConnection
 
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
 
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.OracleTypes
 
CHAR - class oracle.sql.CHAR.
The Oracle specific representation of characters.
CHAR(String, CharacterSet) - Constructor for class oracle.sql.CHAR
Constructor for CHAR.
CHAR(Object, CharacterSet) - Constructor for class oracle.sql.CHAR
Construct a CHAR from an Object.
CHARBytesToJavaChars(byte[], int, char[], int, int[], int) - Method in class oracle.jdbc.driver.DBConversion
 
CL8BS2000_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8EBCDIC1025X_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8EBCDIC1025_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
 
CL8MACCYRILLICS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8MACCYRILLIC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8MSWIN1251_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CLOB - Static variable in class oracle.jdbc.OracleTypes
 
CLOB - class oracle.sql.CLOB.
 
CLOB(OracleConnection, byte[], short) - Constructor for class oracle.sql.CLOB
 
CONCUR_READ_ONLY - Static variable in class oracle.jdbc.driver.OracleResultSet
 
CONCUR_UPDATABLE - Static variable in class oracle.jdbc.driver.OracleResultSet
 
CONNECTION_ID - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNECTION_POOL - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNECTION_RELEASE_HIGH - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_RELEASE_LOCKED - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_RELEASE_LOW - Static variable in interface oracle.jdbc.OracleConnection
 
CONNPOOL_ACTIVE_SIZE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_ALIASED_CONNECTION - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_CONNECTION - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_INCREMENT - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_IS_POOLCREATED - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_LOGON_MODE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_MAX_LIMIT - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_MIN_LIMIT - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_NOWAIT - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_OBJECT - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_POOL_SIZE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_PROXY_CONNECTION - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNPOOL_TIMEOUT - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CURSOR - Static variable in class oracle.jdbc.OracleTypes
 
CategoryName - Static variable in class oracle.jdbc.driver.OracleLog
 
CharBytesToString(byte[], int) - Method in class oracle.jdbc.driver.DBConversion
Convert driver character bytes to a string.
CharacterBuffer - class oracle.sql.CharacterBuffer.
This class allows the program to construct an array of bytes in some representation using the 32 bit values returned by a CharacterWalker.
CharacterBuffer(CharacterSet) - Constructor for class oracle.sql.CharacterBuffer
Constructor.
CharacterSet - class oracle.sql.CharacterSet.
Encapsulates methods and attributes of the character sets defined by Oracle.
CharacterSetWithConverter - class oracle.sql.CharacterSetWithConverter.
This is an abstract base class that all character sets that use CharacterConverter are based on.
CharacterWalker - class oracle.sql.CharacterWalker.
A CharacterWalker lets you walk through the characters that are represented as a sequence of bytes in some CharacterSet.
CharacterWalker(CharacterSet, byte[], int, int) - Constructor for class oracle.sql.CharacterWalker
Constructor.
CharsToStream(char[], int, int, int) - Method in class oracle.jdbc.driver.DBConversion
 
ConvertCharacterStream(InputStream, int) - Method in class oracle.jdbc.driver.DBConversion
 
ConvertCharacterStream(InputStream, int, short) - Method in class oracle.jdbc.driver.DBConversion
 
ConvertStream(InputStream, int) - Method in class oracle.jdbc.driver.DBConversion
 
ConvertStream(InputStream, int, int) - Method in class oracle.jdbc.driver.DBConversion
 
ConvertStream(Reader, int, int, short) - Method in class oracle.jdbc.driver.DBConversion
 
ConverterArchive - class oracle.sql.ConverterArchive.
This class allows a program to serialize an object and put it into a regular file or archive it into a zip file.
ConverterArchive() - Constructor for class oracle.sql.ConverterArchive
 
CustomDatum - interface oracle.sql.CustomDatum.
This is an interface for encapsulating SQL Types into Java types of the user's choice.
CustomDatumFactory - interface oracle.sql.CustomDatumFactory.
This interface complements CustomDatum.
cachedConnectionAttributes - Variable in class oracle.jdbc.pool.OraclePooledConnection
 
callbackFn(Connection, Object, int, int) - Method in interface oracle.jdbc.OracleOCIFailover
 
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.
ccFactory - Static variable in class oracle.sql.CharacterSetWithConverter
 
ceil() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the ceiling of NUMBER value.
characterStreamValue() - Method in class oracle.sql.CHAR
Convert to a character stream representation of the datum object
characterStreamValue() - Method in class oracle.sql.Datum
Convert to a character stream representation of the datum object
charsToUcs2Bytes(char[], int, int) - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
checkDatumType(Datum, int, String) - Static method in class oracle.jdbc.driver.SQLUtil
Check if the Datum is compatible with the specified SQL type.
checkValidity(byte[]) - Static method in class oracle.sql.DATE
Checks the DATE passed in.
clear() - Method in interface oracle.jdbc.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.
clearClientIdentifier(String) - Method in class oracle.jdbc.driver.OracleConnection
Deprecated.  
clearDefaultTZ() - Static method in class oracle.jdbc.driver.OracleDriver
 
clearDefines() - Method in interface oracle.jdbc.OracleStatement
Lets you clear previously defined types for the define-columns of this statement.
clearDefines() - Method in class oracle.jdbc.driver.OracleStatement
Allows the user to clear previously defined types for the define-columns of a select statement.
clearParameters() - Method in class oracle.jdbc.driver.OracleCallableStatement
 
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.OracleConnectionWrapper
 
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.
clearWarnings() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Clear SQLWarning. Sets SQLWarning to null.

clone() - Method in class oracle.sql.REF
 
close(Properties) - Method in interface oracle.jdbc.OracleConnection
Closes the given Logical connection, and returns the underlying PooledConnection to the implicit connection cache.
close(int) - Method in interface oracle.jdbc.OracleConnection
If opt is OracleConnection.INVALID_CONNECTION : Closes the given Logical connection, as well the underlying PooledConnection without returning the connection to the cache when called with the parameter INVALID_CONNECTION.
close() - Method in class oracle.jdbc.OracleConnectionWrapper
 
close(Properties) - Method in class oracle.jdbc.OracleConnectionWrapper
 
close(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
close() - Method in interface oracle.jdbc.OracleResultSetCache
Close the cache.
close() - Method in class oracle.jdbc.driver.LRUStatementCache
Close all the cursors in the application cache
close() - Method in class oracle.jdbc.driver.OracleOCIConnection
 
close() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.close.
close() - Method in class oracle.jdbc.driver.OracleStatement
Close the current result set, if any, and then close the statement.
close() - Method in interface oracle.jdbc.pool.OracleConnectionCache
Close the connection cache.
close() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Physically close all the pooled connections in the cache and free all the resources.

close() - Method in class oracle.jdbc.pool.OracleDataSource
Close DataSource API.
close() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
close() - Method in class oracle.jdbc.pool.OraclePooledConnection
Close the physical connection.
close() - Method in class oracle.sql.BFILE
Close a previously opened external LOB.
close() - Method in class oracle.sql.BLOB
Close a previously opened BLOB.
close() - Method in class oracle.sql.CLOB
Close a previously opened CLOB.
closeActualConnection(PooledConnection) - Method in class oracle.jdbc.pool.OracleXAConnectionCacheImpl
Close the XAConnection
closeArchiveforInsert() - Method in class oracle.sql.ConverterArchive
 
closeArchiveforRead() - Method in class oracle.sql.ConverterArchive
 
closeConnections() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
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
Deprecated. ... Use JDBC Implicit Connection Caching instead.

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.

closeSingleConnection(PooledConnection) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Close and remove a PooledConnection in the cache
closeWithKey(String) - Method in interface oracle.jdbc.OracleStatement
The underlying cursor is not closed and the Statement handle is cached on the Key.
closeWithKey(String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
The underlying cursor is not closed and the Statement handle is cached on the Key.
closeWithKey(String) - Method in class oracle.jdbc.driver.OracleStatement
It is illegal to use closeWithKey() for a statement - only valid for PreparedStatements and CallableStatements.
close_callback_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
commit() - Method in class oracle.jdbc.OracleConnectionWrapper
 
commit(Xid, boolean) - Method in class oracle.jdbc.xa.OracleXAResource
 
commit(Xid, boolean) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
Commit work done by global transaction specified by xid.
commit(Xid, boolean) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
compareTo(DATE) - Method in class oracle.sql.DATE
Returns -1 if DATE is less than date, 0 if DATE and date are equal (==), 1 if DATE is greater than date.
compareTo(NUMBER) - Method in class oracle.sql.NUMBER
Returns -1 if NUMBER is less than n, 0 if NUMBER and n are equal (==), 1 if NUMBER is greater than n.
connect(String, Properties) - Method in class oracle.jdbc.driver.OracleDriver
Connect to a database.
connect_auto_commit_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
connectionClosed(ConnectionEvent) - Method in class oracle.jdbc.pool.OracleConnectionEventListener
Invoked when the application calls close() on its representation of the connection.
connectionClosed(OracleOCIConnection) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
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.
connection_properties_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
conversionLogger - Static variable in class oracle.jdbc.driver.OracleLog
 
convert(String) - Method in class oracle.sql.CharacterSet
Convert a String to bytes in oracleId representation.
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.CharacterSetWithConverter
 
convert(CharacterSet, byte[], int, int) - Method in class oracle.sql.CharacterSetWithConverter
 
convertAL16UTF16BytesToJavaChars(byte[], int, char[], int, int, boolean) - Static method in class oracle.sql.CharacterSet
Converts a sequence of bytes in AL16UTF16 to an array of char's.
convertAL16UTF16LEBytesToJavaChars(byte[], int, char[], int, int, boolean) - Static method in class oracle.sql.CharacterSet
Converts a sequence of bytes in AL16UTF16LE to an array of char's.
convertAL32UTF8BytesToJavaChars(byte[], int, char[], int, int[], boolean) - Static method in class oracle.sql.CharacterSet
Convert a sequence of bytes in AL32UTF8 to an array of char's.
convertAL32UTF8BytesToJavaChars(byte[], int, char[], int, int[], boolean, int) - Static method in class oracle.sql.CharacterSet
Same as convertAL32UTF8BytesToJavaChars(byte[],int,char[],int,int[],boolean) with an additional argument 'charSize' which is the number of chars available in the char array.
convertASCIIBytesToJavaChars(byte[], int, char[], int, int) - Static method in class oracle.sql.CharacterSet
convert a byte array in ascii to a Java char array.
convertJavaCharsToAL16UTF16Bytes(char[], int, byte[], int, int) - Static method in class oracle.sql.CharacterSet
 
convertJavaCharsToAL16UTF16LEBytes(char[], int, byte[], int, int) - Static method in class oracle.sql.CharacterSet
 
convertJavaCharsToAL32UTF8Bytes(char[], int, byte[], int, int) - Static method in class oracle.sql.CharacterSet
Convert char's to the UTF-8 representation.
convertJavaCharsToASCIIBytes(char[], int, byte[], int, int) - Static method in class oracle.sql.CharacterSet
convert a Java char array to a byte array in ascii.
convertJavaCharsToISOLATIN1Bytes(char[], int, byte[], int, int) - Static method in class oracle.sql.CharacterSet
 
convertJavaCharsToUTFBytes(char[], int, byte[], int, int) - Static method in class oracle.sql.CharacterSet
Convert char's to the UTF8 representation.
convertUTF32toUTF16(long) - Static method in class oracle.sql.CharacterSet
 
convertUTFBytesToJavaChars(byte[], int, char[], int, int[], boolean) - Static method in class oracle.sql.CharacterSet
Convert a sequence of bytes in UTF8 to an array of char's.
convertUTFBytesToJavaChars(byte[], int, char[], int, int[], boolean, int) - Static method in class oracle.sql.CharacterSet
Same as convertUTFBytesToJavaChars(byte[],int,char[],int,int[],boolean) with an additional argument 'charSize' which is the number of chars available in the char array.
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.
convertWithReplacement(String) - Method in class oracle.sql.CharacterSetWithConverter
 
cos() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the cosine value of NUMBER.
cosh() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the hyperbolic cosine value of NUMBER.
create(Datum, int) - Method in interface oracle.sql.CustomDatumFactory
create an Object from SQL Type and return it.
create(Datum, int) - Method in interface oracle.sql.ORADataFactory
Create an ORAData from a oralce.sql.Datum
createCache(OracleDataSource, Properties) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Creates a connection cache using an auto-generated Connection Cache name, and the supplied Connection Cache Properties.
createCache(String, OracleDataSource, Properties) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Creates a connection cache using the supplied Connection Cache name, and the Connection Cache Properties.
createDescriptor(String, Connection) - Static method in class oracle.sql.ArrayDescriptor
Descriptor factory.
createDescriptor(String, Connection) - Static method in class oracle.sql.OpaqueDescriptor
Descriptor factory.
createDescriptor(String, Connection) - Static method in class oracle.sql.StructDescriptor
Descriptor factory.
createStatement() - Method in class oracle.jdbc.OracleConnectionWrapper
 
createStatement(int, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
createStatement(int, int, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
createTemporary(Connection, boolean, int) - Static method in class oracle.sql.BLOB
Create a temporary blob.
createTemporary(Connection, boolean, int) - Static method in class oracle.sql.CLOB
Create a temporary clob.
createTemporary(Connection, boolean, int, short) - Static method in class oracle.sql.CLOB
Create a temporary clob or nclob.
creationState() - Method in interface oracle.jdbc.OracleStatement
Deprecated.  

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
 
DATABASE_CLOSED - Static variable in interface oracle.jdbc.OracleConnection
Define return values for pingDatabase api The physical database connection is closed.
DATABASE_NOTOK - Static variable in interface oracle.jdbc.OracleConnection
Define return values for pingDatabase api The physical database connection is not closed but the database is not reachable.
DATABASE_OK - Static variable in interface oracle.jdbc.OracleConnection
Define return values for pingDatabase api The physical database connection is not closed and the database is reachable.
DATABASE_TIMEOUT - Static variable in interface oracle.jdbc.OracleConnection
Define return values for pingDatabase api The call timed out before any positive or negative acknowledgement was received.
DATALINK - Static variable in class oracle.jdbc.OracleTypes
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.
DATE - Static variable in class oracle.jdbc.OracleTypes
 
DATE - class oracle.sql.DATE.
DATE Class
DATE() - Constructor for class oracle.sql.DATE
Constructs a DATE object initialized to 1/1/1970.
DATE(byte[]) - Constructor for class oracle.sql.DATE
Create a DATE object represented by the given Oracle Date.
DATE(Date) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Date object.
DATE(Time) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Time object.
DATE(Timestamp) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Timestamp object
DATE(Date, Calendar) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Date object and a Calendar
DATE(Time, Calendar) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Time object and a Calendar
DATE(Timestamp, Calendar) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Timestamp object and a Calendar
DATE(String) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java String object.
DATE(String, boolean) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java String object.
DATE(String, Calendar) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java String object and a Calendar
DATE(Object) - Constructor for class oracle.sql.DATE
Constructs a DATE object initialized to the value specified by the object
DATE(Object, Calendar) - Constructor for class oracle.sql.DATE
Constructs a DATE object initialized to the value specified by the object and a Calendar
DBCS_CHARSET - Static variable in class oracle.jdbc.driver.DBConversion
 
DBConversion - class oracle.jdbc.driver.DBConversion.
Database conversion class.
DBConversion(short, short, short) - Constructor for class oracle.jdbc.driver.DBConversion
Constructor method.
DEBUG1 - Static variable in class oracle.jdbc.driver.OracleLog
 
DEBUG2 - Static variable in class oracle.jdbc.driver.OracleLog
 
DEBUG_SERIALIZATION - Static variable in class oracle.sql.TypeDescriptor
 
DECIMAL - Static variable in class oracle.jdbc.OracleTypes
 
DEFAULT_CHARSET - Static variable in class oracle.sql.CHAR
 
DEFAULT_CHARSET - Static variable in class oracle.sql.CharacterSet
Special value.
DEFAULT_FIXED_WAIT_IDLE_TIME - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. The default timeout for FIXED_WAIT_SCHEME.
DEFAULT_XA_TIMEOUT - Static variable in class oracle.jdbc.xa.OracleXAResource
 
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
 
DMSFactory - class oracle.jdbc.driver.DMSFactory.
 
DMSFactory() - Constructor for class oracle.jdbc.driver.DMSFactory
 
DOUBLE - Static variable in class oracle.jdbc.OracleTypes
 
DO_CONVERSION_WITH_REPLACEMENT - Static variable in class oracle.jdbc.driver.DBConversion
 
DURATION_CALL - Static variable in class oracle.sql.BLOB
 
DURATION_CALL - Static variable in class oracle.sql.CLOB
 
DURATION_SESSION - Static variable in class oracle.sql.BLOB
 
DURATION_SESSION - Static variable in class oracle.sql.CLOB
 
DYNAMIC_SCHEME - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
Datum - class oracle.sql.Datum.
The root of Oracle native datatype hierarchy.
Datum() - Constructor for class oracle.sql.Datum
Creates an empty datum
Datum(byte[]) - Constructor for class oracle.sql.Datum
Create a new datum with the given byte array as representation.
DatumWithConnection - class oracle.sql.DatumWithConnection.
 
DatumWithConnection(byte[]) - Constructor for class oracle.sql.DatumWithConnection
 
DatumWithConnection() - Constructor for class oracle.sql.DatumWithConnection
 
dataDefinitionCausesTransactionCommit() - Method in class oracle.jdbc.OracleDatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is a data definition statement within a transaction ignored?
dataSizeBytes - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. unused
dataSizeChars - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. unused
dataSizeUnitsPropertyName - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. unused
database_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
dateValue() - Method in class oracle.sql.CHAR
Convert to a Date representation of the datum object
dateValue() - Method in class oracle.sql.DATE
Calls toDate to convert internal Oracle Date to a Java Date.
dateValue(Calendar) - Method in class oracle.sql.DATE
Calls toDate to convert internal Oracle Date and Calendar to a Java Date.
dateValue() - Method in class oracle.sql.Datum
Convert to a Date representation of the datum object
datumLogger - Static variable in class oracle.jdbc.driver.OracleLog
 
decrement() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the NUMBER value decremented by 1.
defaultConnection() - Method in class oracle.jdbc.driver.OracleDriver
Obtain the default static Connection.
default_execute_batch_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
default_row_prefetch_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
defaultnchar_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
defaultncharprop_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
defineColumnType(int, int) - Method in interface oracle.jdbc.OracleStatement
Defines the type you will use to retrieve data from a particular database table column.
defineColumnType(int, int, int) - Method in interface oracle.jdbc.OracleStatement
Defines the type you will use to retrieve data from a particular database table column and the maximum size of data you want.
defineColumnType(int, int, int, short) - Method in interface oracle.jdbc.OracleStatement
Defines the type you will use to retrieve data from a particular database table column and the maximum size of data you want.
defineColumnType(int, int, String) - Method in interface oracle.jdbc.OracleStatement
Defines the type you will use to retrieve data from a particular database table column and specifies the column name.
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
Defines the type you will use to retrieve data from a particular database table column and the maximum size of data you want.
defineColumnType(int, int, int, short) - Method in class oracle.jdbc.driver.OracleStatement
Defines the type you will use to retrieve data from a particular database table 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.
defineColumnTypeBytes(int, int, int) - Method in interface oracle.jdbc.OracleStatement
Defines the type you will use to retrieve data from a particular database table column and the maximum size of data you want, specifying the maximum size in bytes, not characters.
defineColumnTypeBytes(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, specifying the maximum size in bytes, not characters.
defineColumnTypeChars(int, int, int) - Method in interface oracle.jdbc.OracleStatement
Defines the type you will use to retrieve data from a particular database table column and the maximum size of data you want, specifying the maximum size in characters, rather than bytes.
defineColumnTypeChars(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, specifying the maximum size in characters, rather than bytes.
defineParameterType(int, int, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Define the type under which you will bind the parameter and the maximum size (in characters) of data you will bind in binds.
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 (in characters) of data you will bind in binds.
defineParameterTypeBytes(int, int, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Define the type under which you will bind the parameter and the maximum size (in bytes) of data you will bind in binds.
defineParameterTypeBytes(int, int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Define the type under which you will bind the parameter and the maximum size (in bytes) of data you will bind in binds.
defineParameterTypeChars(int, int, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Define the type under which you will bind the parameter and the maximum size (in characters) of data you will bind in binds.
defineParameterTypeChars(int, int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Define the type under which you will bind the parameter and the maximum size (in characters) of data you will bind in binds.
deleteRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.deleteRow.
deletesAreDetected(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.deletesAreDetected.
descType() - Method in class oracle.sql.ArrayDescriptor
Describe the collection type.
descType() - Method in class oracle.sql.OpaqueDescriptor
Describe this type.
descType() - Method in class oracle.sql.StructDescriptor
Describe this type.
diffInJulianDays(DATE, int[], int[]) - Method in class oracle.sql.DATE
Calculates the difference between two dates in Julian days.
diffInMonths(DATE) - Method in class oracle.sql.DATE
Calculates the difference between two dates in months.
disableCache(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Disable a given connection cache
disable_defineColumnType_string - Static variable in class oracle.jdbc.driver.OracleDriver
Disable the method OracleStatement.defineColumnType when equal "true".
div(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the division of NUMBER value by n.
dll_string - Static variable in class oracle.jdbc.driver.OracleDriver
Set the name of the native library for the oci driver.
dms_parent_name_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
dms_parent_type_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
dms_stmt_metrics_string - Static variable in class oracle.jdbc.driver.OracleDriver
Property which enables/disables DMS Statement metrics
doTwoPhaseAction(int, int, String[], Xid[]) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
doesMaxRowSizeIncludeBlobs() - Method in class oracle.jdbc.OracleDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doubleValue() - Method in class oracle.sql.CHAR
Convert to a double representation of the datum object
doubleValue() - Method in class oracle.sql.Datum
Convert to a double representation of the datum object
doubleValue() - Method in class oracle.sql.NUMBER
Calls toDouble to convert internal Oracle Number to a Java double.
driverLogger - Static variable in class oracle.jdbc.driver.OracleLog
 

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
 
EE8MACCES_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8MACCE_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8MACCROATIANS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8MACCROATIAN_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
 
EL8MACGREEKS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8MACGREEK_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_TO_END_ACTION_INDEX - Static variable in interface oracle.jdbc.OracleConnection
 
END_TO_END_CLIENTID_INDEX - Static variable in interface oracle.jdbc.OracleConnection
 
END_TO_END_ECID_INDEX - Static variable in interface oracle.jdbc.OracleConnection
 
END_TO_END_MODULE_INDEX - Static variable in interface oracle.jdbc.OracleConnection
 
END_TO_END_STATE_INDEX_MAX - Static variable in interface oracle.jdbc.OracleConnection
 
ERROR - Static variable in class oracle.jdbc.driver.OracleLog
 
ET8MSWIN923_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EXPLICIT - Static variable in interface oracle.jdbc.OracleStatement
 
e() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of e.
empty_lob() - Static method in class oracle.sql.BLOB
Return a empty lob.
empty_lob() - Static method in class oracle.sql.CLOB
Return a empty lob.
enableCache(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Enable a given connection cache
enableWarning(boolean) - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
end(Xid, int) - Method in class oracle.jdbc.xa.OracleXAResource
 
end(Xid, int) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
End work performed on behalf of a transaction branch.
end(Xid, int) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
enterExplicitCache() - Method in class oracle.jdbc.driver.OraclePreparedStatement
enterExplicitCache This method is called by LRUStatementCache when this statement is about to be put into the explicit cache.
equals(Object) - Method in class oracle.sql.CharacterSet
Two CharacterSet's are equal when their oracleId's are equal
equals(Object) - Method in class oracle.sql.Datum
Test any object for equality with an Datum.
equals(Object) - Method in class oracle.sql.REF
 
event_listener_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
execute() - Method in class oracle.jdbc.driver.OracleCallableStatement
Execute the statement.
execute() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Execute the statement.
execute(String) - Method in class oracle.jdbc.driver.OracleStatement
Execute a SQL statement.
execute(String, int) - Method in class oracle.jdbc.driver.OracleStatement
JDBC 3.0 Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class oracle.jdbc.driver.OracleStatement
JDBC 3.0 Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class oracle.jdbc.driver.OracleStatement
JDBC 3.0 Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
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.OracleCallableStatement
Execute the update 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.
executeUpdate(String, int) - Method in class oracle.jdbc.driver.OracleStatement
JDBC 3.0 Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class oracle.jdbc.driver.OracleStatement
JDBC 3.0 Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class oracle.jdbc.driver.OracleStatement
JDBC 3.0 Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute_batch_string - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. use default_execute_batch_string
existsCache(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Check if connection cache exists.
exitExplicitCacheToActive() - Method in class oracle.jdbc.driver.OraclePreparedStatement
exitExplicitCacheToActive This method is called by LRUStatementCache when this statement is retrieved from the explicit cache, and is about to be reused.
exitExplicitCacheToClose() - Method in class oracle.jdbc.driver.OraclePreparedStatement
exitExplicitCacheToClose() This method is called by LRUStatementCache when this statement is about to be closed directly from the explicit cache.
exitImplicitCacheToActive() - Method in class oracle.jdbc.driver.OraclePreparedStatement
exitImplicitCacheToActive This method is called by LRUStatementCache when this statement is retrieved from the implicit cache, and is about to be reused.
exitImplicitCacheToClose() - Method in class oracle.jdbc.driver.OraclePreparedStatement
exitImplicitCacheToClose() This method is called by LRUStatementCache when this statement is about to be closed directly from the implicit cache.
exp() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of e raised to NUMBER value.
explicit_caching_enabled - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 

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_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_NUMBER - Static variable in class oracle.jdbc.driver.OracleLog
 
FIELD_OBJECT - 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
 
FIXED_CHAR - Static variable in class oracle.jdbc.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
Deprecated.  
FIXED_WAIT_SCHEME - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
FLOAT - Static variable in class oracle.jdbc.OracleTypes
 
FORM_CHAR - Static variable in interface oracle.jdbc.OraclePreparedStatement
Specifies the "form of use" for SQL CHAR datatypes (CHAR, VARCHAR2 and CLOB).
FORM_NCHAR - Static variable in interface oracle.jdbc.OraclePreparedStatement
Specifies the "form of use" for SQL NCHAR datatypes (NCHAR, NVARCHAR2 and NCLOB).
FO_ABORT - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FO_BEGIN - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FO_END - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FO_ERROR - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FO_EVENT_UNKNOWN - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FO_NONE - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FO_REAUTH - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FO_RETRY - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FO_SELECT - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FO_SESSION - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FO_TYPE_UNKNOWN - Static variable in interface oracle.jdbc.OracleOCIFailover
 
FUNCTION - 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.
findDriverCharSet(short, short) - Static method in class oracle.jdbc.driver.DBConversion
Find the appropriate driver character set to use.
first() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.first.
fixed_string_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
floatValue() - Method in class oracle.sql.CHAR
Convert to a float representation of the datum object
floatValue() - Method in class oracle.sql.Datum
Convert to a float representation of the datum object
floatValue() - Method in class oracle.sql.NUMBER
Calls toFloat to convert internal Oracle Number to a Java float.
floatingPointRound(int) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to Number rounded to precision significant decimal digits.
floor() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the floor of NUMBER value.
forget(Xid) - Method in class oracle.jdbc.xa.OracleXAResource
 
forget(Xid) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
Tell RM to forget about a heuristically completed txn branch
forget(Xid) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
formattedTextToNumber(String, String, String) - Static method in class oracle.sql.NUMBER
Returns a NUMBER converted from Num controlled by the format fmt.
freeTemporary(BLOB) - Static method in class oracle.sql.BLOB
Free the contents and the locator of the temporary blob.
freeTemporary() - Method in class oracle.sql.BLOB
Free the contents and the locator of the temporary blob.
freeTemporary(CLOB) - Static method in class oracle.sql.CLOB
Free the contents and the locator of the temporary clob.
freeTemporary() - Method in class oracle.sql.CLOB
Free the contents and the locator of the temporary clob.
fromJulianDays(int, int) - Static method in class oracle.sql.DATE
Convert given julian days and seconds to an Oracle Date.
fromText(String, String, String) - Static method in class oracle.sql.DATE
Convert a string to a DATE object.

G

get(int, int) - Method in interface oracle.jdbc.OracleResultSetCache
Return the data stored in the i-th row and j-th column.
getARRAY(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.ARRAY object.
getARRAY(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getARRAY(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getARRAY(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getARRAY(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getARRAY(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getAccessDirection() - Method in class oracle.sql.ARRAY
Performance hint.
getAction() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
getActiveSize() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Return the total no of connections that are being used.
getActiveSize() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the number of active or busy connections in the connection pool Note that the count cannot be guaranteed on any invoking subsequent OracleOCIConnectionCacheImpl method.
getAliasedConnection(byte[]) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
getAnyDataEmbeddedObject(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data of an embedded object within AnyData
getAnyDataEmbeddedObject(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getArray(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getArray(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getArray.
getArray(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getArray.
getArray() - Method in class oracle.sql.ARRAY
Implements Array interface method Retrieve the contents of the SQL array designated by the object.
getArray(Map) - Method in class oracle.sql.ARRAY
Implements Array interface method Retrieve the contents of the SQL array designated by this object.
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, Map) - 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.
getArrayType() - Method in class oracle.sql.ArrayDescriptor
Return the database type of the array.
getAsciiOutputStream() - Method in class oracle.sql.CLOB
Deprecated. This method is deprecated. Use setAsciiStream( 0L );
getAsciiOutputStream(long) - Method in class oracle.sql.CLOB
Deprecated. This method is deprecated. Use setAsciiStream.
getAsciiStream(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an java.io.InputStream object.
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.
getAsciiStream() - Method in class oracle.sql.CLOB
Implements the Clob interface method.
getAsciiStream(long) - Method in class oracle.sql.CLOB
Read from the CLOB as a stream at the requested position.
getAttributeJavaName(int) - Method in interface oracle.jdbc.StructMetaData
Gets a JAVA_STRUCT attribute's external name.
getAttributeJavaName(int) - Method in class oracle.jdbc.driver.StructMetaData
Gets a JAVA_STRUCT attribute's external name.
getAttributes(String, String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAttributes() - Method in class oracle.sql.STRUCT
Implements the Struct interface function.
getAttributes(Map) - Method in class oracle.sql.STRUCT
Implements the Struct interface function.
getAutoBuffering() - Method in class oracle.sql.ARRAY
Performance hint.
getAutoBuffering() - Method in class oracle.sql.STRUCT
Performance hint.
getAutoClose() - Method in interface oracle.jdbc.OracleConnection
The driver is always in auto-close mode.
getAutoClose() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getAutoCommit() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getAutoIndexing() - Method in class oracle.sql.ARRAY
Performance hint.
getAutoRefetch() - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getAutoRefetch() - Method in class oracle.jdbc.driver.OracleStatement
Oracle extension.
getBFILE(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.BFILE object.
getBFILE(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBFILE(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBFILE(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBFILE(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBFILE(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBLOB(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.BLOB object.
getBLOB(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBLOB(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBLOB(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBLOB(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBLOB(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
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.OracleDatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBfile(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBfile(String) - Method in interface oracle.jdbc.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.
getBigDecimal(int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBigDecimal(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBigDecimal(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int, int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBigDecimal.
getBigDecimal(String, int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBigDecimal.
getBigDecimal(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBigDecimal.
getBigDecimal(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBigDecimal.
getBinaryOutputStream() - Method in class oracle.sql.BLOB
Deprecated. This method is deprecated. Use setBinaryStream(0L).
getBinaryOutputStream(long) - Method in class oracle.sql.BLOB
Deprecated. This method is deprecated -- use setBinaryStream
getBinaryStream(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an java.io.InputStream object.
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.
getBinaryStream() - Method in class oracle.sql.BFILE
Retrieve the entire BFILE as a stream.
getBinaryStream(long) - Method in class oracle.sql.BFILE
Read from the external LOB as a stream at the requested position.
getBinaryStream() - Method in class oracle.sql.BLOB
Implements the Blob interface function.
getBinaryStream(long) - Method in class oracle.sql.BLOB
Read from the BLOB as a stream at the requested position.
getBlob(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBlob(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBlob.
getBlob(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBlob.
getBoolean(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBoolean(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC BIT parameter as a boolean in the Java programming language.
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(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
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(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBytes(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBytes.
getBytes(String) - 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, byte[]) - Method in class oracle.sql.BFILE
Copy the contents of the BFILE at the requested position to suppied buffer.
getBytes(long, int) - Method in class oracle.sql.BLOB
Implements the Blob interface function.
getBytes(long, int, byte[]) - Method in class oracle.sql.BLOB
Oracle extension.
getBytes() - Method in class oracle.sql.CharacterBuffer
The accumulated data
getBytes() - Method in class oracle.sql.Datum
Create a new Java byte array containing a copy of the RDBMS data.
getBytesValue() - Method in class oracle.sql.OPAQUE
Return a byte array that represents the attributes into the format that is actually used in the database.
getCHAR(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.CHAR object.
getCHAR(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getCHAR(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
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.
getCLOB(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.CLOB object.
getCLOB(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getCLOB(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getCLOB(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getCLOB(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCLOB(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCacheFixedWaitIdleTime() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Returns the wait time for FIXED_WAIT_SCHEME. Returns -1 if it is not set.
getCacheFixedWaitTimeout() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Get the timeout for FIXED_WAIT_SCHEME

getCacheInactivityTimeout() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Get the connection cache Inactivity timeout

getCacheNameList() - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Get all the cache names managed by this connection cache manager
getCacheProperties(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Get the connection cache properties corresponding to the cache name.
getCacheScheme() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Return the Caching Scheme being used.
getCacheSize() - Method in class oracle.jdbc.driver.LRUStatementCache
 
getCacheSize() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Return the total no of connections in the Cache.
getCacheTimeToLiveTimeout() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Get the connection cache TTL timeout

getCallWithKey(String) - Method in interface oracle.jdbc.OracleConnection
getCallWithKey Searches the explicit cache for a match on key.
getCallWithKey(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
getCallWithKey(String) - Method in class oracle.jdbc.pool.OraclePooledConnection
getCallWithKey Searches the explicit cache for a match on key.
getCatalog() - Method in class oracle.jdbc.OracleConnectionWrapper
 
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
 
getCatalogSeparator() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getCatalogs() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get the catalog names available in this database.
getCharacterOutputStream() - Method in class oracle.sql.CLOB
Deprecated. This method is deprecated. Use setCharacterStream( 0L ).
getCharacterOutputStream(long) - Method in class oracle.sql.CLOB
Deprecated. This method is deprecated. Use setCharacterStream.
getCharacterStream(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an java.io.Reader object.
getCharacterStream(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
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.
getCharacterStream() - Method in class oracle.sql.CLOB
Implements the Clob interface method.
getCharacterStream(long) - Method in class oracle.sql.CLOB
Read from the CLOB as a stream at the requested position.
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 class oracle.jdbc.driver.OracleConnection
 
getClob(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getClob(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.
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.OracleDatabaseMetaData
Get a description of the access rights for a table's columns.
getColumnType(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's SQL type?
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.
getColumns(String, String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of table columns available in a catalog.
getColumns(String, String, String, String) - Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a description of table columns available in a catalog.
getConcurrency() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getConcurrency.
getConnection() - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.getConnection.
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.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Attempt to get a logical connection from the Cache. May return null depending upon the Schemes selected. Either a ConnectionPoolDataSource must be Set or url, username, password or Other JNDI attributes should be set on this Cache before you attempt to open Connections.
getConnection(String, String) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Attempt to get a logical connection from the Cache. May return null depending upon the Schemes selected. User and password arguments should match the one given either directly or from ConnectionPoolDataSource.
getConnection() - Method in class oracle.jdbc.pool.OracleDataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in class oracle.jdbc.pool.OracleDataSource
Attempt to establish a database connection.
getConnection(Properties) - Method in class oracle.jdbc.pool.OracleDataSource
Attempt to obtain a database connection from the Implicit Connection Cache using Connection Attributes
getConnection(String, String, Properties) - Method in class oracle.jdbc.pool.OracleDataSource
Attempt to obtain a database connection from the Implicit Connection Cache using user, passwd and Connection Attributes
getConnection() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
getConnection(String, String) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
getConnection() - Method in class oracle.jdbc.pool.OraclePooledConnection
Create an object handle for this physical connection.
getConnection() - Method in class oracle.jdbc.xa.OracleXAConnection
Create an object handle for this physical connection.
getConnection() - Method in class oracle.sql.DatumWithConnection
Deprecated. since 9.0.0. Use getJavaSqlConnection() or getInternalConnection(), or Use getOracleConnection() instead.
getConnectionAttributes() - Method in interface oracle.jdbc.OracleConnection
Returns the connection Attributes set on the underlying PooledConnection.
getConnectionAttributes() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getConnectionCacheManagerInstance() - Static method in class oracle.jdbc.pool.OracleConnectionCacheManager
Returns the static ConnectionCacheManager Instance.
getConnectionCacheName() - Method in class oracle.jdbc.pool.OracleDataSource
 
getConnectionCacheProperties() - Method in class oracle.jdbc.pool.OracleDataSource
 
getConnectionCachingEnabled() - Method in class oracle.jdbc.pool.OracleDataSource
 
getConnectionCleanupInterval() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
getConnectionErrorCodes() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
getConnectionErrorCodes() - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
 
getConnectionId() - Method in class oracle.jdbc.driver.OracleOCIConnection
 
getConnectionIncrement() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the Increment for increasing the connections for the Cache.
getConnectionProperties() - Method in class oracle.jdbc.pool.OracleDataSource
getConnectionProperties Returns the current Properties set in the datasource.
getConnectionReleasePriority() - Method in interface oracle.jdbc.OracleConnection
Returns the release priority set on the connection
getConnectionReleasePriority() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getCreateStatementAsRefCursor() - Method in interface oracle.jdbc.OracleConnection
Retrieves the current setting of the createStatementAsRefCursor flag which you can set with the setCreateStatementAsRefCursor method.
getCreateStatementAsRefCursor() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getCrossReference(String, String, String, String, String, String) - Method in class oracle.jdbc.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.
getCurrentDate() - Static method in class oracle.sql.DATE
Gets current date and time
getCursor(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an java.sql.ResultSet object.
getCursor(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getCursor(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
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 interface oracle.jdbc.OracleCallableStatement
Deprecated.  
getCustomDatum(int, CustomDatumFactory) - Method in interface oracle.jdbc.OracleResultSet
Deprecated.  
getCustomDatum(String, CustomDatumFactory) - Method in interface oracle.jdbc.OracleResultSet
Deprecated.  
getCustomDatum(int, CustomDatumFactory) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getCustomDatum(int, CustomDatumFactory) - Method in class oracle.jdbc.driver.OracleResultSet
Deprecated.  
getCustomDatum(String, CustomDatumFactory) - Method in class oracle.jdbc.driver.OracleResultSet
Deprecated.  
getDATE(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.DATE object.
getDATE(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getDATE(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getDATE(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getDATE(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getDATE(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getDataSourceName() - Method in class oracle.jdbc.pool.OracleDataSource
Get the datasource name for this instance if set.
getDatabaseMajorVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves the minor version number of the underlying database.
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.OracleDatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the version of this database product?
getDate(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getDate(int, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getDate(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getDate.
getDate(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getDate.
getDate(int, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getDate (idx, calendar).
getDate(String, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getDate (idx, calendar).
getDbCharSet() - Method in class oracle.jdbc.driver.DBConversion
Obtain the database character set id.
getDbCharSetObj() - Method in class oracle.jdbc.driver.DBConversion
Obtain the database character set object.
getDefaultExecuteBatch() - Method in interface oracle.jdbc.OracleConnection
Retrieves the overall connection batch value of this connection.
getDefaultExecuteBatch() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getDefaultRowPrefetch() - Method in interface oracle.jdbc.OracleConnection
Retrieves the value of row prefetch for all statements associated with this connection and created after this value was set.
getDefaultRowPrefetch() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getDefaultTZ() - Static method in class oracle.jdbc.driver.OracleDriver
 
getDefaultTransactionIsolation() - Method in class oracle.jdbc.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(String) - Method in interface oracle.jdbc.OracleConnection
Gets a Descriptor object corresponding to a sql type.
getDescriptor(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
getDescriptor() - Method in class oracle.sql.ARRAY
Oracle extension.
getDescriptor() - Method in class oracle.sql.OPAQUE
Oracle extension.
getDescriptor() - Method in class oracle.sql.REF
Oracle extension.
getDescriptor() - Method in class oracle.sql.STRUCT
Oracle extension.
getDirAlias() - Method in class oracle.sql.BFILE
Gets the Bfile's directory alias.
getDouble(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getDouble(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
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.
getDoubleArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getDoubleArray(long, int) - Method in class oracle.sql.ARRAY
Oracle extension.
getDriverCharSet() - Method in class oracle.jdbc.driver.DBConversion
Obtain the id of the character set used in the driver.
getDriverCharSetObj() - Method in class oracle.jdbc.driver.DBConversion
Obtain the Driver character set object.
getDriverMajorVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's this JDBC driver's major version number?
getDriverMajorVersionInfo() - Static method in class oracle.jdbc.OracleDatabaseMetaData
What's this JDBC driver's major version number?
getDriverMinorVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's this JDBC driver's minor version number?
getDriverMinorVersionInfo() - Static method in class oracle.jdbc.OracleDatabaseMetaData
What's this JDBC driver's minor version number?
getDriverNCharSetObj() - Method in class oracle.jdbc.driver.DBConversion
 
getDriverName() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the name of this JDBC driver?
getDriverNameInfo() - Static method in class oracle.jdbc.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.OracleDatabaseMetaData
What's the version of this JDBC driver?
getDriverVersionInfo() - Static method in class oracle.jdbc.OracleDatabaseMetaData
What's the version of this JDBC driver?
getEndToEndECIDSequenceNumber() - Method in interface oracle.jdbc.OracleConnection
Gets the current end to end tracing context id sequence number.
getEndToEndECIDSequenceNumber() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getEndToEndMetrics() - Method in interface oracle.jdbc.OracleConnection
Gets the values of the end-to-end metrics, if any.
getEndToEndMetrics() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getExecuteBatch() - Method in interface oracle.jdbc.OraclePreparedStatement
Retrieves the batch value of this statement for the Oracle update batching model (default is set by the connection object).
getExecuteBatch() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Retrieve the batch value (for Oracle-style batching only).
getExplicitCachingEnabled() - Method in interface oracle.jdbc.OracleConnection
getExplicitCachingEnabled Returns true if the explicit cache is currently enabled, false otherwise.
getExplicitCachingEnabled() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getExplicitCachingEnabled() - Method in class oracle.jdbc.driver.LRUStatementCache
getExplicitCachingEnabled Returns true if the explicit cache is currently enabled, false otherwise.
getExplicitCachingEnabled() - Method in class oracle.jdbc.pool.OracleDataSource
getExplicitCachingEnabled Returns the current value of the explicitCachingEnabled property.
getExplicitCachingEnabled() - Method in class oracle.jdbc.pool.OraclePooledConnection
getExplicitCachingEnabled Returns true if the explicit cache is currently enabled, false otherwise.
getExportedKeys(String, String, String) - Method in class oracle.jdbc.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.OracleDatabaseMetaData
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, 0-9 and _).
getFastConnectionFailoverEnabled() - Method in class oracle.jdbc.pool.OracleDataSource
 
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.
getFixedString() - Method in class oracle.jdbc.driver.OracleStatement
Returns the current setObject(string) behavior for this Statement.
getFloat(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getFloat(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
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.
getFloatArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getFloatArray(long, int) - Method in class oracle.sql.ARRAY
Oracle extension.
getFormatId() - Method in class oracle.jdbc.xa.OracleXid
 
getGeneratedKeys() - Method in class oracle.jdbc.driver.OracleStatement
JDBC 3.0 Retrieves any auto-generated keys created as a result of executing this Statement object.
getGlobalTransactionId() - Method in class oracle.jdbc.xa.OracleXid
 
getHoldability() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getINTERVALDS(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.INTERVALDS object.
getINTERVALDS(int) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.INTERVALDS value from the ResultSet.
getINTERVALDS(String) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.INTERVALDS value from the ResultSet.
getINTERVALDS(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getINTERVALDS(int) - Method in class oracle.jdbc.driver.OracleResultSet
 
getINTERVALDS(String) - Method in class oracle.jdbc.driver.OracleResultSet
 
getINTERVALYM(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.INTERVALYM object.
getINTERVALYM(int) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.INTERVALYM value from the ResultSet.
getINTERVALYM(String) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.INTERVALYM value from the ResultSet.
getINTERVALYM(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getINTERVALYM(int) - Method in class oracle.jdbc.driver.OracleResultSet
 
getINTERVALYM(String) - Method in class oracle.jdbc.driver.OracleResultSet
 
getIdentifierQuoteString() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
getImplicitCachingEnabled() - Method in interface oracle.jdbc.OracleConnection
getImplicitCachingEnabled Returns true if the implicit cache is currently enabled, false otherwise.
getImplicitCachingEnabled() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getImplicitCachingEnabled() - Method in class oracle.jdbc.driver.LRUStatementCache
getImplicitCachingEnabled Returns true if the implicit cache is currently enabled, false otherwise.
getImplicitCachingEnabled() - Method in class oracle.jdbc.pool.OracleDataSource
getImplicitCachingEnabled Returns the current value of the implicitCachingEnabled property.
getImplicitCachingEnabled() - Method in class oracle.jdbc.pool.OraclePooledConnection
getImplicitCachingEnabled Returns true if the implicit cache is currently enabled, false otherwise.
getImportedKeys(String, String, String) - Method in class oracle.jdbc.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 interface oracle.jdbc.OracleConnection
Checks whether or not synonyms information is included in DatabaseMetaData.getColumns.
getIncludeSynonyms() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of a table's indices and statistics.
getInt(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getInt(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
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.
getIntArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getIntArray(long, int) - Method in class oracle.sql.ARRAY
Oracle extension.
getJDBCMajorVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves the minor JDBC version number for this driver.
getJavaClassName() - Method in class oracle.sql.StructDescriptor
Returns the external name of the JAVA_STRUCT type.
getJavaObject(String) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
getJavaObject(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
getJavaSqlConnection() - Method in class oracle.sql.ARRAY
 
getJavaSqlConnection() - Method in class oracle.sql.BFILE
 
getJavaSqlConnection() - Method in class oracle.sql.BLOB
 
getJavaSqlConnection() - Method in class oracle.sql.CLOB
 
getJavaSqlConnection() - Method in class oracle.sql.DatumWithConnection
Oracle extension Return the java.sql.Connection associated with the receiver.
getJavaSqlConnection() - Method in class oracle.sql.OPAQUE
 
getJavaSqlConnection() - Method in class oracle.sql.REF
 
getJavaSqlConnection() - Method in class oracle.sql.STRUCT
 
getLanguage() - Method in class oracle.sql.StructDescriptor
 
getLastAccessedTime() - Method in class oracle.jdbc.pool.OraclePooledConnection
Get the last accessed time on the PooledConnection.
getLength() - Method in class oracle.sql.Datum
Retreive the length of a datum.
getLength() - Method in class oracle.sql.StructDescriptor
The number of fields in the Object Type.
getLobPrecision() - Static method in class oracle.jdbc.OracleDatabaseMetaData
 
getLocalAttributeCount() - Method in class oracle.sql.StructDescriptor
Returns the number of attributes defined in the subtype.
getLocalColumnCount() - Method in interface oracle.jdbc.StructMetaData
Get number of local attributes i.e.
getLocalColumnCount() - Method in class oracle.jdbc.driver.StructMetaData
Get number of local attributes i.e.
getLogStream() - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
getLogWriter() - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
getLogWriter() - Method in class oracle.jdbc.pool.OracleDataSource
Get the log writer for this data source.
getLogicalHandle() - Method in class oracle.jdbc.pool.OraclePooledConnection
Return the logical handle to the caller.
getLoginTimeout() - Method in class oracle.jdbc.pool.OracleDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLong(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getLong(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
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.
getLongArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getLongArray(long, int) - Method in class oracle.sql.ARRAY
Oracle extension.
getMajorVersion() - Method in class oracle.jdbc.driver.OracleDriver
 
getMaxBinaryLiteralLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the max length for a character literal?
getMaxCharbyteSize() - Method in class oracle.jdbc.driver.DBConversion
 
getMaxColumnNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's maximum number of columns in a table?
getMaxConnections() - Method in class oracle.jdbc.OracleDatabaseMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum cursor name length?
getMaxFieldSize() - Method in class oracle.jdbc.driver.OracleStatement
 
getMaxIndexLength() - Method in class oracle.jdbc.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.
getMaxLength() - Method in class oracle.sql.OpaqueDescriptor
Return the maximun number of bytes this opaque object can hold.
getMaxLimit() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Return the Max limit on Connections.

getMaxLimit() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the Max limit on Connections.
getMaxNCharbyteSize() - Method in class oracle.jdbc.driver.DBConversion
 
getMaxProcedureNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of a procedure name?
getMaxRowSize() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of a single row?
getMaxRows() - Method in class oracle.jdbc.driver.OracleStatement
 
getMaxSchemaNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length allowed for a schema name?
getMaxStatementLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of a SQL statement?
getMaxStatements() - Method in class oracle.jdbc.OracleDatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxStatements() - Method in class oracle.jdbc.pool.OracleDataSource
getMaxStatements Returns the current value of the maxStatements property.
getMaxTableNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum number of tables in a SELECT?
getMaxUserNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of a user name?
getMetaData() - Method in class oracle.jdbc.OracleConnectionWrapper
 
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
Deprecated. ... Use JDBC Implicit Connection Caching instead. Return the minimum limit on the no of Connections.
getMinLimit() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Note: There are no individual setMin, setMax and setIncrement since that needs to be done in one call to setPoolConfig Return the minimum limit on the no of Connections.
getMinorVersion() - Method in class oracle.jdbc.driver.OracleDriver
 
getMoreResults() - Method in class oracle.jdbc.driver.OracleStatement
We only have one result and there no way to indicate it.
getMoreResults(int) - Method in class oracle.jdbc.driver.OracleStatement
JDBC 3.0 Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getNCharSet() - Method in class oracle.jdbc.driver.DBConversion
Obtain the database national character set id.
getNUMBER(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.NUMBER object.
getNUMBER(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getNUMBER(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
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.
getName() - Method in class oracle.sql.BFILE
Gets the Bfile's file name.
getName() - Method in class oracle.sql.TypeDescriptor
Return fully qualified type name.
getNativeXA() - Method in class oracle.jdbc.pool.OracleXAConnectionCacheImpl
Return the nativeXA flag setting on this data source.
getNetworkProtocol() - Method in class oracle.jdbc.pool.OracleDataSource
Get the network protocol set.
getNoWait() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the connection No-wait parameter This attribute determines if retrial for a connection has to be done when all connections in the pool are found to be busy and the number of connections already reached max.
getNumParameters() - Method in class oracle.jdbc.driver.OracleSQLException
Get total number of ORacle error message parameters.
getNumberOfActiveConnections(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Get the number of connections already in use (checked out connections)
getNumberOfAvailableConnections(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Get the number connections in the cache, that are available for use
getNumericFunctions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a comma separated list of math functions.
getOPAQUE(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.OPAQUE object.
getOPAQUE(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getOPAQUE(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getOPAQUE(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getOPAQUE(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getOPAQUE(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getORAData(int, ORADataFactory) - Method in interface oracle.jdbc.OracleCallableStatement
 
getORAData(int, ORADataFactory) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getORAData(String, ORADataFactory) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getORAData(int, ORADataFactory) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getORAData(int, ORADataFactory) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getORAData(String, ORADataFactory) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getObject(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getObject(int, Map) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getObject(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String, Map) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getObject.
getObject(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getObject.
getObject(int, Map) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getObject (idx, map).
getObject(String, Map) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getObject (idx, map).
getObject(Map) - Method in class oracle.sql.REF
 
getObject() - Method in class oracle.sql.REF
JDBC 3.0 Retrieves the SQL structured type instance referenced by this Ref object.
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 interface oracle.jdbc.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.
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.
getOracleConnection() - Method in class oracle.sql.DatumWithConnection
Oracle extension.
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 interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.Datum object.
getOracleObject(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getOracleObject(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
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.
getOraclePlsqlIndexTable(int) - Method in interface oracle.jdbc.OracleCallableStatement
Oracle OCI driver specific.
getOraclePlsqlIndexTable(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
Oracle OCI driver specific.
getParameterClassName(int) - Method in interface oracle.jdbc.OracleParameterMetaData
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method PreparedStatement.setObject.
getParameterClassName(int) - Method in class oracle.jdbc.driver.OracleParameterMetaData
JDBC 3.0 Retrieves the fully-qualified name of the Java class whose instances should be passed to the method PreparedStatement.setObject.
getParameterCount() - Method in interface oracle.jdbc.OracleParameterMetaData
Retrieves the number of parameters in the PreparedStatement object for which this OracleParameterMetaData object contains information.
getParameterCount() - Method in class oracle.jdbc.driver.OracleParameterMetaData
JDBC 3.0 Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.
getParameterMetaData() - Method in class oracle.jdbc.driver.OraclePreparedStatement
 
getParameterMode(int) - Method in interface oracle.jdbc.OracleParameterMetaData
Retrieves the designated parameter's mode.
getParameterMode(int) - Method in class oracle.jdbc.driver.OracleParameterMetaData
JDBC 3.0 Retrieves the designated parameter's mode.
getParameterType(int) - Method in interface oracle.jdbc.OracleParameterMetaData
Retrieves the designated parameter's SQL type.
getParameterType(int) - Method in class oracle.jdbc.driver.OracleParameterMetaData
JDBC 3.0 Retrieves the designated parameter's SQL type.
getParameterTypeName(int) - Method in interface oracle.jdbc.OracleParameterMetaData
Retrieves the designated parameter's database-specific type name.
getParameterTypeName(int) - Method in class oracle.jdbc.driver.OracleParameterMetaData
JDBC 3.0 Retrieves the designated parameter's database-specific type name.
getParameters() - Method in class oracle.jdbc.driver.OracleSQLException
Get Oracle error message parameters.
getPhysicalHandle() - Method in class oracle.jdbc.pool.OraclePooledConnection
 
getPlsqlIndexTable(int) - Method in interface oracle.jdbc.OracleCallableStatement
Get the value of a PLSQL index table parameter as a Java array.
getPlsqlIndexTable(int, Class) - Method in interface oracle.jdbc.OracleCallableStatement
Oracle OCI driver specific.
getPlsqlIndexTable(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
Oracle OCI driver specific.
getPlsqlIndexTable(int, Class) - Method in class oracle.jdbc.driver.OracleCallableStatement
Oracle OCI driver specific.
getPoolConfig() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
getPoolSize() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the number of physical connections in the connection pool Note that the count cannot be guaranteed on any invoking subsequent OracleOCIConnectionCacheImpl method.
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 interface oracle.jdbc.OracleParameterMetaData
Retrieves the designated parameter's number of decimal digits.
getPrecision(int) - Method in class oracle.jdbc.driver.OracleParameterMetaData
JDBC 3.0 Retrieves the designated parameter's number of decimal digits.
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.OracleDatabaseMetaData
Get a description of a table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
getProcedureTerm() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProcedures(String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of stored procedures available in a catalog.
getProperties() - Method in interface oracle.jdbc.OracleConnection
Determines the connection properties.
getProperties() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getPropertyInfo(String, Properties) - Method in class oracle.jdbc.driver.OracleDriver
 
getProxyConnection(String, Properties) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
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.
getRAW(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.RAW object.
getRAW(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getRAW(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
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 interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.REF object.
getREF(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getREF(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getREF(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getREF(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getREF(String) - Method in class oracle.jdbc.driver.OracleResultSet
/ Oracle extension.
getROWID(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.ROWID object.
getROWID(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getROWID(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
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.
getRef(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getRef(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getRef.
getRef(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getRef.
getReference() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
getReference() - Method in class oracle.jdbc.pool.OracleDataSource
 
getReference() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
getRemarksReporting() - Method in interface oracle.jdbc.OracleConnection
Checks whether or not a call of getTables or getColumns of the DatabaseMetaData interface will report the REMARKS column.
getRemarksReporting() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getRestrictGetTables() - Method in interface oracle.jdbc.OracleConnection
Gets the restriction status of the returned data in DatabaseMetaData.getTables.
getRestrictGetTables() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getResultSet() - Method in class oracle.jdbc.driver.OracleStatement
Allocate a result set.
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(Map) - 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, Map) - 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.
getResultSetHoldability() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves the default holdability of this ResultSet object.
getResultSetHoldability() - Method in class oracle.jdbc.driver.OracleStatement
JDBC 3.0 Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Determine the result set type.
getRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getRow.
getRowPrefetch() - Method in interface oracle.jdbc.OracleStatement
Retrieves the value or row prefetch for all result sets created from this statement.
getRowPrefetch() - Method in class oracle.jdbc.driver.OracleStatement
Allows the user to retrieve the prefetch value for all results sets created from this statement.
getSQLKeywords() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSQLStateType() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
getSQLType(Object) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
getSQLType(Object) - Method in class oracle.jdbc.OracleConnectionWrapper
 
getSQLTypeName() - Method in class oracle.sql.ARRAY
Oracle extension.
getSQLTypeName() - Method in class oracle.sql.OPAQUE
Implements the Struct interface function Retrieves the SQL type name of the SQL structured type that this Struct object represents.
getSQLTypeName() - Method in class oracle.sql.REF
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.
getSTRUCT(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.STRUCT object.
getSTRUCT(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getSTRUCT(String) - Method in interface oracle.jdbc.OracleResultSet
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.
getSTRUCT() - Method in class oracle.sql.REF
Oracle extension.
getSavepointId() - Method in interface oracle.jdbc.OracleSavepoint
Retrieves the generated ID for the savepoint that this OracleSavepoint object represents.
getSavepointId() - Method in class oracle.jdbc.driver.OracleSavepoint
JDBC 3.0 Retrieves the generated ID for the savepoint that this Savepoint object represents.
getSavepointName() - Method in interface oracle.jdbc.OracleSavepoint
Retrieves the name of the savepoint this OracleSavepoint object represents.
getSavepointName() - Method in class oracle.jdbc.driver.OracleSavepoint
JDBC 3.0 Retrieves the name of the savepoint that this Savepoint object represents.
getScale(int) - Method in interface oracle.jdbc.OracleParameterMetaData
Retrieves the designated parameter's number of digits to right of the decimal point.
getScale(int) - Method in class oracle.jdbc.driver.OracleParameterMetaData
JDBC 3.0 Retrieves the designated parameter's number of digits to right of the decimal point.
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
 
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.
getSchemaTerm() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSchemas() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get the schema names available in this database.
getSearchStringEscape() - Method in class oracle.jdbc.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.
getServiceName() - Method in class oracle.jdbc.pool.OracleDataSource
Get the service_name To distinguish services from instances, a new URL using service_name is added, existing url with SID will be supported, but deprecated.
getSessionTimeZone() - Method in interface oracle.jdbc.OracleConnection
Obtain Oracle session time zone region name.
getSessionTimeZone() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getShort(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getShort(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
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.
getShortArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getShortArray(long, int) - Method in class oracle.sql.ARRAY
 
getStatement() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getStatement.
getStatementCacheSize() - Method in interface oracle.jdbc.OracleConnection
getStatementCacheSize Returns the current size of the application cache.
getStatementCacheSize() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getStatementCacheSize() - Method in class oracle.jdbc.pool.OraclePooledConnection
getStatementCacheSize Returns the current size of the application cache.
getStatementWithKey(String) - Method in interface oracle.jdbc.OracleConnection
getStatementWithKey Searches the explicit cache for a match on key.
getStatementWithKey(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
getStatementWithKey(String) - Method in class oracle.jdbc.pool.OraclePooledConnection
getStatementWithKey Searches the explicit cache for a match on key.
getStmtCacheSize() - Method in interface oracle.jdbc.OracleConnection
Deprecated. Use getStatementCacheSize() instead.
getStmtCacheSize() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getStmtCacheSize() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Return the size of Statement Cache.
getStmtCacheSize() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the size of Statement Cache.
getStmtCacheSize() - Method in class oracle.jdbc.pool.OraclePooledConnection
Deprecated.  
getStream() - Method in class oracle.sql.Datum
Create an input stream so the raw data may be read.
getString(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getString(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
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.
getString() - Method in class oracle.sql.CHAR
Converts the sequence of characters represented by this to a String.
getStringFunctions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a comma separated list of string functions.
getStructAttrCsId() - Method in interface oracle.jdbc.OracleConnection
Obtain the Oracle identifier of the character set used in STRUCT attributes.
getStructAttrCsId() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getSubString(long, int) - Method in class oracle.sql.CLOB
Implements the Clob interface method.
getSubtypeName(OracleConnection, byte[], long) - Static method in class oracle.sql.TypeDescriptor
 
getSubtypeNames() - Method in class oracle.sql.StructDescriptor
Returns the SQL type names of the direct subtypes.
getSuperTables(String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSupertypeName() - Method in class oracle.sql.StructDescriptor
Returns the SQL type name of the direct subtype.
getSystemFunctions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a comma separated list of system functions.
getSystemProperty(String, String) - Static method in class oracle.jdbc.driver.OracleDriver
 
getSystemProperty(String, String) - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
getTIMESTAMP(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.TIMESTAMP object.
getTIMESTAMP(int) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMP value from the ResultSet.
getTIMESTAMP(String) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMP value from the ResultSet.
getTIMESTAMP(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTIMESTAMP(int) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTIMESTAMP(String) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTIMESTAMPLTZ(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.TIMESTAMPLTZ object.
getTIMESTAMPLTZ(int) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMPLTZ value from the ResultSet.
getTIMESTAMPLTZ(String) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMPLTZ value from the ResultSet.
getTIMESTAMPLTZ(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTIMESTAMPLTZ(int) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTIMESTAMPLTZ(String) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTIMESTAMPTZ(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an oracle.sql.TIMESTAMPTZ object.
getTIMESTAMPTZ(int) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMPTZ value from the ResultSet.
getTIMESTAMPTZ(String) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMPTZ value from the ResultSet.
getTIMESTAMPTZ(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTIMESTAMPTZ(int) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTIMESTAMPTZ(String) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTNSEntryName() - Method in class oracle.jdbc.pool.OracleDataSource
Get the TNS entry name for this instance if set.
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.OracleDatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTableTypes() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get the table types available in this database.
getTables(String, String, String, String[]) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of tables available in a catalog.
getThreadWakeUpInterval() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Get the timeout thread interval

getTime(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTime(int, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTime(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTime.
getTime(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTime.
getTime(int, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTime (idx, calendar).
getTime(String, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTime (idx, calendar).
getTimeDateFunctions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a comma separated list of time and date functions.
getTimeDateFunctions() - Method in class oracle.jdbc.driver.OracleDatabaseMetaData
Get a comma separated list of time and date functions.
getTimeout() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the timeout The connections idle for more than this time (seconds) are terminated periodically, to maintain optimum number of open connections.This attribute can be set dynamically.
getTimestamp(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTimestamp(int, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTimestamp(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTimestamp.
getTimestamp(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTimestamp.
getTimestamp(int, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTimestamp (idx, calendar).
getTimestamp(String, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTimestamp (idx, calendar).
getTransactionIsolation() - Method in class oracle.jdbc.OracleConnectionWrapper
 
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.
getTypeCode() - Method in class oracle.sql.ArrayDescriptor
 
getTypeCode() - Method in class oracle.sql.OpaqueDescriptor
Return the Opaque type code: OracleTypes.OPAQUE.
getTypeCode() - Method in class oracle.sql.StructDescriptor
 
getTypeDescriptor(String, OracleConnection) - Static method in class oracle.jdbc.driver.SQLUtil
Obtain the type descriptor associated with the specified type name.
getTypeInfo() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of all the standard SQL types supported by this database.
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.OracleConnectionWrapper
 
getTypeVersion() - Method in class oracle.sql.StructDescriptor
 
getUDTs(String, String, String, int[]) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData::getUDTs.
getURL() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the url for this database?
getURL(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getURL(int) - Method in class oracle.jdbc.driver.OracleResultSet
JDBC 3.0 Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - Method in class oracle.jdbc.driver.OracleResultSet
JDBC 3.0 Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL() - Method in class oracle.jdbc.pool.OracleDataSource
Get the URL for this datasource.
getUnMatchedConnectionAttributes() - Method in interface oracle.jdbc.OracleConnection
Returns the unmatched connection Attributes from the underlying PooledConnection.
getUnMatchedConnectionAttributes() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getUnicodeStream(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an java.io.InputStream object.
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
 
getUser() - Method in class oracle.jdbc.pool.OracleDataSource
Get the user name for this datasource.
getUserName() - Method in interface oracle.jdbc.OracleConnection
Gets the user name of the current connection.
getUserName() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getUserName() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's our user name as known to the database?
getUsingXAFlag() - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
getUsingXAFlag() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getUtfLen(char) - Static method in class oracle.jdbc.driver.DBConversion
Return the UTF8 representation length for the given Java character.
getValue() - Method in class oracle.sql.OPAQUE
Return the Opaque value.
getValue(Map) - Method in class oracle.sql.REF
Oracle extension.
getValue() - Method in class oracle.sql.REF
Oracle extension.
getVersionColumns(String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of a table's columns that are automatically updated when any value in a row is updated.
getWarnings() - Method in class oracle.jdbc.OracleConnectionWrapper
 
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
getWarnings() - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Return current SQLWarning

getXAConnection() - Method in class oracle.jdbc.pool.OracleXAConnectionCacheImpl
Attempt to get a physical XAConnection from the Cache.
getXAConnection(String, String) - Method in class oracle.jdbc.pool.OracleXAConnectionCacheImpl
Attempt to get a physical XAConnection from the Cache.
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.
getXAConnection() - Method in class oracle.jdbc.xa.client.OracleXADataSource
Attempt to establish a database connection.
getXAConnection(String, String) - Method in class oracle.jdbc.xa.client.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 interface oracle.jdbc.OracleConnection
Deprecated.  
getXAErrorFlag() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getXAErrorMessage(int) - Static method in class oracle.jdbc.xa.OracleXAException
 
getXAResource() - Method in class oracle.jdbc.xa.OracleXAConnection
Return an XA resource to the caller.
getXAResource() - Method in class oracle.jdbc.xa.client.OracleXAConnection
Return an XA resource to the caller.
getXAResource() - Method in class oracle.jdbc.xa.client.OracleXAHeteroConnection
Return an XAResource object to the caller.
getXids() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
get_internal_type(int) - Static method in class oracle.jdbc.driver.SQLUtil
 
getcacheState() - Method in class oracle.jdbc.driver.OracleStatement
 
getdbLinks() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
getnsite() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
getserverCursor() - Method in class oracle.jdbc.driver.OracleStatement
 
getstatementType() - Method in class oracle.jdbc.driver.OracleStatement
 

H

HRZER0 - Static variable in class oracle.sql.DATE
Zero valued hour
HU8ABMOD_CHARSET - Static variable in class oracle.sql.CharacterSet
 
HU8CWI2_CHARSET - Static variable in class oracle.sql.CharacterSet
 
handleAbandonedConnection(OracleConnection, Object) - Method in interface oracle.jdbc.pool.OracleConnectionCacheCallback
 
hasFixedSize() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Opaque type has fixed size.
hasMoreCharacters() - Method in class oracle.sql.CharacterWalker
Reports whether there are more bytes waiting to be converted.
hasUnboundedSize() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Opaque type has unbounded size ().
hashCode() - Method in class oracle.sql.CharacterSet
Implements a hash based on oracleId
hashCode() - Method in class oracle.sql.REF
 
hexString2Bytes(String) - Static method in class oracle.sql.RAW
Converts a String of hex digits into a byte array with the corresponding byte values.

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
 
IMPLICIT - Static variable in interface oracle.jdbc.OracleStatement
 
IN8ISCII_CHARSET - Static variable in class oracle.sql.CharacterSet
 
INTEGER - Static variable in class oracle.jdbc.OracleTypes
 
INTERVALDS - Static variable in class oracle.jdbc.OracleTypes
 
INTERVALDS - class oracle.sql.INTERVALDS.
INTERVALDS Class
INTERVALDS() - Constructor for class oracle.sql.INTERVALDS
Constructs a INTERVALDS object initialized with .
INTERVALDS(byte[]) - Constructor for class oracle.sql.INTERVALDS
Create an Oracle INTERVALDS object represented by the given intervalDS byte array
INTERVALDS(String) - Constructor for class oracle.sql.INTERVALDS
Create an Oracle INTERVALDS object represented by the given String
INTERVALYM - Static variable in class oracle.jdbc.OracleTypes
 
INTERVALYM - class oracle.sql.INTERVALYM.
INTERVALYM Class
INTERVALYM() - Constructor for class oracle.sql.INTERVALYM
Constructs a INTERVALYM object initialized with YY:MM to 0:0.
INTERVALYM(byte[]) - Constructor for class oracle.sql.INTERVALYM
Create an Oracle INTERVALYM object represented by the given intervalYM byte array
INTERVALYM(String) - Constructor for class oracle.sql.INTERVALYM
Create an Oracle INTERVALYM object represented by the given String
INVALID_CONNECTION - Static variable in interface oracle.jdbc.OracleConnection
Values used for close(int).
IS8MACICELANDICS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IS8MACICELANDIC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IS8PC861_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ISO_LATIN_1_CHARSET - Static variable in class oracle.jdbc.driver.DBConversion
 
ISO_LATIN_1_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IS_CONNECTION_POOLING - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
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
 
IW8MACHEBREWS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IW8MACHEBREW_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
 
IsNCharFixedWith() - Method in class oracle.jdbc.driver.DBConversion
 
implementsInterface(Class, Class) - Static method in class oracle.jdbc.driver.SQLUtil
Check if a class implements an interface.
implicit_caching_enabled - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
include_synonyms_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
increment() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the NUMBER value incremented by 1.
insertObj(Object, String) - Method in class oracle.sql.ConverterArchive
entryName is the name of the obj inside the zip file, include directory
insertObjtoFile(String, String, Object) - Method in class oracle.sql.ConverterArchive
 
insertRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.insertRow.
insertSingleObj(String, Object, String) - Method in class oracle.sql.ConverterArchive
entryName is the name of the obj inside the zip file, include directory zipName is the name of the zip file.
insertsAreDetected(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.insertsAreDetected.
intValue() - Method in class oracle.sql.CHAR
Convert to a integer representation of the datum object
intValue() - Method in class oracle.sql.Datum
Convert to a integer representation of the datum object
intValue() - Method in class oracle.sql.NUMBER
Calls toInt to convert internal Oracle Number to a Java int.
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.OracleDatabaseMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
isCharSetMultibyte(short) - Static method in class oracle.jdbc.driver.DBConversion
Check if a character set is mutlibyte.
isClosed() - Method in class oracle.jdbc.OracleConnectionWrapper
 
isConvertibleFrom(CharacterSet) - Method in class oracle.sql.CharacterSet
Are conversions supported.
isConvertibleFrom(CharacterSet) - Method in class oracle.sql.CharacterSetWithConverter
 
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.BINARY_DOUBLE
Test whether this data object can be converted to the specified Java data type.
isConvertibleTo(Class) - Method in class oracle.sql.BINARY_FLOAT
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.DATE
Determines if the object can be converted to a particular class
isConvertibleTo(Class) - Method in class oracle.sql.Datum
Determines if datum object can be converted to a particular class
isConvertibleTo(Class) - Method in class oracle.sql.INTERVALDS
Determines if the object can be converted to a particular class
isConvertibleTo(Class) - Method in class oracle.sql.INTERVALYM
Determines if the object can be converted to a particular class
isConvertibleTo(Class) - Method in class oracle.sql.NUMBER
Determines if the object can be converted to a particular class
isConvertibleTo(Class) - Method in class oracle.sql.OPAQUE
Determines if datum object can be converted to a particular class
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
isConvertibleTo(Class) - Method in class oracle.sql.TIMESTAMP
Determines if the object can be converted to a particular class
isConvertibleTo(Class) - Method in class oracle.sql.TIMESTAMPLTZ
Determines if the object can be converted to a particular class
isConvertibleTo(Class) - Method in class oracle.sql.TIMESTAMPTZ
Determines if the 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
 
isDebugZip() - Static method in class oracle.jdbc.driver.OracleLog
Check if the Oracle Jdbc zip/jar file being used has the logging facility avaliable.
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
 
isDistributedTransEnabled() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
isEmptyLob() - Method in class oracle.sql.BLOB
Return true if the lob locator points to a empty blob.
isEmptyLob() - Method in class oracle.sql.CLOB
Return true if this is a empty lob.
isEnabled() - Static method in class oracle.jdbc.driver.OracleLog
Check if logging is enabled.
isFatalConnectionError(SQLException) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
isFatalConnectionError(SQLException) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
 
isFileOpen() - Method in class oracle.sql.BFILE
Find out whether a BFILE was opened with the give BFILE.
isFinalType() - Method in class oracle.sql.StructDescriptor
Indicates whether the object type is a final type.
isFirst() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.isFirst.
isInf() - Method in class oracle.sql.NUMBER
Returns true if NUMBER value is positive or negative infinity and a false otherwise.
isInherited(int) - Method in interface oracle.jdbc.StructMetaData
Indicates whether the attribute is inherited from its supertype.
isInherited(int) - Method in class oracle.jdbc.driver.StructMetaData
Indicates whether the attribute is inherited from its supertype.
isInstantiable() - Method in class oracle.sql.StructDescriptor
Indicates whether the object type is instantiable.
isInt() - Method in class oracle.sql.NUMBER
Returns true if NUMBER value is finite and integral.
isJavaObject() - Method in class oracle.sql.StructDescriptor
Indicates whether the object type is a JAVA_STRUCT type or a STRUCT type.
isLast() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.isLast.
isLocalTransaction(Xid) - Static method in class oracle.jdbc.xa.OracleXid
 
isLogicalConnection() - Method in interface oracle.jdbc.OracleConnection
Method that returns a boolean indicating whether its a logical connection or not.
isLogicalConnection() - Method in class oracle.jdbc.OracleConnectionWrapper
 
isLossyFrom(CharacterSet) - Method in class oracle.sql.CharacterSet
A conversion looses information if the mapping is not invertible.
isLossyFrom(CharacterSet) - Method in class oracle.sql.CharacterSetWithConverter
 
isModeledInC() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Opaque type is modelled in C language.
isNCHAR(int) - Method in interface oracle.jdbc.OracleResultSetMetaData
isNCHAR (int)
isNCHAR(int) - Method in interface oracle.jdbc.OracleStatement
isNCHAR (int)
isNCHAR(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
isNCHAR (int)
isNCHAR(int) - Method in class oracle.jdbc.driver.OracleStatement
isNCHAR (int)
isNCHAR(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isNCLOB() - Method in class oracle.sql.CLOB
 
isNegInf() - Method in class oracle.sql.NUMBER
Returns returns true if NUMBER is negative infinity and false otherwise.
isNullable(int) - Method in interface oracle.jdbc.OracleParameterMetaData
Retrieves whether null values are allowed in the designated parameter.
isNullable(int) - Method in class oracle.jdbc.driver.OracleParameterMetaData
JDBC 3.0 Retrieves whether null values are allowed in the designated parameter.
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
 
isOpen() - Method in class oracle.sql.BFILE
Check whether the external LOB is opened.
isOpen() - Method in class oracle.sql.BLOB
Check whether the BLOB is opened.
isOpen() - Method in class oracle.sql.CLOB
Check whether the CLOB is opened.
isOracleDataSource - Variable in class oracle.jdbc.pool.OracleDataSource
 
isPoolCreated() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
isPosInf() - Method in class oracle.sql.NUMBER
Returns true if NUMBER is positive infinity and false otherwise.
isProxySession() - Method in interface oracle.jdbc.OracleConnection
Returns true if the current session associated with this connection is a proxy session.
isProxySession() - Method in class oracle.jdbc.OracleConnectionWrapper
 
isReadOnly() - Method in class oracle.jdbc.OracleConnectionWrapper
 
isReadOnly() - Method in class oracle.jdbc.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 interface oracle.jdbc.OracleParameterMetaData
Retrieves whether values for the designated parameter can be signed numbers.
isSigned(int) - Method in class oracle.jdbc.driver.OracleParameterMetaData
JDBC 3.0 Retrieves whether values for the designated parameter can be signed numbers.
isSigned(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is the column a signed number?
isSigned(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isStatementCacheInitialized() - Method in class oracle.jdbc.pool.OraclePooledConnection
 
isStmtCacheEnabled() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Check whether Statement Caching is enabled for this pool or Not.
isSubtype() - Method in class oracle.sql.StructDescriptor
Indicates whether the object type is a subtype.
isTemporary(BLOB) - Static method in class oracle.sql.BLOB
Return true if the lob locator points to a temporary blob.
isTemporary() - Method in class oracle.sql.BLOB
Return true if the lob locator points to a temporary blob.
isTemporary(CLOB) - Static method in class oracle.sql.CLOB
Return true if the lob locator points to a temporary clob.
isTemporary() - Method in class oracle.sql.CLOB
Return true if the lob locator points to a temporary clob.
isTrustedLibrary() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Trusted Library implementing Support functions are specified for the Opaque type.
isUcs2CharSet() - Method in class oracle.jdbc.driver.DBConversion
 
isUnicode() - Method in class oracle.sql.CharacterSet
Is this a Unicode Character Set.
isValid(byte[]) - Static method in class oracle.sql.NUMBER
Checks if a given Oracle Number is valid
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
 
isZero() - Method in class oracle.sql.NUMBER
Returns true if NUMBER is zero.

J

JA16DBCSFIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16DBCS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16EBCDIC930_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16EUCFIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16EUCTILDE_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16EUCYEN_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16EUC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16MACSJIS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16SJISFIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16SJISTILDE_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16SJISYEN_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16SJIS_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
 
JAVA_OBJECT - Static variable in class oracle.jdbc.OracleTypes
 
JAVA_STRUCT - Static variable in class oracle.jdbc.OracleTypes
 
JAVA_STRUCT - class oracle.sql.JAVA_STRUCT.
 
JAVA_STRUCT(StructDescriptor, Connection, Object[]) - Constructor for class oracle.sql.JAVA_STRUCT
Constructor.
JavaToSQL(OracleConnection, Object, int, String) - Static method in class oracle.jdbc.driver.SQLUtil
Convert a Java object to SQL data bytes.
j2ee_compliance - Static variable in class oracle.jdbc.driver.OracleDriver
 
javaCharsToAL16UTF16Bytes(char[], int, byte[]) - Static method in class oracle.sql.CharacterSet
Convert a sequence of chars in UCS2 to an array of bytes caller needs to allocate the bytes array
javaCharsToAL16UTF16LEBytes(char[], int, byte[]) - Static method in class oracle.sql.CharacterSet
Convert a sequence of chars in UCS2 to an array of bytes caller needs to allocate the bytes array
javaCharsToAsciiBytes(char[], int, byte[]) - Static method in class oracle.jdbc.driver.DBConversion
Convert Java char array into an ascii byte array.
javaCharsToCHARBytes(char[], int, byte[]) - Method in class oracle.jdbc.driver.DBConversion
 
javaCharsToCHARBytes(char[], int, byte[], int, int) - Method in class oracle.jdbc.driver.DBConversion
 
javaCharsToDbCsBytes(char[], int, byte[]) - Method in class oracle.jdbc.driver.DBConversion
Convert a Java character array into a byte array in database character set.
javaCharsToDbCsBytes(char[], int, byte[], int, int) - Method in class oracle.jdbc.driver.DBConversion
Convert a Java character array into a byte array in database character set.
javaCharsToNCHARBytes(char[], int, byte[]) - Method in class oracle.jdbc.driver.DBConversion
 
javaCharsToNCHARBytes(char[], int, byte[], int, int) - Method in class oracle.jdbc.driver.DBConversion
 
javaCharsToUcs2Bytes(char[], int, byte[]) - Static method in class oracle.jdbc.driver.DBConversion
Convert a Java character array into a UCS-2 byte array.
javaCharsToUcs2Bytes(char[], int, byte[], int, int) - Static method in class oracle.jdbc.driver.DBConversion
Convert a Java character array into a UCS-2 byte array.
jdbcCompliant() - Method in class oracle.jdbc.driver.OracleDriver
 
jpubLogger - Static variable in class oracle.jdbc.driver.OracleLog
 

K

KO16DBCSFIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
KO16DBCS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
KO16KSC5601FIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
KO16KSC5601_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
 
kprbLogger - Static variable in class oracle.jdbc.driver.OracleLog
 

L

LA8ISO6937_CHARSET - Static variable in class oracle.sql.CharacterSet
 
LA8PASSPORT_CHARSET - Static variable in class oracle.sql.CharacterSet
 
LONGVARBINARY - Static variable in class oracle.jdbc.OracleTypes
 
LONGVARCHAR - Static variable in class oracle.jdbc.OracleTypes
 
LRUStatementCache - class oracle.jdbc.driver.LRUStatementCache.
A Statement Caching based on LRU Scheme
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
 
last() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.last.
lastDayOfMonth() - Method in class oracle.sql.DATE
returns a DATE object intialized to the last day of the month .
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.
ln() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the natural logarithm of the NUMBER value.
ln10() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of ln(10).
locatorsUpdateCopy() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0
log(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the logarithm to the base base of the NUMBER value.
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
longValue() - Method in class oracle.sql.Datum
Convert to a long representation of the datum object
longValue() - Method in class oracle.sql.NUMBER
Calls toLong to convert internal Oracle Number to a Java long.

M

MASK_ALL_SET - 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
 
MAX_CHUNK_SIZE - Static variable in class oracle.sql.BFILE
 
MAX_CHUNK_SIZE - Static variable in class oracle.sql.BLOB
1907584: Changed MAX_CHUNK_SIZE from 32512 to 32768.
MAX_CHUNK_SIZE - Static variable in class oracle.sql.CLOB
 
MAX_MODULES - Static variable in class oracle.jdbc.driver.OracleLog
 
MAX_VECTOR_BITS - Static variable in class oracle.jdbc.driver.OracleLog
 
MIZERO - Static variable in class oracle.sql.DATE
Zero valued minute
MODE_READONLY - Static variable in class oracle.sql.BFILE
 
MODE_READONLY - Static variable in class oracle.sql.BLOB
 
MODE_READONLY - Static variable in class oracle.sql.CLOB
 
MODE_READWRITE - Static variable in class oracle.sql.BFILE
 
MODE_READWRITE - Static variable in class oracle.sql.BLOB
 
MODE_READWRITE - Static variable in class oracle.sql.CLOB
 
MODULE_ALL - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_DATUM - 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_JOCI - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_JPUB - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_JTTC - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_KPRB - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_PICKLE - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_SQLJ - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_T2C - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_TOTAL - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_XA - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_unused1 - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_unused2 - Static variable in class oracle.jdbc.driver.OracleLog
 
MSD - Static variable in class oracle.sql.DATE
Day is one of those "missing" from the year 1582
Message - interface oracle.jdbc.driver.Message.
 
Message11 - class oracle.jdbc.driver.Message11.
 
Message11() - Constructor for class oracle.jdbc.driver.Message11
 
ModuleName - Static variable in class oracle.jdbc.driver.OracleLog
 
m_closeOption - Variable in class oracle.jdbc.pool.OraclePooledConnection
 
m_connection_pool - Variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
make(int) - Static method in class oracle.sql.CharacterSet
Factory.
makeDatum(OracleConnection, byte[], int, String, int) - Static method in class oracle.jdbc.driver.SQLUtil
Create a Datum object from the input SQL data.
makeDatum(OracleConnection, Object, int, String) - Static method in class oracle.jdbc.driver.SQLUtil
Create a Datum object from an input Java object.
makeJdbcArray(int) - Method in class oracle.sql.DATE
Returns a JDBC array representation of the datum
makeJdbcArray(int) - Method in class oracle.sql.Datum
Returns a JDBC array representation of the datum
makeJdbcArray(int) - Method in class oracle.sql.INTERVALDS
Returns a JDBC array representation of the datum
makeJdbcArray(int) - Method in class oracle.sql.INTERVALYM
Returns a JDBC array representation of the datum
makeJdbcArray(int) - Method in class oracle.sql.NUMBER
Returns a JDBC array representation of the datum
makeJdbcArray(int) - Method in class oracle.sql.TIMESTAMP
Returns a JDBC array representation of the datum
makeJdbcArray(int) - Method in class oracle.sql.TIMESTAMPLTZ
Returns a JDBC array representation of the datum
makeJdbcArray(int) - Method in class oracle.sql.TIMESTAMPTZ
Returns a JDBC array representation of the datum
makeNDatum(OracleConnection, byte[], int, String, short, int) - Static method in class oracle.jdbc.driver.SQLUtil
 
makeOracleDatum(OracleConnection, Object, int, String) - Static method in class oracle.jdbc.driver.SQLUtil
Create a Datum object from an input Java object.
mod(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the remainder of the division of NUMBER/n.
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.
msg(String, Object) - Method in interface oracle.jdbc.driver.Message
 
msg(String, Object) - Method in class oracle.jdbc.driver.Message11
 
mul(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to product of NUMBER and n.

N

N7SIEMENS9780X_CHARSET - Static variable in class oracle.sql.CharacterSet
 
N8PC865_CHARSET - Static variable in class oracle.sql.CharacterSet
 
NCHARBytesToJavaChars(byte[], int, char[], int, int[], int) - Method in class oracle.jdbc.driver.DBConversion
Same as CHARBytesToJavaChars but the charset of the input byte is the National charset.
NCharBytesToString(byte[], int) - Method in class oracle.jdbc.driver.DBConversion
 
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
 
NEW - Static variable in interface oracle.jdbc.OracleStatement
 
NL7DEC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
NULL - Static variable in class oracle.jdbc.OracleTypes
 
NUMBER - Static variable in class oracle.jdbc.OracleTypes
NUMBER shares same value as NUMERIC as it is synonym defined for convenience when using the oracle.sql.NUMBER type.
NUMBER - class oracle.sql.NUMBER.
NUMBER Class
NUMBER() - Constructor for class oracle.sql.NUMBER
Constructs a NUMBER object initialized to zero.
NUMBER(byte[]) - Constructor for class oracle.sql.NUMBER
Constructs a NUMBER object initialized to the value specified by the byte array.
NUMBER(byte) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified byte value.
NUMBER(int) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified integer value.
NUMBER(long) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified long value.
NUMBER(short) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified short value.
NUMBER(float) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified float value.
NUMBER(double) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified double value.
NUMBER(BigDecimal) - Constructor for class oracle.sql.NUMBER
Constructs a NUMBER object initialized to the specified BigDecimal value.
NUMBER(BigInteger) - Constructor for class oracle.sql.NUMBER
Constructs a NUMBER object initialized to the specified BigInteger value.
NUMBER(String, int) - Constructor for class oracle.sql.NUMBER
Constructs a NUMBER object initialized to the specified String value.
NUMBER(boolean) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified boolean value.
NUMBER(Object) - Constructor for class oracle.sql.NUMBER
Constructs a NUMBER object initialized to the value specified by the object
NUMERIC - Static variable in class oracle.jdbc.OracleTypes
 
nativeSQL(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
negInf() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to negative infinity.
negate() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the negated NUMBER value.
newRAW(Object) - Static method in class oracle.sql.RAW
Creates a new RAW from an Object in the manner of the RAW(Object) constructor beginning in 10i R1.
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.
nls_lang_backdoor - Static variable in class oracle.jdbc.driver.OracleDriver
 
nullPlusNonNullIsNull() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are concatenations between NULL and non-NULL values NULL? A JDBC compliant driver always returns true.
nullsAreSortedAtEnd() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are NULL values sorted high?
nullsAreSortedLow() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are NULL values sorted low?
numberToJulianDays(NUMBER, int[], int[]) - Static method in class oracle.sql.DATE
Converts an Oracle Number to julian days and seconds

O

OPAQUE - Static variable in class oracle.jdbc.OracleTypes
 
OPAQUE - class oracle.sql.OPAQUE.
 
OPAQUE(OpaqueDescriptor, Connection, Object) - Constructor for class oracle.sql.OPAQUE
Constructor.
ORACLE8_PROD_VERSION - Static variable in class oracle.jdbc.driver.DBConversion
 
ORAData - interface oracle.sql.ORAData.
Oracle interface for customized user-defined types.
ORADataFactory - interface oracle.sql.ORADataFactory.
ORAData factory interface.
ORAERROR_END_OF_FILE_ON_COM_CHANNEL - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
ORAERROR_IMMEDIATE_SHUTDOWN_IN_PROGRESS - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
ORAERROR_INIT_SHUTDOWN_IN_PROGRESS - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
ORAERROR_NET_IO_EXCEPTION - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
ORAERROR_NOT_CONNECTED_TO_ORACLE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
ORAERROR_ORACLE_NOT_AVAILABLE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
ORAERROR_SHUTDOWN_IN_PROGRESS_NO_CONN - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
ORAISOLATIONMASK - Static variable in class oracle.jdbc.xa.OracleXAResource
 
ORATMREADONLY - Static variable in class oracle.jdbc.xa.OracleXAResource
 
ORATMREADWRITE - Static variable in class oracle.jdbc.xa.OracleXAResource
 
ORATMSERIALIZABLE - Static variable in class oracle.jdbc.xa.OracleXAResource
 
ORATRANSLOOSE - Static variable in class oracle.jdbc.xa.OracleXAResource
 
OTHER - Static variable in class oracle.jdbc.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.
OpaqueDescriptor - class oracle.sql.OpaqueDescriptor.
 
OracleCallableStatement - interface oracle.jdbc.OracleCallableStatement.
This interface extends the OraclePreparedStatement (which extends the OracleStatement interface) and incorporates standard JDBC callable statement functionality.
OracleCallableStatement - class oracle.jdbc.driver.OracleCallableStatement.
Oracle callable statement.
OracleConnection - interface oracle.jdbc.OracleConnection.
This interface defines the Oracle extensions to the standard JDBC interface java.sql.Connection.
OracleConnection - class oracle.jdbc.driver.OracleConnection.
 
OracleConnection() - Constructor for class oracle.jdbc.driver.OracleConnection
 
OracleConnectionCache - interface oracle.jdbc.pool.OracleConnectionCache.
An OracleConnectionCache is an interface one needs to implement if they like to reuse OracleConnectionEventListener and implement their own version of Connection Caching.
OracleConnectionCacheCallback - interface oracle.jdbc.pool.OracleConnectionCacheCallback.
 
OracleConnectionCacheImpl - class oracle.jdbc.pool.OracleConnectionCacheImpl.
Deprecated. ... Use JDBC Implicit Connection Caching instead
OracleConnectionCacheImpl() - Constructor for class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Default Constructor. Should have an explicit call to set the URL, User, Password and other DataSource details. A ConnectionPoolDataSource is created with these options from which PooledConnections can be created.

OracleConnectionCacheImpl(ConnectionPoolDataSource) - Constructor for class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Create an OracleConnectionCacheImpl with the given ConnectionPoolDataSource from which PooledConnections have to created. In which case, url, user name, password, and other DataSource properties set on this Cache are ignored.

OracleConnectionCacheManager - class oracle.jdbc.pool.OracleConnectionCacheManager.
 
OracleConnectionCacheTimeOutThread - class oracle.jdbc.pool.OracleConnectionCacheTimeOutThread.
An OracleConnectionCacheTimeOutThread object is a thread object that implements the connection cache time out scheme.
OracleConnectionEventListener - class oracle.jdbc.pool.OracleConnectionEventListener.
A ConnectionEventListener is an object that registers to receive events generated by a PooledConnection.
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 - class oracle.jdbc.pool.OracleConnectionPoolDataSource.
A DataSource object is a factory for Connection objects.
OracleConnectionPoolDataSource() - Constructor for class oracle.jdbc.pool.OracleConnectionPoolDataSource
 
OracleConnectionWrapper - class oracle.jdbc.OracleConnectionWrapper.
A simple implementation of a connection wrapper which may be nested to any depth.
OracleConnectionWrapper() - Constructor for class oracle.jdbc.OracleConnectionWrapper
 
OracleConnectionWrapper(OracleConnection) - Constructor for class oracle.jdbc.OracleConnectionWrapper
Construct an instance which wraps the arguement
OracleDataSource - class oracle.jdbc.pool.OracleDataSource.
A DataSource object is a factory for Connection objects.
OracleDataSource() - Constructor for class oracle.jdbc.pool.OracleDataSource
 
OracleDataSourceFactory - class oracle.jdbc.pool.OracleDataSourceFactory.
 
OracleDataSourceFactory() - Constructor for class oracle.jdbc.pool.OracleDataSourceFactory
 
OracleDatabaseMetaData - class oracle.jdbc.OracleDatabaseMetaData.
The OracleDatabaseMetaData class implements the JDBC 1.0 DatabaseMetaData interface.
OracleDatabaseMetaData(OracleConnection) - Constructor for class oracle.jdbc.OracleDatabaseMetaData
 
OracleDatabaseMetaData - class oracle.jdbc.driver.OracleDatabaseMetaData.
The OracleDatabaseMetaData class implements the JDBC 1.0 DatabaseMetaData interface.
OracleDatabaseMetaData(OracleConnection) - Constructor for class oracle.jdbc.driver.OracleDatabaseMetaData
 
OracleDriver - class oracle.jdbc.OracleDriver.
The Oracle JDBC driver class that implements the java.sql.Driver interface.
OracleDriver() - Constructor for class oracle.jdbc.OracleDriver
 
OracleDriver - class oracle.jdbc.driver.OracleDriver.
Oracle JDBC driver class.
OracleDriver() - Constructor for class oracle.jdbc.driver.OracleDriver
 
OracleGetParameterMetaData() - Method in interface oracle.jdbc.OraclePreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
OracleGetParameterMetaData() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle extension Retrieves the number, types and properties of this oracle.jdbc.PreparedStatement object's parameters.
OracleLog - class oracle.jdbc.driver.OracleLog.
Oracle Jdbc logging facility.
OracleLog() - Constructor for class oracle.jdbc.driver.OracleLog
 
OracleMultiPhaseArgs - class oracle.jdbc.xa.OracleMultiPhaseArgs.
 
OracleMultiPhaseArgs() - Constructor for class oracle.jdbc.xa.OracleMultiPhaseArgs
 
OracleMultiPhaseArgs(int, int, Vector, Vector) - Constructor for class oracle.jdbc.xa.OracleMultiPhaseArgs
 
OracleMultiPhaseArgs(byte[]) - Constructor for class oracle.jdbc.xa.OracleMultiPhaseArgs
 
OracleOCIConnection - class oracle.jdbc.driver.OracleOCIConnection.
 
OracleOCIConnection(String, String, String, String, Properties, Object) - Constructor for class oracle.jdbc.driver.OracleOCIConnection
This is the only public constructor.
OracleOCIConnectionPool - class oracle.jdbc.pool.OracleOCIConnectionPool.
 
OracleOCIConnectionPool(String, String, String, Properties) - Constructor for class oracle.jdbc.pool.OracleOCIConnectionPool
 
OracleOCIConnectionPool(String, String, String) - Constructor for class oracle.jdbc.pool.OracleOCIConnectionPool
 
OracleOCIConnectionPool() - Constructor for class oracle.jdbc.pool.OracleOCIConnectionPool
This will use the user-id, password and connection pool name values set using the methods setUser, setPassword, setConnectionPoolName.
OracleOCIFailover - interface oracle.jdbc.OracleOCIFailover.
 
OracleParameterMetaData - interface oracle.jdbc.OracleParameterMetaData.
This interface defines the Oracle extensions to the standard JDBC interface java.sql.ParameterMetaData.
OracleParameterMetaData - class oracle.jdbc.driver.OracleParameterMetaData.
Oracle ParameterMetaData class -- it implements oracle.jdbc.OracleParameterMetaData
OracleParameterMetaData() - Constructor for class oracle.jdbc.driver.OracleParameterMetaData
 
OraclePooledConnection - class oracle.jdbc.pool.OraclePooledConnection.
An OraclePooledConnection object is a connection object that provides hooks for connection pool management.
OraclePooledConnection() - Constructor for class oracle.jdbc.pool.OraclePooledConnection
 
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.
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.
OraclePreparedStatement - interface oracle.jdbc.OraclePreparedStatement.
This interface defines the Oracle extensions to the standard JDBC interface java.sql.PreparedStatement.
OraclePreparedStatement - class oracle.jdbc.driver.OraclePreparedStatement.
Oracle prepared statement class.
OracleResultSet - interface oracle.jdbc.OracleResultSet.
 
OracleResultSet - class oracle.jdbc.driver.OracleResultSet.
This abstract class contains all the results set public methods Oracle JDBC drivers expose to the outside world.
OracleResultSet() - Constructor for class oracle.jdbc.driver.OracleResultSet
 
OracleResultSetCache - interface oracle.jdbc.OracleResultSetCache.
Oracle result set cache interface.
OracleResultSetMetaData - interface oracle.jdbc.OracleResultSetMetaData.
 
OracleResultSetMetaData - class oracle.jdbc.driver.OracleResultSetMetaData.
Oracle result set metadata class.
OracleSQLException - exception oracle.jdbc.driver.OracleSQLException.
 
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
 
OracleSavepoint - interface oracle.jdbc.OracleSavepoint.
This interface defines the Oracle extensions to the standard JDBC interface java.sql.Savepoint.
OracleSavepoint - class oracle.jdbc.driver.OracleSavepoint.
Oracle Savepoint class -- it implements oracle.jdbc.OracleSavepoint
OracleStatement - interface oracle.jdbc.OracleStatement.
This interface defines the Oracle extensions to the standard JDBC interface java.sql.Statement and is the superinterface of the OraclePreparedStatement and OracleCallableStatement interfaces.
OracleStatement - class oracle.jdbc.driver.OracleStatement.
Oracle statement class.
OracleTypes - class oracle.jdbc.OracleTypes.
Oracle types.
OracleTypes() - Constructor for class oracle.jdbc.OracleTypes
 
OracleXAConnection - class oracle.jdbc.xa.OracleXAConnection.
An XAConnection object provides support for distributed transactions.
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.
OracleXAConnection - class oracle.jdbc.xa.client.OracleXAConnection.
An XAConnection object provides support for distributed transactions.
OracleXAConnection() - Constructor for class oracle.jdbc.xa.client.OracleXAConnection
Create an OracleXAConnection object.
OracleXAConnection(Connection) - Constructor for class oracle.jdbc.xa.client.OracleXAConnection
Create an OracleXAConnection object.
OracleXAConnectionCacheImpl - class oracle.jdbc.pool.OracleXAConnectionCacheImpl.
 
OracleXAConnectionCacheImpl() - Constructor for class oracle.jdbc.pool.OracleXAConnectionCacheImpl
Default Constructor.
OracleXAConnectionCacheImpl(ConnectionPoolDataSource) - Constructor for class oracle.jdbc.pool.OracleXAConnectionCacheImpl
Create an OracleXAConnectionCacheImpl with the given ConnectionPoolDataSource from which XAConnections have to be created.
OracleXADataSource - class oracle.jdbc.xa.OracleXADataSource.
A factory for XAConnection objects.
OracleXADataSource() - Constructor for class oracle.jdbc.xa.OracleXADataSource
Create an OracleXADataSource instance.
OracleXADataSource - class oracle.jdbc.xa.client.OracleXADataSource.
A factory for XAConnection objects.
OracleXADataSource() - Constructor for class oracle.jdbc.xa.client.OracleXADataSource
Create an OracleXADataSource instance.
OracleXAException - exception oracle.jdbc.xa.OracleXAException.
OracleConnectionCache extends XAException to leverage Oracle SQL Error number corresponding to the XA Exception.
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.
OracleXAHeteroCloseCallback - class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback.
This class implements the OracleCloseCallback interface that is defined in oracle.jdbc.driver.
OracleXAHeteroCloseCallback() - Constructor for class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
OracleXAHeteroConnection - class oracle.jdbc.xa.client.OracleXAHeteroConnection.
A factory for Connection objects.
OracleXAHeteroConnection() - Constructor for class oracle.jdbc.xa.client.OracleXAHeteroConnection
Constructor.
OracleXAHeteroConnection(Connection) - Constructor for class oracle.jdbc.xa.client.OracleXAHeteroConnection
Constructor that takes a Connection parameter.
OracleXAHeteroResource - class oracle.jdbc.xa.client.OracleXAHeteroResource.
 
OracleXAHeteroResource(Connection) - Constructor for class oracle.jdbc.xa.client.OracleXAHeteroResource
 
OracleXAResource - class oracle.jdbc.xa.OracleXAResource.
 
OracleXAResource() - Constructor for class oracle.jdbc.xa.OracleXAResource
 
OracleXAResource(Connection) - Constructor for class oracle.jdbc.xa.OracleXAResource
 
OracleXAResource - class oracle.jdbc.xa.client.OracleXAResource.
 
OracleXAResource() - Constructor for class oracle.jdbc.xa.client.OracleXAResource
 
OracleXAResource(Connection) - Constructor for class oracle.jdbc.xa.client.OracleXAResource
 
OracleXid - class oracle.jdbc.xa.OracleXid.
 
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.
object_type_map - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
ociLogger - Static variable in class oracle.jdbc.driver.OracleLog
 
oldRAW(Object) - Static method in class oracle.sql.RAW
Creates a new RAW from an Object in the manner of the RAW(Object) constructor in versions of Oracle JDBC 9.2 and earlier.
open() - Method in class oracle.sql.BFILE
Open a external LOB in the readonly mode.
open(int) - Method in class oracle.sql.BFILE
Open a external LOB in the indicated mode.
open(int) - Method in class oracle.sql.BLOB
Open a BLOB in the indicated mode.
open(int) - Method in class oracle.sql.CLOB
Open a CLOB in the indicated mode.
openArchiveforInsert(String) - Method in class oracle.sql.ConverterArchive
 
openArchiveforRead() - Method in class oracle.sql.ConverterArchive
 
openFile() - Method in class oracle.sql.BFILE
Open the FILE.
openProxySession(int, Properties) - Method in interface oracle.jdbc.OracleConnection
Opens a new proxy session with the username provided in the prop argument and switch to this new session.

This feature is a thin only feature.

Three proxy types are supported :
OracleConnection.PROXYTYPE_USER_NAME : In this type PROXY_USER_NAME needs to be provided in prop.
openProxySession(int, Properties) - Method in class oracle.jdbc.OracleConnectionWrapper
 
oracle.jdbc - package oracle.jdbc
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc.
oracle.jdbc.driver - package oracle.jdbc.driver
 
oracle.jdbc.pool - package oracle.jdbc.pool
 
oracle.jdbc.xa - package oracle.jdbc.xa
 
oracle.jdbc.xa.client - package oracle.jdbc.xa.client
 
oracle.sql - package oracle.sql
 
oracleId() - Method in class oracle.sql.CHAR
The integer that identifies the character set.
oracleReleaseSavepoint(OracleSavepoint) - Method in interface oracle.jdbc.OracleConnection
Removes the given OracleSavepoint object from the current transaction.
oracleReleaseSavepoint(OracleSavepoint) - Method in class oracle.jdbc.OracleConnectionWrapper
 
oracleRollback(OracleSavepoint) - Method in interface oracle.jdbc.OracleConnection
Undoes all changes made after the given OracleSavepoint object was set.
oracleRollback(OracleSavepoint) - Method in class oracle.jdbc.OracleConnectionWrapper
 
oracleSetSavepoint() - Method in interface oracle.jdbc.OracleConnection
Creates an unnamed savepoint in the current transaction and returns the new OracleSavepoint object that represents it.
oracleSetSavepoint(String) - Method in interface oracle.jdbc.OracleConnection
Creates a savepoint with the given name in the current transaction and returns the new OracleSavepoint object that represents it.
oracleSetSavepoint() - Method in class oracle.jdbc.OracleConnectionWrapper
 
oracleSetSavepoint(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
oracle_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
othersDeletesAreVisible(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData..
othersInsertsAreVisible(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.othersInsertsAreVisible.
othersUpdatesAreVisible(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData..
ownDeletesAreVisible(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.ownDeletesAreVisible.
ownInsertsAreVisible(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.ownInsertsAreVisible.
ownUpdatesAreVisible(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.ownUpdatesAreVisible.

P

PLSQL_INDEX_TABLE - Static variable in class oracle.jdbc.OracleTypes
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.OracleConnectionWrapper
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.OracleDatabaseMetaData
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.OracleTypes
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.DBConversion
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.DMSFactory
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.LRUStatementCache
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.Message11
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleCallableStatement
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleDatabaseMetaData
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleDriver
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleLog
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleOCIConnection
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleParameterMetaData
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OraclePreparedStatement
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleResultSet
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleResultSetMetaData
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleSQLException
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleSavepoint
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.OracleStatement
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.SQLUtil
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.driver.StructMetaData
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
PRIVATE_TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheTimeOutThread
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionEventListener
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionPoolDataSource
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.pool.OracleDataSource
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.pool.OracleDataSourceFactory
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.pool.OracleXAConnectionCacheImpl
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.OracleXAConnection
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.OracleXADataSource
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.OracleXAException
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.OracleXAResource
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.OracleXid
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.client.OracleXAConnection
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.client.OracleXADataSource
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.client.OracleXAHeteroConnection
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.client.OracleXAHeteroResource
 
PRIVATE_TRACE - Static variable in class oracle.jdbc.xa.client.OracleXAResource
 
PRIVATE_TRACE - Static variable in class oracle.sql.ARRAY
 
PRIVATE_TRACE - Static variable in class oracle.sql.ArrayDescriptor
 
PRIVATE_TRACE - Static variable in class oracle.sql.BFILE
 
PRIVATE_TRACE - Static variable in class oracle.sql.BINARY_DOUBLE
 
PRIVATE_TRACE - Static variable in class oracle.sql.BINARY_FLOAT
 
PRIVATE_TRACE - Static variable in class oracle.sql.BLOB
 
PRIVATE_TRACE - Static variable in class oracle.sql.CHAR
 
PRIVATE_TRACE - Static variable in class oracle.sql.CLOB
 
PRIVATE_TRACE - Static variable in class oracle.sql.CharacterSet
 
PRIVATE_TRACE - Static variable in class oracle.sql.ConverterArchive
 
PRIVATE_TRACE - Static variable in class oracle.sql.DatumWithConnection
 
PRIVATE_TRACE - Static variable in class oracle.sql.JAVA_STRUCT
 
PRIVATE_TRACE - Static variable in class oracle.sql.OPAQUE
 
PRIVATE_TRACE - Static variable in class oracle.sql.OpaqueDescriptor
 
PRIVATE_TRACE - Static variable in class oracle.sql.RAW
 
PRIVATE_TRACE - Static variable in class oracle.sql.REF
 
PRIVATE_TRACE - Static variable in class oracle.sql.ROWID
 
PRIVATE_TRACE - Static variable in class oracle.sql.STRUCT
 
PRIVATE_TRACE - Static variable in class oracle.sql.StructDescriptor
 
PRIVATE_TRACE - Static variable in class oracle.sql.TypeDescriptor
 
PROG_ERROR - Static variable in class oracle.jdbc.driver.OracleLog
 
PROXYTYPE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXYTYPE_CERTIFICATE - Static variable in interface oracle.jdbc.OracleConnection
 
PROXYTYPE_CERTIFICATE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXYTYPE_DISTINGUISHED_NAME - Static variable in interface oracle.jdbc.OracleConnection
 
PROXYTYPE_DISTINGUISHED_NAME - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXYTYPE_USER_NAME - Static variable in interface oracle.jdbc.OracleConnection
 
PROXYTYPE_USER_NAME - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXY_CERTIFICATE - Static variable in interface oracle.jdbc.OracleConnection
 
PROXY_CERTIFICATE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXY_DISTINGUISHED_NAME - Static variable in interface oracle.jdbc.OracleConnection
 
PROXY_DISTINGUISHED_NAME - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXY_NUM_ROLES - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXY_PASSWORD - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXY_ROLES - Static variable in interface oracle.jdbc.OracleConnection
 
PROXY_ROLES - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXY_SESSION - Static variable in interface oracle.jdbc.OracleConnection
Values used for close(int).
PROXY_USER_NAME - Static variable in interface oracle.jdbc.OracleConnection
 
PROXY_USER_NAME - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXY_USER_PASSWORD - Static variable in interface oracle.jdbc.OracleConnection
 
parameterModeIn - Static variable in interface oracle.jdbc.OracleParameterMetaData
The constant indicating that the parameter's mode is IN.
parameterModeInOut - Static variable in interface oracle.jdbc.OracleParameterMetaData
The constant indicating that the parameter's mode is INOUT.
parameterModeOut - Static variable in interface oracle.jdbc.OracleParameterMetaData
The constant indicating that the parameter's mode is OUT.
parameterModeUnknown - Static variable in interface oracle.jdbc.OracleParameterMetaData
The constant indicating that the mode of the parameter is unknown.
parameterNoNulls - Static variable in interface oracle.jdbc.OracleParameterMetaData
The constant indicating that a parameter will not allow NULL values.
parameterNullable - Static variable in interface oracle.jdbc.OracleParameterMetaData
The constant indicating that a parameter will allow NULL values.
parameterNullableUnknown - Static variable in interface oracle.jdbc.OracleParameterMetaData
The constant indicating that the nullability of a parameter is unknown.
parseFormat(String, String) - Static method in class oracle.sql.DATE
Converts the fmt string into tokens for use by toText().
passwordChange(String, String, String) - Method in class oracle.jdbc.driver.OracleOCIConnection
 
password_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
pi() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of pi.
pingDatabase(int) - Method in interface oracle.jdbc.OracleConnection
ping Database
pingDatabase(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
pool_auto_commit_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
posInf() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to positive infinity.
position(byte[], long) - Method in class oracle.sql.BFILE
Determine the byte position at which the given byte pattern
position(BFILE, long) - Method in class oracle.sql.BFILE
Determine the byte position at which the given pattern
position(byte[], long) - Method in class oracle.sql.BLOB
Implements the Blob interface function.
position(Blob, long) - Method in class oracle.sql.BLOB
Implements the Blob interface function.
position(String, long) - Method in class oracle.sql.CLOB
Implements the Clob interface method.
position(Clob, long) - Method in class oracle.sql.CLOB
Implements the Clob interface method.
pow(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of NUMBER value raised to the exp power.
pow(int) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to NUMBER value raised to the exp power.
prefetch_string - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. use default_row_prefetch_string
prepare(Xid) - Method in class oracle.jdbc.xa.OracleXAResource
 
prepare(Xid) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
Ask RM to prepare for a commit of the txn specified in xid.
prepare(Xid) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
prepareCall(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
prepareCall(String, int, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
prepareCall(String, int, int, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
prepareCallWithKey(String) - Method in interface oracle.jdbc.OracleConnection
Deprecated. This is same as prepareCall, except if a Callable Statement with the given KEY exists in the Cache, then the statement is returned AS IT IS when it was closed and cached with this KEY. An object returned from the Cache based on Key will have its state set to "KEYED". If no such Callable Statement is found, then null is returned. Key cannot be null.
prepareCallWithKey(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
prepareStatement(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
prepareStatement(String, int, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
prepareStatement(String, int, int, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
prepareStatement(String, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
prepareStatement(String, int[]) - Method in class oracle.jdbc.OracleConnectionWrapper
 
prepareStatement(String, String[]) - Method in class oracle.jdbc.OracleConnectionWrapper
 
prepareStatementWithKey(String) - Method in interface oracle.jdbc.OracleConnection
Deprecated. This is same as prepareStatement, except if a Prepared Statement with the given KEY exists in the Cache, then the statement is returned AS IT IS when it was closed and cached with this KEY. An object returned from the Cache based on Key will have its state set to "KEYED". If no such Prepared Statement is found, a null is returned. Key cannot be null.
prepareStatementWithKey(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
previous() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.previous.
print(Object, int, int, String) - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
printCache(String) - Method in class oracle.jdbc.driver.LRUStatementCache
printCache Prints the contents of the application cache to the screen.
printMPArgs() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
private_data - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
processSqlEscapes(String) - Method in class oracle.jdbc.driver.OracleDriver
This method processes the SQL just as JDBC does before execution and returns the resulting String.
process_escapes_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
protocolFullName_string - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. unused
protocol_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
purgeCache(String, boolean) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Purges Connections in the Connection Cache.
purgeExplicitCache() - Method in interface oracle.jdbc.OracleConnection
purgeExplicitCache Removes all existing statements from the explicit cache, after which it will be empty.
purgeExplicitCache() - Method in class oracle.jdbc.OracleConnectionWrapper
 
purgeExplicitCache() - Method in class oracle.jdbc.pool.OraclePooledConnection
purgeExplicitCache Removes all existing statements from the explicit cache, after which it will be empty.
purgeImplicitCache() - Method in interface oracle.jdbc.OracleConnection
purgeImplicitCache Removes all existing statements from the implicit cache, after which it will be empty.
purgeImplicitCache() - Method in class oracle.jdbc.OracleConnectionWrapper
 
purgeImplicitCache() - Method in class oracle.jdbc.pool.OraclePooledConnection
purgeImplicitCache Removes all existing statements from the implicit cache, after which it will be empty.
put(int, int, Object) - Method in interface oracle.jdbc.OracleResultSetCache
Save the data in the i-th row and j-th column.
putBytes(long, byte[]) - Method in class oracle.sql.BLOB
Deprecated. This method is deprecated -- use setBytes
putBytes(long, byte[], int) - Method in class oracle.sql.BLOB
Deprecated. This method is deprecated -- use setBytes
putChars(long, char[]) - Method in class oracle.sql.CLOB
Oracle extension.
putChars(long, char[], int) - Method in class oracle.sql.CLOB
Oracle extension.
putChars(long, char[], int, int) - Method in class oracle.sql.CLOB
Oracle extension.
putDescriptor(String, Object) - Method in interface oracle.jdbc.OracleConnection
Store the Object Descriptor for later usage.
putDescriptor(String, Object) - Method in class oracle.jdbc.OracleConnectionWrapper
 
putString(long, String) - Method in class oracle.sql.CLOB
Deprecated. This method is deprecated -- use setString.

R

RAW - Static variable in class oracle.jdbc.OracleTypes
RAW shares same value as BINARY as it is synonym defined for convenience when using the oracle.sql.RAW type.
RAW - class oracle.sql.RAW.
The RAW class is a representation of the Oracle RAW datatype.
RAW(byte[]) - Constructor for class oracle.sql.RAW
Construct a RAW from a byte array.
RAW(Object) - Constructor for class oracle.sql.RAW
Deprecated. in 9.2. The behavior of this constructor when passed a String argument will be changed in the next major release after 9.2. There will be no change in the behavior when passed an argument of any other type. The static methods newRAW and oldRAW capture the new and old behavior. It is deprecated only to warn of the impending change in behavior. The deprecation will be removed in the next major release after 9.2. The constructor will remain and will be supported. See release notes for more info.
RAWBytesToHexChars(byte[], int, char[]) - Static method in class oracle.jdbc.driver.DBConversion
 
REAL - Static variable in class oracle.jdbc.OracleTypes
 
REF - Static variable in class oracle.jdbc.OracleTypes
 
REF - class oracle.sql.REF.
 
REFRESH_ALL_CONNECTIONS - Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
 
REFRESH_INVALID_CONNECTIONS - Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
 
RELEASE_CONNECTION_CALLBACK - Static variable in interface oracle.jdbc.OracleConnection
 
ROWID - Static variable in class oracle.jdbc.OracleTypes
 
ROWID - class oracle.sql.ROWID.
The ROWID class is a representation of the Oracle ROWID datatype.
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
 
readObj(String) - Method in class oracle.sql.ConverterArchive
 
readObj(String, String) - Method in class oracle.sql.ConverterArchive
entryName is the name of the obj inside the zip file, include directory zipName is the name of the zip file.
readPoolConfig(Properties, int[]) - Static method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
recover(int) - Method in class oracle.jdbc.xa.OracleXAResource
Obtain a list of prepared transaction branches from a resource manager.
refreshCache(String, int) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Refreshes Connections in the Connection Cache.
refreshRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.refreshRow.
registerClassNameAndGetCurrentPrivateTraceSetting(Class) - Static method in class oracle.jdbc.driver.OracleLog
 
registerClassNameAndGetCurrentTraceSetting(Class) - Static method in class oracle.jdbc.driver.OracleLog
 
registerConnectionCacheCallback(OracleConnectionCacheCallback, Object, int) - Method in interface oracle.jdbc.OracleConnection
Registers the connection cache callback on the logical connection This is used in conjunction with the Implicit Connection Cache Properties.
registerConnectionCacheCallback(OracleConnectionCacheCallback, Object, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
registerImplicitCacheConnectionEventListener(ConnectionEventListener) - Method in class oracle.jdbc.pool.OraclePooledConnection
Register an event listener for the implicit connection cache.
registerIndexTableOutParameter(int, int, int, int) - Method in interface oracle.jdbc.OracleCallableStatement
Oracle OCI driver specific.
registerIndexTableOutParameter(int, int, int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
Oracle OCI driver specific.
registerOutParameter(int, int, int, int) - Method in interface oracle.jdbc.OracleCallableStatement
Special Oracle version of registerOutParameter for registering CHAR, VARCHAR, LONG, RAW and LONG RAW columns.
registerOutParameter(String, int, int, int) - Method in interface oracle.jdbc.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.
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(String, 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) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
registerOutParameter(int, int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
registerOutParameter(String, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, int, String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Registers the designated output parameter.
registerOutParameterBytes(int, int, int, int) - Method in interface oracle.jdbc.OracleCallableStatement
Special Oracle version of registerOutParameter for registering CHAR, VARCHAR, LONG, RAW and LONG RAW columns.
registerOutParameterBytes(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.
registerOutParameterChars(int, int, int, int) - Method in interface oracle.jdbc.OracleCallableStatement
Special Oracle version of registerOutParameter for registering CHAR, VARCHAR, LONG, RAW and LONG RAW columns.
registerOutParameterChars(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.
registerSQLType(String, Class) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
registerSQLType(String, String) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
registerSQLType(String, Class) - Method in class oracle.jdbc.OracleConnectionWrapper
 
registerSQLType(String, String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
registerTAFCallback(OracleOCIFailover, Object) - Method in interface oracle.jdbc.OracleConnection
Register an application TAF Callback instance that will be called when an application failover occurs.
registerTAFCallback(OracleOCIFailover, Object) - Method in class oracle.jdbc.OracleConnectionWrapper
 
reinitializeCache(String, Properties) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Reinitialize a connection cache using the new set of properties supplied
relative(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.relative.
releaseConnection(OracleConnection, Object) - Method in interface oracle.jdbc.pool.OracleConnectionCacheCallback
 
releaseSavepoint(Savepoint) - Method in class oracle.jdbc.OracleConnectionWrapper
 
remarks_string - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. use report_remarks_string
remove(int) - Method in interface oracle.jdbc.OracleResultSetCache
Remove the i-th row.
remove(int, int) - Method in interface oracle.jdbc.OracleResultSetCache
Remove the data stored in i-th row and j-th column
removeCache(String, long) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Removes the Connection Cache, associated with the given Connection Cache Name.
removeClientData(Object) - Method in class oracle.jdbc.driver.OracleConnection
 
removeConnectionEventListener(ConnectionEventListener) - Method in class oracle.jdbc.pool.OraclePooledConnection
Remove an event listener.
report_remarks_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
restrict_getTables_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
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
Deprecated. ... Use JDBC Implicit Connection Caching instead.

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.OracleConnectionWrapper
 
rollback(Savepoint) - Method in class oracle.jdbc.OracleConnectionWrapper
 
rollback(Xid) - Method in class oracle.jdbc.xa.OracleXAResource
 
rollback(Xid) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
Ask RM to roll back work done on behalf of a txn branch.
rollback(Xid) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
rootLogger - Static variable in class oracle.jdbc.driver.OracleLog
 
round(String) - Method in class oracle.sql.DATE
returns a DATE object with date rounded to specified precision
round(int) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the NUMBER value rounded to specified decimal place decimal_place.
rowDeleted() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.rowDeleted.
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.
row_prefetch_string - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. use default_row_prefetch_string
run() - Method in class oracle.jdbc.pool.OracleConnectionCacheTimeOutThread
 
runInactivityTimeOut(long) - Method in class oracle.jdbc.pool.OracleConnectionCacheTimeOutThread
 
runTimeToLiveTimeOut(long) - Method in class oracle.jdbc.pool.OracleConnectionCacheTimeOutThread
 

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
 
SEZERO - Static variable in class oracle.sql.DATE
Zero valued second
SF7ASCII_CHARSET - Static variable in class oracle.sql.CharacterSet
 
SF7DEC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
SMALLINT - Static variable in class oracle.jdbc.OracleTypes
 
SQLToJava(OracleConnection, byte[], int, String, Class, Map) - Static method in class oracle.jdbc.driver.SQLUtil
Convert SQL data bytes to a Java object.
SQLToJava(OracleConnection, byte[], int, String, CustomDatumFactory) - Static method in class oracle.jdbc.driver.SQLUtil
Convert SQL data bytes to a CustomDatum object.
SQLToJava(OracleConnection, byte[], int, String, ORADataFactory) - Static method in class oracle.jdbc.driver.SQLUtil
Convert SQL data bytes to a ORAData object.
SQLToJava(OracleConnection, Datum, Class, Map) - Static method in class oracle.jdbc.driver.SQLUtil
Convert a Datum object to a Java object.
SQLUtil - class oracle.jdbc.driver.SQLUtil.
SQL utility class.
SQLUtil() - Constructor for class oracle.jdbc.driver.SQLUtil
 
SQL_STR - Static variable in class oracle.jdbc.driver.OracleLog
 
STRUCT - Static variable in class oracle.jdbc.OracleTypes
 
STRUCT - class oracle.sql.STRUCT.
This class has two roles.
STRUCT(StructDescriptor, Connection, Object[]) - Constructor for class oracle.sql.STRUCT
Constructor.
STRUCT(StructDescriptor, Connection, Map) - Constructor for class oracle.sql.STRUCT
 
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_POOL - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_RSET - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_RWST - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_SCCH - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_SQL - 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
 
SUBMOD_JOCI_ACCS - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JOCI_DSET - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JOCI_ENV - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JOCI_ITEM - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JOCI_STMT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JOCI_TYPE - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JPUB_RUNTIME - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_ACCE - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_ADTS - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_BASE - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_COMM - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_CONN - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_LOBS - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_MARS - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_RX - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_STMT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_TX - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_UNMA - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_KPRB_CONN - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_KPRB_CONV - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_KPRB_DATA - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_KPRB_ERR - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_KPRB_RSET - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_KPRB_SQL - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_KPRB_STMT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_KPRB_UTIL - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_CONV - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_DESC - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_INIT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_PARS - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_PCKL - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_SERL - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_TYPE - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_UNPK - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_SQLJ_RUN - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_T2C_BFILE - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_T2C_BLOB - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_T2C_CALLSTATEMENT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_T2C_CLOB - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_T2C_DRVEXT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_T2C_INPUTSTREAM - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_T2C_PREPSTATEMENT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_T2C_STATEMENT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_XA_ARGS - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_XA_CONN - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_XA_DSRC - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_XA_EXC - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_XA_HCCB - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_XA_HCON - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_XA_HRSC - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_XA_RSRC - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_XA_XID - Static variable in class oracle.jdbc.driver.OracleLog
 
StringToCharBytes(String) - Method in class oracle.jdbc.driver.DBConversion
Convert string into a byte array representing characters used at the driver.
StructDescriptor - class oracle.sql.StructDescriptor.
Descriptor of a SQL structured object.
StructMetaData - interface oracle.jdbc.StructMetaData.
 
StructMetaData - class oracle.jdbc.driver.StructMetaData.
 
StructMetaData(StructDescriptor) - Constructor for class oracle.jdbc.driver.StructMetaData
 
scale(int, int, boolean[]) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value determined by the rounding performed based on the right parameter below.
sendBatch() - Method in interface oracle.jdbc.OracleCallableStatement
Send the sets of parameters batched (for Oracle-style batching only).
sendBatch() - Method in interface oracle.jdbc.OraclePreparedStatement
Sends any existing batch (for the Oracle update batching model).
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
server_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
setARRAY(int, ARRAY) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.ARRAY.
setARRAY(int, ARRAY) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setARRAY(int, ARRAY) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setARRAYAtName(String, ARRAY) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a oracle.sql.ARRAY value.
setARRAYAtName(String, ARRAY) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.ARRAY
setArray(int, Array) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setArray(int, Array) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0.
setArrayAtName(String, Array) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Array value.
setArrayAtName(String, Array) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an Array value.
setAsciiStream(String, InputStream, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
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.
setAsciiStream(long) - Method in class oracle.sql.CLOB
JDBC 3.0 Retrieves a stream to be used to write Ascii characters to the CLOB value that this Clob object represents, starting at position pos.
setAsciiStreamAtName(String, InputStream, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java AsciiStream value.
setAsciiStreamAtName(String, InputStream, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a the value read from a stream.
setAutoBuffering(boolean) - Method in class oracle.sql.ARRAY
Performance hint.
setAutoBuffering(boolean) - Method in class oracle.sql.STRUCT
Performance hint.
setAutoClose(boolean) - Method in interface oracle.jdbc.OracleConnection
We are always in auto-close mode.
setAutoClose(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setAutoCommit(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setAutoIndexing(boolean, int) - Method in class oracle.sql.ARRAY
Performance hint.
setAutoIndexing(boolean) - Method in class oracle.sql.ARRAY
Performance hint.
setAutoRefetch(boolean) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
setAutoRefetch(boolean) - Method in class oracle.jdbc.driver.OracleStatement
Oracle extension.
setBFILE(int, BFILE) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.BFILE value.
setBFILE(int, BFILE) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBFILE(int, BFILE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setBFILEAtName(String, BFILE) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a oracle.sql.BFILEvalue.
setBFILEAtName(String, BFILE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.BFILE
setBLOB(int, BLOB) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.BLOB value.
setBLOB(int, BLOB) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBLOB(int, BLOB) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setBLOBAtName(String, BLOB) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.BLOB value.
setBLOBAtName(String, BLOB) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.BLOB.
setBfile(int, BFILE) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.BFILE value.
setBfile(int, BFILE) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBfile(int, BFILE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setBfileAtName(String, BFILE) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a oracle.sql.BFILEvalue.
setBfileAtName(String, BFILE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.BFILE
setBigDecimal(String, BigDecimal) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.math.BigDecimal value.
setBigDecimalAtName(String, BigDecimal) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java BigDecimal value.
setBigDecimalAtName(String, BigDecimal) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java BigDecimal value.
setBinaryDouble(String, BINARY_DOUBLE) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given oracle.sql.BINARY_FLOAT value.
setBinaryDouble(int, double) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Double value.
setBinaryDouble(int, BINARY_DOUBLE) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.BINARY_DOUBLE value.
setBinaryDouble(String, double) - Method in class oracle.jdbc.driver.OracleCallableStatement
Sets the designated parameter to the given Java double value.
setBinaryDouble(String, BINARY_DOUBLE) - Method in class oracle.jdbc.driver.OracleCallableStatement
Sets the designated parameter to the given oracle.sql.BINARY_FLOAT value.
setBinaryDouble(int, double) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBinaryDouble(int, BINARY_DOUBLE) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBinaryDouble(int, double) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java double value.
setBinaryDouble(int, BINARY_DOUBLE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.BINARY_DOUBLE value.
setBinaryDoubleAtName(String, double) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Double value.
setBinaryDoubleAtName(String, BINARY_DOUBLE) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.BINARY_DOUBLE value.
setBinaryDoubleAtName(String, double) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java double value.
setBinaryDoubleAtName(String, BINARY_DOUBLE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a BINARY_DOUBLE value.
setBinaryFloat(String, BINARY_FLOAT) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given oracle.sql.BINARY_FLOAT value.
setBinaryFloat(int, float) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Float value.
setBinaryFloat(int, BINARY_FLOAT) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.BINARY_FLOAT value.
setBinaryFloat(String, float) - Method in class oracle.jdbc.driver.OracleCallableStatement
Sets the designated parameter to the given Java float value.
setBinaryFloat(String, BINARY_FLOAT) - Method in class oracle.jdbc.driver.OracleCallableStatement
Sets the designated parameter to the given oracle.sql.BINARY_FLOAT value.
setBinaryFloat(int, float) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBinaryFloat(int, BINARY_FLOAT) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBinaryFloat(int, float) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated BINARY_FLOAT parameter to a Java float value.
setBinaryFloat(int, BINARY_FLOAT) - Method in class oracle.jdbc.driver.OraclePreparedStatement
 
setBinaryFloatAtName(String, float) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Float value.
setBinaryFloatAtName(String, BINARY_FLOAT) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.BINARY_FLOAT value.
setBinaryFloatAtName(String, float) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java float value.
setBinaryFloatAtName(String, BINARY_FLOAT) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a oracle.sql.BINARY_FLOAT value.
setBinaryStream(String, InputStream, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
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.
setBinaryStream(long) - Method in class oracle.sql.BLOB
JDBC 3.0 Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBinaryStreamAtName(String, InputStream, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java BinaryStream value.
setBinaryStreamAtName(String, InputStream, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to the value in a stream.
setBlob(int, Blob) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBlob(int, Blob) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0.
setBlobAtName(String, Blob) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Blob value.
setBlobAtName(String, Blob) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java Blob value.
setBoolean(String, boolean) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBoolean(int, boolean) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java boolean value.
setBooleanAtName(String, boolean) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Boolean value.
setBooleanAtName(String, boolean) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java boolean value.
setByte(String, byte) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given Java byte value.
setByte(int, byte) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setByte(int, byte) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java byte value.
setByteAtName(String, byte) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Byte value.
setByteAtName(String, byte) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java byte value.
setBytes(String, byte[]) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given Java array of bytes.
setBytes(int, byte[]) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setBytes(int, byte[]) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java array of bytes.
setBytes(long, byte[]) - Method in class oracle.sql.BLOB
JDBC 3.0 Writes the given array of bytes to the BLOB value that this Blob object represents, starting at position pos, and returns the number of bytes written.
setBytes(long, byte[], int, int) - Method in class oracle.sql.BLOB
JDBC 3.0 Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
setBytes(byte[]) - Method in class oracle.sql.Datum
Sets datum value using a byte array.
setBytesAtName(String, byte[]) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Bytes value.
setBytesAtName(String, byte[]) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java array of bytes.
setCHAR(int, CHAR) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.CHAR value.
setCHAR(int, CHAR) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setCHAR(int, CHAR) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setCHARAtName(String, CHAR) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.CHAR value.
setCHARAtName(String, CHAR) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.CHAR
setCLOB(int, CLOB) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.CLOB value.
setCLOB(int, CLOB) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setCLOB(int, CLOB) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setCLOBAtName(String, CLOB) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.CLOB value.
setCLOBAtName(String, CLOB) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.CLOB.
setCacheFixedWaitIdleTime(long) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Set the Waiting time for the FIXED_WAIT_SCHEME. This is the time in seconds for which the Connection cache would wait before returning with an exception.
setCacheFixedWaitTimeout(long) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Set timeout for the FIXED_WAIT_SCHEME

setCacheInactivityTimeout(long) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Set the Inactivity timeout for this connection cache

setCacheScheme(int) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Set the Scheme for this Cache. Possible values are OracleConnectionCacheImpl.DYNAMIC_SCHEME OracleConnectionCacheImpl.FIXED_RETURN_NULL_SCHEME OracleConnectionCacheImpl.FIXED_WAIT_SCHEME
setCacheScheme(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Set the Scheme for this Cache. Possible values are OracleConnectionCacheImpl.DYNAMIC_SCHEME OracleConnectionCacheImpl.FIXED_RETURN_NULL_SCHEME OracleConnectionCacheImpl.FIXED_RETURN_SCHEME
setCacheTimeToLiveTimeout(long) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Set the TTL timeout for this connection cache

setCatalog(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setCharacterStream(String, Reader, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
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.
setCharacterStream(long) - Method in class oracle.sql.CLOB
JDBC 3.0 Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object represents, at position pos.
setCheckBindTypes(boolean) - Method in interface oracle.jdbc.OraclePreparedStatement
Enable/disable bind type checking.
setClientData(Object, Object) - Method in class oracle.jdbc.driver.OracleConnection
 
setClientIdentifier(String) - Method in class oracle.jdbc.driver.OracleConnection
Deprecated.  
setClob(int, Clob) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setClob(int, Clob) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0.
setClobAtName(String, Clob) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Clob value.
setClobAtName(String, Clob) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java Clob value.
setConnection(Connection) - Method in class oracle.sql.TypeDescriptor
 
setConnectionCacheName(String) - Method in class oracle.jdbc.pool.OracleDataSource
 
setConnectionCacheProperties(Properties) - Method in class oracle.jdbc.pool.OracleDataSource
Setter method to set one or more Implicit Connection Cache properties.
setConnectionCachingEnabled(boolean) - Method in class oracle.jdbc.pool.OracleDataSource
Setter method to enable Implicit Connection Caching
setConnectionCleanupInterval(long) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
setConnectionErrorCodes(int[]) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
setConnectionErrorCodes(int[]) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
 
setConnectionPool(OracleOCIConnectionPool) - Method in class oracle.jdbc.driver.OracleOCIConnection
 
setConnectionPoolDataSource(ConnectionPoolDataSource) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Associate a ConnectionPoolDataSource datasource to the Cache. If one already exists and Connections are already opened then an Exception is thrown. If no connections are opened, then the new ConnectionPoolDataSource overwrites the previous one.
setConnectionPoolDataSource(String, ConnectionPoolDataSource) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Sets the ConnectionPoolDataSource that may be used to create the implicit connection cache.
setConnectionProperties(Properties) - Method in class oracle.jdbc.pool.OracleDataSource
Sets the Connection Properties for the datasource
setConnectionReleasePriority(int) - Method in interface oracle.jdbc.OracleConnection
Sets connection release priority.
setConnectionReleasePriority(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setCreateStatementAsRefCursor(boolean) - Method in interface oracle.jdbc.OracleConnection
When this is set to true, any new statements created from this connection will be created as a REF CURSOR.
setCreateStatementAsRefCursor(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setCursor(int, ResultSet) - Method in interface oracle.jdbc.OraclePreparedStatement
Deprecated.  
setCursor(int, ResultSet) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setCursorAtName(String, ResultSet) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Cursor value.
setCursorAtName(String, ResultSet) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.sql.ResultSet.
setCursorName(String) - Method in class oracle.jdbc.driver.OracleStatement
We do not support that
setCustomDatum(int, CustomDatum) - Method in interface oracle.jdbc.OraclePreparedStatement
Deprecated.  
setCustomDatum(int, CustomDatum) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setCustomDatum(int, CustomDatum) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Deprecated.  
setCustomDatumAtName(String, CustomDatum) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java CustomDatum value.
setCustomDatumAtName(String, CustomDatum) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.CustomDatum.
setDATE(int, DATE) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.DATE value.
setDATE(int, DATE) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setDATE(int, DATE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setDATEAtName(String, DATE) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.DATE value.
setDATEAtName(String, DATE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.DATE.
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.
setDatabaseName(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the name of a particular database on a server.
setDate(String, Date) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given java.sql.Date value.
setDate(String, Date, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int, Date) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setDate(int, Date, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setDate(int, Date) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.sql.Date value.
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.
setDateAtName(String, Date) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Date value.
setDateAtName(String, Date) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java Date value.
setDayOfWeek(int) - Method in class oracle.sql.DATE
returns a DATE object initialized to date advanced to the week of the day specified.
setDefaultExecuteBatch(int) - Method in interface oracle.jdbc.OracleConnection
Sets a default batch value for the Oracle update batching model (the default value is 1).
setDefaultExecuteBatch(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setDefaultRowPrefetch(int) - Method in interface oracle.jdbc.OracleConnection
Sets the value of row prefetch for all statements associated with this connection and created after this value was set.
setDefaultRowPrefetch(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setDescription(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the Desciption for this data source instance.
setDisableStmtCaching(boolean) - Method in interface oracle.jdbc.OraclePreparedStatement
Don't Cache this object even when the corresponding Connection is Cache Enabled.
setDisableStmtCaching(boolean) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Don't Cache this object even when the corresponding Connection is Cache Enabled.
setDouble(String, double) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setDouble(int, double) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java double value.
setDoubleAtName(String, double) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Double value.
setDoubleAtName(String, 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.
setEndToEndMetrics(String[], short) - Method in interface oracle.jdbc.OracleConnection
Sets the values of the end-to-end tracing metrics.
setEndToEndMetrics(String[], short) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setEscapeProcessing(boolean) - Method in class oracle.jdbc.driver.OraclePreparedStatement
 
setEscapeProcessing(boolean) - Method in class oracle.jdbc.driver.OracleStatement
 
setExecuteBatch(int) - Method in interface oracle.jdbc.OracleCallableStatement
Set the batch value (for Oracle-style batching only).
setExecuteBatch(int) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the batch value of this statement for the Oracle update batching model (the default value is set by the connection object).
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).
setExplicitCachingEnabled(boolean) - Method in interface oracle.jdbc.OracleConnection
setExplicitCachingEnabled Enables or disables the explicit cache.
setExplicitCachingEnabled(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setExplicitCachingEnabled(boolean) - Method in class oracle.jdbc.driver.LRUStatementCache
setExplicitCachingEnabled Enables or disables the explicit cache.
setExplicitCachingEnabled(boolean) - Method in class oracle.jdbc.pool.OracleDataSource
setExplicitCachingEnabled Sets the value of the explicitCachingEnabled property, which enables or disables the explicit cache.
setExplicitCachingEnabled(boolean) - Method in class oracle.jdbc.pool.OraclePooledConnection
setExplicitCachingEnabled Enables or disables the explicit cache.
setFastConnectionFailoverEnabled(boolean) - Method in class oracle.jdbc.pool.OracleDataSource
 
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 interface oracle.jdbc.OraclePreparedStatement
Sets the disignated parameter to a String and executes a non-padded comparison with a SQL CHAR.
setFixedCHAR(int, String) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
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.
setFixedCHARAtName(String, String) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java FixedCHAR value.
setFixedCHARAtName(String, String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a fixed length CHAR value.
setFixedString(boolean) - Method in class oracle.jdbc.driver.OracleStatement
Changes the default setObject(string) behavior for this Statement.
setFloat(String, float) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setFloat(int, float) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java float value.
setFloatAtName(String, float) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Float value.
setFloatAtName(String, float) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java float value.
setFormOfUse(int, short) - Method in interface oracle.jdbc.OraclePreparedStatement
Specifies if the data is bound for a SQL NCHAR datatype.
setFormOfUse(int, short) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the "Form Of Use".
setHoldability(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setINTERVALDS(int, INTERVALDS) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to an oracle.sql.INTERVALDS value.
setINTERVALDS(int, INTERVALDS) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setINTERVALDS(int, INTERVALDS) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.INTERVALDS value.
setINTERVALDSAtName(String, INTERVALDS) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.INTERVALDS value.
setINTERVALDSAtName(String, INTERVALDS) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a oracle.sql.INTERVALDS.
setINTERVALYM(int, INTERVALYM) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to an oracle.sql.INTERVALYM value.
setINTERVALYM(int, INTERVALYM) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setINTERVALYM(int, INTERVALYM) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.INTERVALYM value.
setINTERVALYMAtName(String, INTERVALYM) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.INTERVALYM value.
setINTERVALYMAtName(String, INTERVALYM) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.INTERVALYM.
setImplicitCachingEnabled(boolean) - Method in interface oracle.jdbc.OracleConnection
setImplicitCachingEnabled Enables or disables the implicit cache.
setImplicitCachingEnabled(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setImplicitCachingEnabled(boolean) - Method in class oracle.jdbc.driver.LRUStatementCache
setImplicitCachingEnabled Enables or disables the implicit cache.
setImplicitCachingEnabled(boolean) - Method in class oracle.jdbc.pool.OracleDataSource
setImplicitCachingEnabled Sets the value of the implicitCachingEnabled property, which enables or disables the implicit cache.
setImplicitCachingEnabled(boolean) - Method in class oracle.jdbc.pool.OraclePooledConnection
setImplicitCachingEnabled Enables or disables the implicit cache.
setIncludeSynonyms(boolean) - Method in interface oracle.jdbc.OracleConnection
Turns on or off retrieval of synonym information in DatabaseMetaData.
setIncludeSynonyms(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setInt(String, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setInt(int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java int value.
setIntAtName(String, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Int value.
setIntAtName(String, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java int value.
setInternalBytes(int, byte[], int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setLastAccessedTime(long) - Method in class oracle.jdbc.pool.OraclePooledConnection
Set the last accessed time on the PooledConnection.
setLogStream(PrintStream) - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
setLogVolume(int) - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
setLogWriter(PrintWriter) - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
setLogWriter(PrintWriter) - Method in class oracle.jdbc.pool.OracleDataSource
Set the log writer for this data source.
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.
setLong(String, long) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setLong(int, long) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java long value.
setLongAtName(String, long) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Long value.
setLongAtName(String, 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
Deprecated. ... Use JDBC Implicit Connection Caching instead. Set the maximum no of connections for the Cache.
setMaxRows(int) - Method in class oracle.jdbc.driver.OracleStatement
 
setMaxStatements(int) - Method in class oracle.jdbc.pool.OracleDataSource
setMaxStatements Specifies the value of the maxStatements property.
setMinLimit(int) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Set the minimum no of connections for the Cache.
setNUMBER(int, NUMBER) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.NUMBER value.
setNUMBER(int, NUMBER) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setNUMBER(int, NUMBER) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setNUMBERAtName(String, NUMBER) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.NUMBERvalue.
setNUMBERAtName(String, NUMBER) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.NUMBER.
setNativeXA(boolean) - Method in class oracle.jdbc.pool.OracleXAConnectionCacheImpl
Set the nativeXA flag to the given value.
setNetworkProtocol(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the network protocol for the connections.
setNull(String, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to SQL NULL.
setNull(String, int, String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setNull(int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setNull(int, int, String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Implements JDBC 2.0 setNull for object types.
setNull(int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to SQL NULL.
setNullAtName(String, int, String) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a SQL NULL value.
setNullAtName(String, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a SQL NULL value.
setNullAtName(String, int, String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to Null
setNullAtName(String, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to NULL.
setOPAQUE(int, OPAQUE) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.OPAQUE value.
setOPAQUE(int, OPAQUE) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setOPAQUE(int, OPAQUE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setOPAQUEAtName(String, OPAQUE) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.OPAQUEvalue.
setOPAQUEAtName(String, OPAQUE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.OPAQUE.
setORAData(int, ORAData) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.ORAData value.
setORAData(int, ORAData) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setORAData(int, ORAData) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Set the designated parameter to an oracle.sql.ORAData value.
setORADataAtName(String, ORAData) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.ORADatavalue.
setORADataAtName(String, ORAData) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.ORAData.
setObject(String, Object, int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the value of the designated parameter with the given object.
setObject(String, Object, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the value of the designated parameter with the given object.
setObject(String, Object) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setObject(int, Object, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setObject(int, Object) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setObject(int, Object, int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the value of a parameter using an 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) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the value of the designated parameter with the given object.
setObject(Object) - Method in class oracle.sql.REF
JDBC 3.0 Sets the structured type value that this Ref object references to the given instance of Object.
setObjectAtName(String, Object, int, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Object value.
setObjectAtName(String, Object, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Object value.
setObjectAtName(String, Object) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Object value.
setObjectAtName(String, Object, int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java Object
setObjectAtName(String, Object, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java Object.
setObjectAtName(String, Object) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java Object.
setOracleObject(int, Datum) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.Datum value.
setOracleObject(int, Datum) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setOracleObject(int, Datum) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setOracleObjectAtName(String, Datum) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.Datumvalue.
setOracleObjectAtName(String, Datum) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.Datum.
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.
setPlsqlIndexTable(int, Object, int, int, int, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds a PL/SQL index-by table parameter in the IN parameter mode.
setPlsqlIndexTable(int, Object, int, int, int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setPlsqlIndexTable(int, Object, int, int, int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle OCI driver specific.
setPlsqlIndexTableAtName(String, Object, int, int, int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java int value.
setPlsqlWarnings(String) - Method in interface oracle.jdbc.OracleConnection
Enable/Disable PLSQL Compiler Warnings
setPlsqlWarnings(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setPoolConfig(Properties) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
setPortNumber(int) - Method in class oracle.jdbc.pool.OracleDataSource
Set the port number where a server is listening for requests.
setPrivateTrace(boolean) - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
setProperties(Hashtable) - Method in class oracle.jdbc.pool.OraclePooledConnection
 
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 interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.RAW value.
setRAW(int, RAW) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setRAW(int, RAW) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setRAWAtName(String, RAW) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.RAWvalue.
setRAWAtName(String, RAW) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.RAW.
setREF(int, REF) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.REF value.
setREF(int, REF) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setREF(int, REF) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setREFAtName(String, REF) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.REFvalue.
setREFAtName(String, REF) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.REF.
setROWID(int, ROWID) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.ROWID value.
setROWID(int, ROWID) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setROWID(int, ROWID) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setROWIDAtName(String, ROWID) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.ROWIDvalue.
setROWIDAtName(String, ROWID) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a oracle.sql.ROWID.
setReadOnly(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setRef(int, Ref) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setRef(int, Ref) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets a Ref(<structured-type>) parameter.
setRefAtName(String, Ref) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Ref value.
setRefAtName(String, Ref) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Ref.
setRefType(int, REF) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.REF value.
setRefType(int, REF) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setRefType(int, REF) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setRefTypeAtName(String, REF) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.REFvalue.
setRefTypeAtName(String, REF) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.REF value.
setRemarksReporting(boolean) - Method in interface oracle.jdbc.OracleConnection
Turns on or off the reporting of the REMARKS columns by the getTables and getColumns calls of the DatabaseMetaData interface.
setRemarksReporting(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setRestrictGetTables(boolean) - Method in interface oracle.jdbc.OracleConnection
Turns on or off the restriction of the returned data in DatabaseMetaData.getTables.
setRestrictGetTables(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setResultSetCache(OracleResultSetCache) - Method in interface oracle.jdbc.OracleStatement
Lets you use your own client-side cache implementation for scrollable result sets.
setResultSetCache(OracleResultSetCache) - Method in class oracle.jdbc.driver.OracleStatement
Oracle Extenstion Override the default result set cache.
setResultSetCache(OracleResultSetCache) - Method in class oracle.jdbc.driver.OracleStatement
Override the default result set cache.
setRowPrefetch(int) - Method in interface oracle.jdbc.OracleStatement
Sets the value of row prefetch for all result sets created from this statement.
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.
setSTRUCT(int, STRUCT) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.STRUCT value.
setSTRUCT(int, STRUCT) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setSTRUCT(int, STRUCT) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setSTRUCTAtName(String, STRUCT) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.STRUCTvalue.
setSTRUCTAtName(String, STRUCT) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.STRUCT.
setSavepoint() - Method in class oracle.jdbc.OracleConnectionWrapper
 
setSavepoint(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setServerName(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the name of the Server on which database is running.
setServiceName(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the service_name of a database on a server.
setSessionTimeZone(String) - Method in interface oracle.jdbc.OracleConnection
Set the session time zone.
setSessionTimeZone(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setShareBytes(byte[]) - Method in class oracle.sql.Datum
Sets datum value using a byte array.
setShort(String, short) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given Java short value.
setShort(int, short) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setShort(int, short) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java short value.
setShortAtName(String, short) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Short value.
setShortAtName(String, short) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java short value.
setStatementCacheSize(int) - Method in interface oracle.jdbc.OracleConnection
setStatementCacheSize Specifies the size of the size of the application cache (which will be used by both implicit and explicit caching).
setStatementCacheSize(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setStatementCacheSize(int) - Method in class oracle.jdbc.pool.OraclePooledConnection
setStatementCacheSize Specifies the size of the size of the application cache (which will be used by both implicit and explicit caching).
setStmtCacheSize(int) - Method in interface oracle.jdbc.OracleConnection
Deprecated. Use setStatementCacheSize() instead.
setStmtCacheSize(int, boolean) - Method in interface oracle.jdbc.OracleConnection
Deprecated. Use setStatementCacheSize() instead.
setStmtCacheSize(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setStmtCacheSize(int, boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setStmtCacheSize(int, boolean) - Method in class oracle.jdbc.driver.OracleOCIConnection
 
setStmtCacheSize(int) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Set the statement cache size. Default is 0. You cannot set this for logicalhandles obtained from PooledConnections.

If more than size cursors are already cached than they will be closed. By default the meta data of the cursor will be saved. Only data and the state will be cleared. You need to call this first to enable either type of Statement caching. When both types of Statement caching are enabled, the size is the total number of cursors cached for both the schemes together.

setStmtCacheSize(int, boolean) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead. Set the statement cache size. Default is 0. You cannot set this for logicalhandles obtained from PooledConnections.

If more than size cursors are already cached than they will be closed. By default, the meta data of the cursor will be saved. But if clearMetaData is set to true, even that will be cleared. You need to call this first to enable either type of Statement caching. When both types of Statement caching are enabled, the size is the total number of cursors cached for both the schemes together.

setStmtCacheSize(int) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Set the statement cache size.
setStmtCacheSize(int, boolean) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Set the statement cache size.
setStmtCacheSize(int) - Method in class oracle.jdbc.pool.OraclePooledConnection
Deprecated.  
setStmtCacheSize(int, boolean) - Method in class oracle.jdbc.pool.OraclePooledConnection
Deprecated.  
setString(String, String) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given Java String value.
setString(int, String) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setString(int, String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setString(long, String) - Method in class oracle.sql.CLOB
JDBC 3.0 Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in class oracle.sql.CLOB
JDBC 3.0 Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setStringAtName(String, String) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setStringAtName(String, String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setStringForClob(String, String) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java String value.
setStringForClob(int, String) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setStringForClob(String, String) - Method in class oracle.jdbc.driver.OracleCallableStatement
Sets the designated parameter to the given Java String value.
setStringForClob(int, String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setStringForClobAtName(String, String) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setStringForClobAtName(String, String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setStructDescriptor(int, StructDescriptor) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the bind type of designated parameter from an oracle.sql.StructDescriptor.
setStructDescriptor(int, StructDescriptor) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setStructDescriptor(int, StructDescriptor) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setStructDescriptorAtName(String, StructDescriptor) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.StructDescriptor value.
setStructDescriptorAtName(String, StructDescriptor) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the bind type of the designated parameter from an oracle.sql.StructDescriptor.
setTIMESTAMP(int, TIMESTAMP) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to an oracle.sql.TIMESTAMP value.
setTIMESTAMP(int, TIMESTAMP) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setTIMESTAMP(int, TIMESTAMP) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMP value.
setTIMESTAMPAtName(String, TIMESTAMP) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMP value.
setTIMESTAMPAtName(String, TIMESTAMP) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMP
setTIMESTAMPLTZ(int, TIMESTAMPLTZ) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to an oracle.sql.TIMESTAMPLTZ value.
setTIMESTAMPLTZ(int, TIMESTAMPLTZ) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setTIMESTAMPLTZ(int, TIMESTAMPLTZ) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPLTZ value.
setTIMESTAMPLTZAtName(String, TIMESTAMPLTZ) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPLTZ value.
setTIMESTAMPLTZAtName(String, TIMESTAMPLTZ) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPLTZ.
setTIMESTAMPTZ(int, TIMESTAMPTZ) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to an oracle.sql.TIMESTAMPTZ value.
setTIMESTAMPTZ(int, TIMESTAMPTZ) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setTIMESTAMPTZ(int, TIMESTAMPTZ) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPTZ value.
setTIMESTAMPTZAtName(String, TIMESTAMPTZ) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPTZ value.
setTIMESTAMPTZAtName(String, TIMESTAMPTZ) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPTZ.
setTNSEntryName(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the TNS entry name.
setThreadWakeUpInterval(long) - Method in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated. ... Use JDBC Implicit Connection Caching instead.

Set the interval for connection cache timeout thread

setTime(String, Time) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given java.sql.Time value.
setTime(String, Time, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(int, Time) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setTime(int, Time, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
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.
setTimeAtName(String, Time) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Time value.
setTimeAtName(String, Time) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java Time value.
setTimestamp(String, Timestamp) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
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.
setTimestampAtName(String, Timestamp) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Timestamp value.
setTimestampAtName(String, Timestamp) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java Timestamp value.
setTrace(boolean) - Static method in class oracle.jdbc.driver.OracleLog
Set the tracing enable variable.
setTransactionIsolation(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setTransactionTimeout(int) - Method in class oracle.jdbc.xa.OracleXAResource
Set the current transaction timeout value for this XAResource instance.
setTypeMap(Map) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setURL(String, URL) - Method in class oracle.jdbc.driver.OracleCallableStatement
JDBC 3.0 Sets the designated parameter to the given java.net.URL object.
setURL(int, URL) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setURL(int, URL) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 3.0 Sets the designated parameter to the given java.net.URL value.
setURL(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the URL from which connections have to be obtained.
setURLAtName(String, URL) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java URL value.
setURLAtName(String, URL) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle extension Sets the designated parameter to a java.net.URL value.
setUnicodeStream(int, InputStream, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
setUnicodeStream(int, InputStream, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Deprecated.  
setUnicodeStreamAtName(String, InputStream, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java UnicodeStream value.
setUnicodeStreamAtName(String, InputStream, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to the value in a stream.
setUser(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the user name with which connections have to be obtained.
setUsingXAFlag(boolean) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
setUsingXAFlag(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setValue(Object) - Method in class oracle.sql.REF
Oracle extension.
setWrapper(OracleConnection) - Method in interface oracle.jdbc.OracleConnection
Set the wrapping object
setWrapper(OracleConnection) - Method in class oracle.jdbc.OracleConnectionWrapper
Set a connection wrapper as the wrapper of this connection.
setXAErrorFlag(boolean) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
setXAErrorFlag(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setupFromSystemProperties() - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
shareBytes() - Method in class oracle.sql.Datum
Retrieve the data bytes.
shift(int) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized the NUMBER value shifted digits decimal places.
shortValue() - Method in class oracle.sql.NUMBER
Calls toShort to convert internal Oracle Number to a Java short.
shutdown(int) - Method in interface oracle.jdbc.OracleConnection
Deprecated. This method will be removed in a future version.
shutdown(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
sign() - Method in class oracle.sql.NUMBER
Returns -1 if the sign of NUMBER is negative, 0 if NUMBER is 0, and > 0 if NUMBER is positive.
sin() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the sine of the NUMBER.
sinh() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the hyperbolic sine of NUMBER.
slash_character - Static variable in class oracle.jdbc.driver.OracleDriver
 
sql_exception_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
sqljLogger - Static variable in class oracle.jdbc.driver.OracleLog
 
sqroot() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the square root of NUMBER.
start(Xid, int) - Method in class oracle.jdbc.xa.OracleXAResource
 
start(Xid, int) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
Starts work on behalf of a transaction branch.
start(Xid, int) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
startLogging() - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
startup(String, int) - Method in interface oracle.jdbc.OracleConnection
Deprecated. This method will be removed in a future version.
startup(String, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
statement_cache_size - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
stopLogging() - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead. // _end_m4_ifJDK14
storesLowerCaseIdentifiers() - Method in class oracle.jdbc.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.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.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.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.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.OracleDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
string32UTF8Length(String) - Static method in class oracle.sql.CharacterSet
Returns the number of bytes in the UTF-8 representation of a String
stringToAL16UTF16Bytes(String) - Static method in class oracle.sql.CharacterSet
Convert a String to an array of bytes this function will allocate the bytes array
stringToAL16UTF16LEBytes(String) - Static method in class oracle.sql.CharacterSet
Convert a String to an array of bytes this function will allocate the bytes array
stringToAL32UTF8(String) - Static method in class oracle.sql.CharacterSet
 
stringToASCII(String) - Static method in class oracle.sql.CharacterSet
convert a String to a byte array in ascii.
stringToAsciiBytes(String) - Static method in class oracle.jdbc.driver.DBConversion
Convert string into its Ascii byte array representation.
stringToDriverCharBytes(String, short) - Static method in class oracle.jdbc.driver.DBConversion
Convert string into a byte array representing characters in one of the Driver character sets.
stringToUTF(String) - Static method in class oracle.sql.CharacterSet
Convert the str to a byte array that in UTF8 representation.
stringUTFLength(String) - Static method in class oracle.sql.CharacterSet
Returns the number of bytes in the UTF16 representation of a String
stringValue() - Method in class oracle.sql.BINARY_DOUBLE
Convert this data object into a String.
stringValue() - Method in class oracle.sql.BINARY_FLOAT
Convert this data object into a String.
stringValue() - Method in class oracle.sql.CHAR
Convert this data object into a String.
stringValue() - Method in class oracle.sql.DATE
Calls toString to convert internal Oracle Date to a Java String.
stringValue() - Method in class oracle.sql.Datum
Convert to a String representation of the datum object
stringValue() - Method in class oracle.sql.NUMBER
Calls toString to convert internal Oracle Number to a Java 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.
stringValue() - Method in class oracle.sql.TIMESTAMP
Calls toString to convert internal Oracle TIMESTAMP to a Java String.
stringValue(Connection) - Method in class oracle.sql.TIMESTAMPLTZ
Calls toString(Connection, byte[]) to convert internal Oracle TIMESTAMPLTZ to a Java String.
stringValue(Connection, Calendar) - Method in class oracle.sql.TIMESTAMPLTZ
Calls toString(Connection, byte[], Calendar) to convert internal Oracle TIMESTAMPLTZ to a Java String.
stringValue(Connection) - Method in class oracle.sql.TIMESTAMPTZ
Calls toString to convert internal Oracle TIMESTAMPTZ to a Java String.
sub(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the difference of NUMBER and n.
supportsANSI92EntryLevelSQL() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ANSI92 entry level SQL grammar supported? All JDBC compliant drivers must return true.
supportsANSI92FullSQL() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsAlterTableWithAddColumn() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is "ALTER TABLE" with drop column supported?
supportsBatchUpdates() - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData::supportBatchUpdates.
supportsCatalogsInDataManipulation() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can a catalog name be used in a index definition statement?
supportsCatalogsInPrivilegeDefinitions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is column aliasing supported?
supportsConvert() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Is CONVERT between the given SQL types supported?
supportsCoreSQLGrammar() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are correlated subqueries supported? A JDBC compliant driver always returns true.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class oracle.jdbc.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.OracleDatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are full nested outer joins supported?
supportsGetGeneratedKeys() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
supportsGroupBy() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - Method in class oracle.jdbc.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.OracleDatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the escape character in "LIKE" clauses supported? A JDBC compliant driver always returns true.
supportsLimitedOuterJoins() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is there limited support for outer joins? (This will be true if supportFullOuterJoins is true.)
supportsMinimumSQLGrammar() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ODBC Minimum SQL grammar supported? All JDBC compliant drivers must return true.
supportsMixedCaseIdentifiers() - Method in class oracle.jdbc.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.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.
supportsMultipleOpenResults() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNamedParameters() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves whether this database supports named parameters to callable statements.
supportsNonNullableColumns() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can columns be defined as non-nullable? A JDBC compliant driver always returns true.
supportsOpenCursorsAcrossCommit() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT?
supportsOuterJoins() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is positioned DELETE supported? NOTE: Though Oracle supports positional delete through the use of ROWID positional delete as specified by SQLJ92 standard is not supported which is being followed by JDBC 2.1 API Spec.
supportsPositionedUpdate() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is positioned UPDATE supported? NOTE: Though Oracle supports positional updates through the use of ROWID positional updates as specified by SQLJ92 standard is not supported which is being followed by JDBC 2.1 API Spec.
supportsResultSetConcurrency(int, int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.supportsResultSetConcurrency.
supportsResultSetHoldability(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.supportsResultSetType.
supportsSavepoints() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is SELECT for UPDATE supported?
supportsStatementPooling() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0
supportsStoredProcedures() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsSubqueriesInComparisons() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are subqueries in comparison expressions supported? A JDBC compliant driver always returns true.
supportsSubqueriesInExists() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are subqueries in exists expressions supported? A JDBC compliant driver always returns true.
supportsSubqueriesInIns() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are subqueries in "in" statements supported? A JDBC compliant driver always returns true.
supportsSubqueriesInQuantifieds() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are subqueries in quantified expressions supported? A JDBC compliant driver always returns true.
supportsTableCorrelationNames() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are table correlation names supported? A JDBC compliant driver always returns true.
supportsTransactionIsolationLevel(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database support the given transaction isolation level?
supportsTransactions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Are transactions supported? If not, commit is a noop and the isolation level is TRANSACTION_NONE.
supportsUnion() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is SQL UNION supported?
supportsUnionAll() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is SQL UNION ALL supported?
synonyms_string - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. use include_synonyms_string

T

TH8MACTHAIS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TH8MACTHAI_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.OracleTypes
 
TIMESTAMP - Static variable in class oracle.jdbc.OracleTypes
 
TIMESTAMP - class oracle.sql.TIMESTAMP.
TIMESTAMP Class
TIMESTAMP() - Constructor for class oracle.sql.TIMESTAMP
Constructs a TIMESTAMP object initialized to 1/1/1970.
TIMESTAMP(byte[]) - Constructor for class oracle.sql.TIMESTAMP
Create an Oracle TIMESTAMP object represented by the given Oracle Timestamp
TIMESTAMP(Time) - Constructor for class oracle.sql.TIMESTAMP
Create an Oracle TIMESTAMP object represented by the given java Time
TIMESTAMP(Date) - Constructor for class oracle.sql.TIMESTAMP
Create an Oracle TIMESTAMP object represented by the java Date
TIMESTAMP(Timestamp) - Constructor for class oracle.sql.TIMESTAMP
Create an Oracle TIMESTAMP object represented by the java Timestamp
TIMESTAMP(DATE) - Constructor for class oracle.sql.TIMESTAMP
Create an Oracle TIMESTAMP object represented by the Oracle date
TIMESTAMP(String) - Constructor for class oracle.sql.TIMESTAMP
Create a TIMESTAMP object given a Java String object.
TIMESTAMPLTZ - Static variable in class oracle.jdbc.OracleTypes
 
TIMESTAMPLTZ - class oracle.sql.TIMESTAMPLTZ.
TIMESTAMPLTZ Class
TIMESTAMPLTZ() - Constructor for class oracle.sql.TIMESTAMPLTZ
Constructs a TIMESTAMPLTZ object initialized to 1/1/1970.
TIMESTAMPLTZ(byte[]) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the given Oracle Timestampltz
TIMESTAMPLTZ(Connection, Time, Calendar) - Constructor for class oracle.sql.TIMESTAMPLTZ
Deprecated.  
TIMESTAMPLTZ(Connection, Date, Calendar) - Constructor for class oracle.sql.TIMESTAMPLTZ
Deprecated.  
TIMESTAMPLTZ(Connection, Timestamp, Calendar) - Constructor for class oracle.sql.TIMESTAMPLTZ
Deprecated.  
TIMESTAMPLTZ(Connection, DATE, Calendar) - Constructor for class oracle.sql.TIMESTAMPLTZ
Deprecated.  
TIMESTAMPLTZ(Connection, String, Calendar) - Constructor for class oracle.sql.TIMESTAMPLTZ
Deprecated.  
TIMESTAMPLTZ(Connection, Calendar, Time) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the given java Time
TIMESTAMPLTZ(Connection, Calendar, Date) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the java Date
TIMESTAMPLTZ(Connection, Calendar, Timestamp) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the java Timestamp
TIMESTAMPLTZ(Connection, Calendar, DATE) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the Oracle date
TIMESTAMPLTZ(Connection, Calendar, String) - Constructor for class oracle.sql.TIMESTAMPLTZ
Deprecated.  
TIMESTAMPLTZ(Connection, Time) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the given java Time
TIMESTAMPLTZ(Connection, Date) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the java Date
TIMESTAMPLTZ(Connection, Timestamp) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the java Timestamp
TIMESTAMPLTZ(Connection, DATE) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the Oracle date
TIMESTAMPLTZ(Connection, String) - Constructor for class oracle.sql.TIMESTAMPLTZ
Deprecated.  
TIMESTAMPNS - Static variable in class oracle.jdbc.OracleTypes
Deprecated. since 9.2.0. Use OracleTypes.TIMESTAMP instead.
TIMESTAMPTZ - Static variable in class oracle.jdbc.OracleTypes
 
TIMESTAMPTZ - class oracle.sql.TIMESTAMPTZ.
TIMESTAMPTZ Class
TIMESTAMPTZ() - Constructor for class oracle.sql.TIMESTAMPTZ
Constructs a TIMESTAMPTZ object initialized to 1/1/1970.
TIMESTAMPTZ(byte[]) - Constructor for class oracle.sql.TIMESTAMPTZ
Create an Oracle TIMESTAMPTZ object represented by the given Oracle Timestamptz
TIMESTAMPTZ(Connection, Date) - Constructor for class oracle.sql.TIMESTAMPTZ
Create an Oracle TIMESTAMPTZ object represented by the java Date
TIMESTAMPTZ(Connection, Date, Calendar) - Constructor for class oracle.sql.TIMESTAMPTZ
Create an Oracle TIMESTAMPTZ object represented by the java Date and the java Calendar object
TIMESTAMPTZ(Connection, Time) - Constructor for class oracle.sql.TIMESTAMPTZ
Create an Oracle TIMESTAMPTZ object represented by the given java Time
TIMESTAMPTZ(Connection, Time, Calendar) - Constructor for class oracle.sql.TIMESTAMPTZ
Create an Oracle TIMESTAMPTZ object represented by the given java Time and the java Calendar object
TIMESTAMPTZ(Connection, Timestamp) - Constructor for class oracle.sql.TIMESTAMPTZ
Create an Oracle TIMESTAMPTZ object represented by the java Timestamp
TIMESTAMPTZ(Connection, Timestamp, Calendar) - Constructor for class oracle.sql.TIMESTAMPTZ
Create an Oracle TIMESTAMPTZ object represented by the java Timestamp and the java Calendar object
TIMESTAMPTZ(Connection, DATE) - Constructor for class oracle.sql.TIMESTAMPTZ
Create an Oracle TIMESTAMPTZ object represented by the Oracle date
TIMESTAMPTZ(Connection, String) - Constructor for class oracle.sql.TIMESTAMPTZ
Create a TIMESTAMPTZ object given a Java String object.
TIMESTAMPTZ(Connection, String, Calendar) - Constructor for class oracle.sql.TIMESTAMPTZ
Create a TIMESTAMPTZ object given a Java String object.
TINYINT - Static variable in class oracle.jdbc.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
 
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
 
TR8MACTURKISHS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TR8MACTURKISH_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.OracleConnectionWrapper
 
TRACE - Static variable in class oracle.jdbc.OracleDatabaseMetaData
 
TRACE - Static variable in class oracle.jdbc.OracleTypes
 
TRACE - Static variable in class oracle.jdbc.driver.DBConversion
 
TRACE - Static variable in class oracle.jdbc.driver.DMSFactory
 
TRACE - Static variable in class oracle.jdbc.driver.LRUStatementCache
 
TRACE - Static variable in class oracle.jdbc.driver.Message11
 
TRACE - Static variable in class oracle.jdbc.driver.OracleCallableStatement
 
TRACE - Static variable in class oracle.jdbc.driver.OracleDatabaseMetaData
 
TRACE - Static variable in class oracle.jdbc.driver.OracleDriver
 
TRACE - Static variable in class oracle.jdbc.driver.OracleLog
 
TRACE - Static variable in class oracle.jdbc.driver.OracleOCIConnection
 
TRACE - Static variable in class oracle.jdbc.driver.OracleParameterMetaData
 
TRACE - Static variable in class oracle.jdbc.driver.OraclePreparedStatement
 
TRACE - Static variable in class oracle.jdbc.driver.OracleResultSet
 
TRACE - Static variable in class oracle.jdbc.driver.OracleResultSetMetaData
 
TRACE - Static variable in class oracle.jdbc.driver.OracleSQLException
 
TRACE - Static variable in class oracle.jdbc.driver.OracleSavepoint
 
TRACE - Static variable in class oracle.jdbc.driver.OracleStatement
 
TRACE - Static variable in class oracle.jdbc.driver.SQLUtil
 
TRACE - Static variable in class oracle.jdbc.driver.StructMetaData
 
TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheImpl
Deprecated.  
TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
 
TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheTimeOutThread
 
TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionEventListener
 
TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionPoolDataSource
 
TRACE - Static variable in class oracle.jdbc.pool.OracleDataSource
 
TRACE - Static variable in class oracle.jdbc.pool.OracleDataSourceFactory
 
TRACE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
TRACE - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
TRACE - Static variable in class oracle.jdbc.pool.OracleXAConnectionCacheImpl
 
TRACE - Static variable in class oracle.jdbc.xa.OracleXAConnection
 
TRACE - Static variable in class oracle.jdbc.xa.OracleXADataSource
 
TRACE - Static variable in class oracle.jdbc.xa.OracleXAException
 
TRACE - Static variable in class oracle.jdbc.xa.OracleXAResource
 
TRACE - Static variable in class oracle.jdbc.xa.OracleXid
 
TRACE - Static variable in class oracle.jdbc.xa.client.OracleXAConnection
 
TRACE - Static variable in class oracle.jdbc.xa.client.OracleXADataSource
 
TRACE - Static variable in class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
TRACE - Static variable in class oracle.jdbc.xa.client.OracleXAHeteroConnection
 
TRACE - Static variable in class oracle.jdbc.xa.client.OracleXAHeteroResource
 
TRACE - Static variable in class oracle.jdbc.xa.client.OracleXAResource
 
TRACE - Static variable in class oracle.sql.ARRAY
 
TRACE - Static variable in class oracle.sql.ArrayDescriptor
 
TRACE - Static variable in class oracle.sql.BFILE
 
TRACE - Static variable in class oracle.sql.BINARY_DOUBLE
 
TRACE - Static variable in class oracle.sql.BINARY_FLOAT
 
TRACE - Static variable in class oracle.sql.BLOB
 
TRACE - Static variable in class oracle.sql.CHAR
 
TRACE - Static variable in class oracle.sql.CLOB
 
TRACE - Static variable in class oracle.sql.CharacterSet
 
TRACE - Static variable in class oracle.sql.ConverterArchive
 
TRACE - Static variable in class oracle.sql.DatumWithConnection
 
TRACE - Static variable in class oracle.sql.JAVA_STRUCT
 
TRACE - Static variable in class oracle.sql.OPAQUE
 
TRACE - Static variable in class oracle.sql.OpaqueDescriptor
 
TRACE - Static variable in class oracle.sql.RAW
 
TRACE - Static variable in class oracle.sql.REF
 
TRACE - Static variable in class oracle.sql.ROWID
 
TRACE - Static variable in class oracle.sql.STRUCT
 
TRACE - Static variable in class oracle.sql.StructDescriptor
 
TRACE - Static variable in class oracle.sql.TypeDescriptor
 
TRANSACTIONS_DISTRIBUTED - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
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
 
TimeZoneConvert(Connection, TIMESTAMP, TimeZone, TimeZone) - Static method in class oracle.sql.TIMESTAMP
Converts the TIMESTAMP object from one timezone to the other
TypeBinder_BYTELEN - Static variable in class oracle.jdbc.driver.OraclePreparedStatement
 
TypeDescriptor - class oracle.sql.TypeDescriptor.
 
tan() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the tangent of NUMBER.
tanh() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the hyperbolic tangent of Number.
tcp_no_delay - Static variable in class oracle.jdbc.driver.OracleDriver
 
textToPrecisionNumber(String, boolean, int, boolean, int, String) - Static method in class oracle.sql.NUMBER
Returns a NUMBER object initialized to the value in num as described below.
thinLogger - Static variable in class oracle.jdbc.driver.OracleLog
 
timeValue() - Method in class oracle.sql.CHAR
Convert to a Time representation of the datum object
timeValue() - Method in class oracle.sql.DATE
Calls toTime to convert internal Oracle Date to a Java Time.
timeValue(Calendar) - Method in class oracle.sql.DATE
Calls toTime to convert internal Oracle Date and Calendar to a Java Time.
timeValue() - Method in class oracle.sql.Datum
Convert to a Time representation of the datum object
timestampValue() - Method in class oracle.sql.CHAR
Convert to a Timestamp representation of the datum object
timestampValue() - Method in class oracle.sql.DATE
Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
timestampValue(Calendar) - Method in class oracle.sql.DATE
Calls toTimestamp to convert internal Oracle Date and Calendar to a Java Timestamp.
timestampValue() - Method in class oracle.sql.Datum
Convert to a Timestamp representation of the datum object
timestampValue() - Method in class oracle.sql.TIMESTAMP
Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
timestampValue(Connection, Calendar) - Method in class oracle.sql.TIMESTAMPLTZ
Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
timestampValue(Connection) - Method in class oracle.sql.TIMESTAMPTZ
Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
toBigDecimal(byte[]) - Static method in class oracle.sql.NUMBER
Converts an Oracle Number into a Java BigDecimal.
toBigInteger(byte[]) - Static method in class oracle.sql.NUMBER
Converts an Oracle Number into a Java BigInteger.
toBoolean(byte[]) - Static method in class oracle.sql.NUMBER
Convert an Oracle Number to a Java boolean.
toByte(byte[]) - Static method in class oracle.sql.NUMBER
Converts an Oracle Number into a Java byte.
toByteArray() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
toByteArrayOS() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
toBytes() - Method in class oracle.sql.DATE
 
toBytes(Date) - Static method in class oracle.sql.DATE
Convert Java Date to Oracle Date.
toBytes(Time) - Static method in class oracle.sql.DATE
Convert Java Time to Oracle Date.
toBytes(Timestamp) - Static method in class oracle.sql.DATE
Convert Java Timestamp to Oracle Date.
toBytes(Date, Calendar) - Static method in class oracle.sql.DATE
Convert Java Date and Calendar to Oracle Date.
toBytes(Time, Calendar) - Static method in class oracle.sql.DATE
Convert Java Time and Calendar to Oracle Date.
toBytes(Timestamp, Calendar) - Static method in class oracle.sql.DATE
Convert Java Timestamp and Calendar to Oracle Date.
toBytes(String) - Static method in class oracle.sql.DATE
Convert Java String to Oracle Date.
toBytes(String, Calendar) - Static method in class oracle.sql.DATE
Convert Java String to Oracle Date.
toBytes() - Method in class oracle.sql.INTERVALDS
Convert Oracle INTERVALDS object into a byte array
toBytes(String) - Static method in class oracle.sql.INTERVALDS
Convert Java String to Oracle INTERVALDS.
toBytes() - Method in class oracle.sql.INTERVALYM
Convert Oracle INTERVALYM object into a byte array
toBytes(String) - Static method in class oracle.sql.INTERVALYM
Convert Java String to Oracle INTERVALYM.
toBytes(double) - Static method in class oracle.sql.NUMBER
Converts a Java double to an Oracle Number byte array.
toBytes(float) - Static method in class oracle.sql.NUMBER
Converts a Java float to an Oracle Number byte array.
toBytes(long) - Static method in class oracle.sql.NUMBER
Converts a Java long to an Oracle Number byte array.
toBytes(int) - Static method in class oracle.sql.NUMBER
Converts a Java int to an Oracle Number byte array.
toBytes(short) - Static method in class oracle.sql.NUMBER
Converts a Java short to an Oracle Number byte array.
toBytes(byte) - Static method in class oracle.sql.NUMBER
Converts a Java byte to an Oracle Number byte array.
toBytes(BigInteger) - Static method in class oracle.sql.NUMBER
Converts a Java BigInteger to an Oracle Number byte array.
toBytes(BigDecimal) - Static method in class oracle.sql.NUMBER
Converts a Java BigDecimal to an Oracle Number byte array.
toBytes(String, int) - Static method in class oracle.sql.NUMBER
Converts a Java String to an Oracle Number byte array.
toBytes(boolean) - Static method in class oracle.sql.NUMBER
Converts a Java boolean to an Oracle Number byte array.
toBytes() - Method in class oracle.sql.NUMBER
Returns the internal Oracle Number byte array.
toBytes() - Method in class oracle.sql.TIMESTAMP
Convert Oracle Timestamp object into a byte array
toBytes(Time) - Static method in class oracle.sql.TIMESTAMP
Convert Java Time to Oracle TIMESTAMP.
toBytes(Date) - Static method in class oracle.sql.TIMESTAMP
Convert Java Date to Oracle TIMESTAMP.
toBytes(Timestamp) - Static method in class oracle.sql.TIMESTAMP
Convert Java Timestamp to Oracle Timestamp
toBytes(DATE) - Static method in class oracle.sql.TIMESTAMP
Convert Oracle DATE to Oracle Timestamp
toBytes(String) - Static method in class oracle.sql.TIMESTAMP
Convert Java String to Oracle TIMESTAMP.
toBytes() - Method in class oracle.sql.TIMESTAMPLTZ
Convert Oracle Timestampltz object into a byte array
toBytes(Connection, Time, Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Deprecated.  
toBytes(Connection, Date, Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Deprecated.  
toBytes(Connection, Timestamp, Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Deprecated.  
toBytes(Connection, DATE, Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Deprecated.  
toBytes(Connection, String, Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert Java String to Oracle TIMESTAMPLTZ.
toBytes(Connection, Calendar, Time) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert Java Time to Oracle TIMESTAMPLTZ.
toBytes(Connection, Calendar, Date) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert Java Date to Oracle TIMESTAMPLTZ.
toBytes(Connection, Calendar, Timestamp) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert Java Timestamp to Oracle TIMESTAMPLTZ
toBytes(Connection, Calendar, DATE) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert Oracle DATE to Oracle Timestampltz
toBytes(Connection, Calendar, String) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert Java String to Oracle TIMESTAMPLTZ.
toBytes() - Method in class oracle.sql.TIMESTAMPTZ
Convert Oracle Timestamptz object into a byte array
toBytes(Connection, Date) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java Date to Oracle TIMESTAMPTZ.
toBytes(Connection, Date, Calendar) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java Date to Oracle TIMESTAMPTZ.
toBytes(Connection, Time) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java Time to Oracle TIMESTAMPTZ.
toBytes(Connection, Time, Calendar) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java Time to Oracle TIMESTAMPTZ.
toBytes(Connection, Timestamp) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java Timestamp to Oracle TIMESTAMPTZ
toBytes(Connection, Timestamp, Calendar) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java Timestamp to Oracle TIMESTAMPTZ
toBytes(Connection, DATE) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Oracle DATE to Oracle TIMESTAMPTZ
toBytes(Connection, String) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java String to Oracle TIMESTAMPTZ.
toBytes(Connection, String, Calendar) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java String to Oracle TIMESTAMPTZ.
toDATE(byte[]) - Static method in class oracle.sql.TIMESTAMP
Convert a byte array representing a TIMESTAMP object to a Oracle Date Object
toDATE(Connection, byte[], Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMPLTZ object to a Oracle Date Object
toDATE(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMPLTZ object to a Oracle Date Object
toDATE(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Convert a byte array representing a TIMESTAMPTZ object to a Oracle Date Object
toDate(byte[]) - Static method in class oracle.sql.DATE
Convert Oracle Date to Java Date.
toDate(byte[], Calendar) - Static method in class oracle.sql.DATE
Convert Oracle Date and Calendar to Java Date.
toDate(byte[]) - Static method in class oracle.sql.TIMESTAMP
Convert a byte array representing a TIMESTAMP object to a Java Date Object
toDate(Connection, byte[], Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMPLTZ object to a Java Date Object
toDate(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMPLTZ object to a Java Date Object
toDate(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Convert a byte array representing a TIMESTAMPTZ object to a Java Date Object
toDatum(OracleConnection) - Method in interface oracle.sql.CustomDatum
Called by setOracleObject to extract a Datum.
toDatum(Connection) - Method in interface oracle.sql.ORAData
Extract an oracle.sql.Datum object.
toDouble(byte[]) - Static method in class oracle.sql.NUMBER
Converts an Oracle Number into a Java double.
toFloat(byte[]) - Static method in class oracle.sql.NUMBER
Converts an Oracle Number into a Java float.
toFormattedText(String, String) - Method in class oracle.sql.NUMBER
Returns a new String based on the format specified in fmt and NUMBER.
toHex(long, int) - Static method in class oracle.jdbc.driver.OracleLog
 
toHex(byte) - Static method in class oracle.jdbc.driver.OracleLog
 
toHex(short) - Static method in class oracle.jdbc.driver.OracleLog
 
toHex(int) - Static method in class oracle.jdbc.driver.OracleLog
 
toHex(byte[], int) - Static method in class oracle.jdbc.driver.OracleLog
 
toHex(byte[]) - Static method in class oracle.jdbc.driver.OracleLog
 
toInt(byte[]) - Static method in class oracle.sql.NUMBER
Converts an Oracle Number into a Java int.
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.BINARY_DOUBLE
Convert this data object into its default Java object type.
toJdbc() - Method in class oracle.sql.BINARY_FLOAT
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.DATE
Returns the JDBC representation of the datum object
toJdbc() - Method in class oracle.sql.Datum
Returns the JDBC representation of the datum object
toJdbc() - Method in class oracle.sql.INTERVALDS
Returns the JDBC representation of the INTERVALDS object
toJdbc() - Method in class oracle.sql.INTERVALYM
Returns the JDBC representation of the INTERVALYM object
toJdbc() - Method in class oracle.sql.JAVA_STRUCT
Oracle extension.
toJdbc() - Method in class oracle.sql.NUMBER
Returns the JDBC representation of the datum object
toJdbc() - Method in class oracle.sql.OPAQUE
Returns the JDBC representation of the datum object
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.
toJdbc(Map) - Method in class oracle.sql.STRUCT
Oracle extension.
toJdbc() - Method in class oracle.sql.TIMESTAMP
Returns the JDBC representation of the datum object
toJdbc() - Method in class oracle.sql.TIMESTAMPLTZ
Returns the JDBC representation of the datum object
toJdbc() - Method in class oracle.sql.TIMESTAMPTZ
Returns the JDBC representation of the timestamptz object
toJulianDays(int[], int[]) - Method in class oracle.sql.DATE
Convert to julian days and seconds from the given date.
toLong(byte[]) - Static method in class oracle.sql.NUMBER
Converts an Oracle Number into a Java long.
toNumber() - Method in class oracle.sql.DATE
Converts date to an Oracle Number.
toOracleArray(Map) - Method in class oracle.sql.StructDescriptor
 
toResultSet(ARRAY, long, int, Map, boolean) - Method in class oracle.sql.ArrayDescriptor
 
toResultSetFromImage(ARRAY, long, int, Map) - Method in class oracle.sql.ArrayDescriptor
 
toShort(byte[]) - Static method in class oracle.sql.NUMBER
Converts an Oracle Number into a Java xemacs short.
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.
toString(byte[], int, int) - Method in class oracle.sql.CharacterSetWithConverter
 
toString(byte[]) - Static method in class oracle.sql.DATE
Converts a date to a string
toString(byte[]) - Static method in class oracle.sql.INTERVALDS
Converts a INTERVALDS to a string
toString() - Method in class oracle.sql.INTERVALDS
Converts a INTERVALDS to a string
toString(byte[]) - Static method in class oracle.sql.INTERVALYM
Converts a INTERVALYM to a string
toString() - Method in class oracle.sql.INTERVALYM
Converts a INTERVALYM to a string
toString(byte[]) - Static method in class oracle.sql.NUMBER
Convert an Oracle Number to a Java String.
toString(byte[]) - Static method in class oracle.sql.TIMESTAMP
Converts a TIMESTAMP to a string
toString(Connection, byte[], Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Deprecated.  
toString(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPLTZ
Converts a TIMESTAMP to a string
toString(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Converts a TIMESTAMP to a string
toStringWithReplacement(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.CharacterSetWithConverter
 
toText(String, String) - Method in class oracle.sql.DATE
Convert date to text as specified by fmt.
toText(byte[], String) - Method in class oracle.sql.DATE
Convert date to text as specified by fmt.
toText(int, String) - Method in class oracle.sql.NUMBER
Returns a String with the unformatted representation of NUMBER.
toTime(byte[]) - Static method in class oracle.sql.DATE
Convert Oracle Date to Java Time.
toTime(byte[], Calendar) - Static method in class oracle.sql.DATE
Convert Oracle Date and Calendar to Java Time.
toTime(byte[]) - Static method in class oracle.sql.TIMESTAMP
Convert a byte array representing a TIMESTAMP object to a Java Time Object
toTime(Connection, byte[], Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMPLTZ object to a Java Time Object
toTime(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMPLTZ object to a Java Time Object
toTime(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Convert a byte array representing a TIMESTAMPTZ object to a Java Time Object
toTimestamp(byte[]) - Static method in class oracle.sql.DATE
Convert Oracle Date to Java Timestamp.
toTimestamp(byte[], Calendar) - Static method in class oracle.sql.DATE
Convert Oracle Date and Calendar to Java Timestamp.
toTimestamp(byte[]) - Static method in class oracle.sql.TIMESTAMP
Convert a byte array representing a TIMESTAMP object to a Java Timestamp Object
toTimestamp(Connection, byte[], Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMP object to a Java Timestamp Object
toTimestamp(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMP object to a Java Timestamp Object
toTimestamp(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Convert a byte array representing a TIMESTAMP object to a Java Timestamp Object
transaction_isolation - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
trim(long) - Method in class oracle.sql.BLOB
Deprecated. This method id deprecated -- use truncate
trim(long) - Method in class oracle.sql.CLOB
Deprecated. This method is deprecated. Use truncate().
truncate(long) - Method in class oracle.sql.BLOB
JDBC 3.0 Truncates the BLOB value that this Blob object represents to be len bytes in length.
truncate(long) - Method in class oracle.sql.CLOB
JDBC 3.0 Truncates the CLOB value that this Clob designates to have a length of len characters.
truncate(String) - Method in class oracle.sql.DATE
returns a DATE object with date truncated to specified precision
truncate(int) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the NUMBER value truncated to specified decimal place decimal_place.

U

UCS2_CHARSET - Static variable in class oracle.jdbc.driver.DBConversion
 
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".
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
 
UTF8_CHARSET - Static variable in class oracle.jdbc.driver.DBConversion
 
UTF8_CHARSET - Static variable in class oracle.sql.CharacterSet
 
UTFE_CHARSET - Static variable in class oracle.sql.CharacterSet
 
UTFToJavaChar(byte[], int, int) - Static method in class oracle.sql.CharacterSet
Convert a sequence of bytes in UTF8 to an array of char's.
UTFToJavaCharWithReplacement(byte[], int, int) - Static method in class oracle.sql.CharacterSet
Convert a sequence of bytes in UTF8 to an array of char's.
UTFToString(byte[], int, int) - Static method in class oracle.sql.CharacterSet
Convert a sequence of bytes in UTF8 to a String this function will to allocate the chars array
ucs2BytesToJavaChars(byte[], int, char[]) - Static method in class oracle.jdbc.driver.DBConversion
Convert a UCS-2 byte array into a Java character array.
unMatchedCachedConnAttr - Variable in class oracle.jdbc.pool.OraclePooledConnection
 
unwrap() - Method in interface oracle.jdbc.OracleConnection
Return the wrapping object if any else null
unwrap() - Method in class oracle.jdbc.OracleConnectionWrapper
Unwrap one level.
updateARRAY(int, ARRAY) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateARRAY(String, ARRAY) - Method in interface oracle.jdbc.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(int, 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 interface oracle.jdbc.OracleResultSet
Oracle extension.
updateBFILE(String, BFILE) - Method in interface oracle.jdbc.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.
updateBLOB(int, BLOB) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateBLOB(String, BLOB) - Method in interface oracle.jdbc.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.
updateBfile(int, BFILE) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateBfile(String, BFILE) - Method in interface oracle.jdbc.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.
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(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 interface oracle.jdbc.OracleResultSet
Oracle extension.
updateCHAR(String, CHAR) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateCHAR(int, CHAR) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateCHAR(String, CHAR) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateCLOB(int, CLOB) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateCLOB(String, CLOB) - Method in interface oracle.jdbc.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.
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(String, Clob) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateCustomDatum(int, CustomDatum) - Method in interface oracle.jdbc.OracleResultSet
Deprecated.  
updateCustomDatum(String, CustomDatum) - Method in interface oracle.jdbc.OracleResultSet
Deprecated.  
updateCustomDatum(int, CustomDatum) - Method in class oracle.jdbc.driver.OracleResultSet
Deprecated.  
updateCustomDatum(String, CustomDatum) - Method in class oracle.jdbc.driver.OracleResultSet
Deprecated.  
updateDATE(int, DATE) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateDATE(String, DATE) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateDATE(int, DATE) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateDATE(String, 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.
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.
updateINTERVALDS(int, INTERVALDS) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateINTERVALDS(int, INTERVALDS) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateINTERVALYM(int, INTERVALYM) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateINTERVALYM(int, INTERVALYM) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
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.
updateNUMBER(int, NUMBER) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateNUMBER(String, NUMBER) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateNUMBER(int, NUMBER) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateNUMBER(String, NUMBER) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
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.
updateOPAQUE(int, OPAQUE) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateOPAQUE(String, OPAQUE) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateORAData(int, ORAData) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateORAData(String, ORAData) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateORAData(int, ORAData) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateORAData(String, ORAData) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateObject(int, Object, int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateObject.
updateObject(int, 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.
updateObject(String, Object) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateObject.
updateOracleObject(int, Datum) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateOracleObject(String, Datum) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
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 interface oracle.jdbc.OracleResultSet
Oracle extension.
updateRAW(String, RAW) - Method in interface oracle.jdbc.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 interface oracle.jdbc.OracleResultSet
Oracle extension.
updateREF(String, REF) - Method in interface oracle.jdbc.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.
updateROWID(int, ROWID) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateROWID(String, ROWID) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateROWID(int, ROWID) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateROWID(String, ROWID) - 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.
updateRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.updateRow.
updateSTRUCT(int, STRUCT) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateSTRUCT(String, STRUCT) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateSTRUCT(int, STRUCT) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateSTRUCT(String, STRUCT) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
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.
updateTIMESTAMP(int, TIMESTAMP) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateTIMESTAMP(int, TIMESTAMP) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateTIMESTAMPLTZ(int, TIMESTAMPLTZ) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateTIMESTAMPLTZ(int, TIMESTAMPLTZ) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
updateTIMESTAMPTZ(int, TIMESTAMPTZ) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateTIMESTAMPTZ(int, TIMESTAMPTZ) - 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.
updatesAreDetected(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.updatesAreDetected.
url_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
useFetchSizeWithLongColumn_prop_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
useFetchSizeWithLongColumn_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
user_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
usesLocalFilePerTable() - Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database use a file for each table?
usesLocalFiles() - Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database store tables in a local file?

V

VARBINARY - Static variable in class oracle.jdbc.OracleTypes
 
VARCHAR - Static variable in class oracle.jdbc.OracleTypes
 
VN8MSWIN1258_CHARSET - Static variable in class oracle.sql.CharacterSet
 
VN8VN3_CHARSET - Static variable in class oracle.sql.CharacterSet
 
v8compatible_string - Static variable in class oracle.jdbc.driver.OracleDriver
If the value of this property is "true", JDBC uses an Oracle 8i compatible representation for date data.

W

WARNING - Static variable in class oracle.jdbc.driver.OracleLog
 
WE8BS2000L5_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8BS2000_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8DECTST_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8DEC_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
 
WE8EBCDIC37C_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC37_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC500C_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC500_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
 
WE8MACROMAN8S_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8MACROMAN8_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
 
wasNull() - Method in class oracle.jdbc.driver.OracleCallableStatement
 
wasNull() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.wasNull.

X

XA_OK - Static variable in class oracle.jdbc.xa.OracleXAResource
 
xaLogger - Static variable in class oracle.jdbc.driver.OracleLog
 
xa_trans_loose - Static variable in class oracle.jdbc.driver.OracleDriver
Deprecated. unused

Y

YR0 - Static variable in class oracle.sql.DATE
Year zero does not exist
YUG7ASCII_CHARSET - Static variable in class oracle.sql.CharacterSet
 

Z

ZHS16CGB231280FIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHS16CGB231280_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHS16DBCSFIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHS16DBCS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHS16GBKFIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHS16GBK_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHS16MACCGB231280_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHS16MSWIN936_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHS32GB18030 - Static variable in class oracle.sql.CharacterSet
 
ZHT16BIG5FIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT16BIG5_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT16CCDC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT16DBCSFIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT16DBCS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT16DBT_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT16MSWIN950_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT32EUCFIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT32EUC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT32SOPS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT32TRISFIXED_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT32TRIS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
zero() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to zero.

_

_getMaxCharbyteSize(short) - Method in class oracle.jdbc.driver.DBConversion
 
_getPC() - Method in interface oracle.jdbc.OracleConnection
Return the underlying physical connection if this is a logical connection.
_getPC() - Method in class oracle.jdbc.OracleConnectionWrapper
 

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

Copyright © 1998,2004, Oracle. All rights reserved