Skip navigation links

Oracle Database JDBC Java API Reference
11g Release 2

E13995-03

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


A

ABANDONED_CONNECTION_CALLBACK - Static variable in interface oracle.jdbc.OracleConnection
 
abort() - Method in interface oracle.jdbc.OracleConnection
Calling abort() on an open connection does the following: marks the connection as closed, closes any sockets or other primitive connections to the database, and insures that any thread that is currently accessing the connection will either progress to completion of the JDBC call or throw an exception.
abort() - Method in class oracle.jdbc.OracleConnectionWrapper
 
abs() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the absolute value of NUMBER.
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
 
accessDatum() - Method in class oracle.sql.ANYDATA
Returns the embedded object.
ACCESSMODE_BOTH - Static variable in interface oracle.jdbc.OracleConnection
 
ACCESSMODE_JAVAPROP - Static variable in interface oracle.jdbc.OracleConnection
 
ACCESSMODE_SYSTEMPROP - Static variable in interface oracle.jdbc.OracleConnection
 
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.
addConnectionEventListener(ConnectionEventListener) - Method in class oracle.jdbc.pool.OraclePooledConnection
Add an event listener.
AdditionalDatabaseMetaData - Interface in oracle.jdbc
This interface defines additional Oracle specific methods for DatabaseMetaData.
addJulianDays(int, int) - Method in class oracle.sql.DATE
Add Julian days to a date.
addListener(AQNotificationListener) - Method in interface oracle.jdbc.aq.AQNotificationRegistration
 
addListener(AQNotificationListener, Executor) - Method in interface oracle.jdbc.aq.AQNotificationRegistration
 
addListener(DatabaseChangeListener) - Method in interface oracle.jdbc.dcn.DatabaseChangeRegistration
Register a listener with this registration.
addListener(DatabaseChangeListener, Executor) - Method in interface oracle.jdbc.dcn.DatabaseChangeRegistration
Register a listener with this registration.
addMonths(int) - Method in class oracle.sql.DATE
Add months to a date.
afterClose(Object) - Method in class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
AL16UTF16_CHARSET - Static variable in class oracle.sql.CharacterSet
 
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
 
AL24UTFFSS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AL32UTF8_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AL32UTF8ToJavaChar(byte[], int, int, boolean) - 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.
AL32UTF8ToString(byte[], int, int, boolean) - Static method in class oracle.sql.CharacterSet
 
ALL_CONNECTION_CALLBACKS - Static variable in interface oracle.jdbc.OracleConnection
 
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?
ANYDATA - Class in oracle.sql
This class is the Java mapping of the SYS.ANYDATA SQL type.
ANYDATASETTOID - Static variable in class oracle.sql.TypeDescriptor
 
ANYDATATOID - Static variable in class oracle.sql.TypeDescriptor
 
ANYTYPETOID - Static variable in class oracle.sql.TypeDescriptor
 
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
 
AQAgent - Interface in oracle.jdbc.aq
An Agent represents and identifies a user of the queue, either producer or consumer of the message, either an end-user or an application.
AQDequeueOptions - Class in oracle.jdbc.aq
Specifies the options available for the dequeue operation.
AQDequeueOptions() - Constructor for class oracle.jdbc.aq.AQDequeueOptions
Constructs the default dequeue options.
AQDequeueOptions.DeliveryFilter - Enum in oracle.jdbc.aq
 
AQDequeueOptions.DequeueMode - Enum in oracle.jdbc.aq
 
AQDequeueOptions.NavigationOption - Enum in oracle.jdbc.aq
 
AQDequeueOptions.VisibilityOption - Enum in oracle.jdbc.aq
 
AQEnqueueOptions - Class in oracle.jdbc.aq
Specifies the options available for the enqueue operation.
AQEnqueueOptions() - Constructor for class oracle.jdbc.aq.AQEnqueueOptions
Construct the default enqueue options.
AQEnqueueOptions.DeliveryMode - Enum in oracle.jdbc.aq
 
AQEnqueueOptions.SequenceDeviationOption - Enum in oracle.jdbc.aq
 
AQEnqueueOptions.VisibilityOption - Enum in oracle.jdbc.aq
 
AQFactory - Class in oracle.jdbc.aq
Factory class for AQ.
AQFactory() - Constructor for class oracle.jdbc.aq.AQFactory
 
AQMessage - Interface in oracle.jdbc.aq
A message is the unit that is enqueued or dequeued.
AQMessageProperties - Interface in oracle.jdbc.aq
This interface contains the message properties such as Correlation, Sender, Delay and Expiration, Recipients, and Priority and Ordering.
AQMessageProperties.DeliveryMode - Enum in oracle.jdbc.aq
 
AQMessageProperties.MessageState - Enum in oracle.jdbc.aq
 
AQNotificationEvent - Class in oracle.jdbc.aq
An AQNotificationEvent will be created whenever a new message is enqueued in a queue for which you have registered your interest (see OracleConnection.registerAQNotification).
AQNotificationEvent.AdditionalEventType - Enum in oracle.jdbc.aq
 
AQNotificationEvent.EventType - Enum in oracle.jdbc.aq
 
AQNotificationListener - Interface in oracle.jdbc.aq
The listener interface for receiving AQ notification events.
AQNotificationRegistration - Interface in oracle.jdbc.aq
This class represents your interest in being notified when a new message is enqueued in a particular queue.
AR8ADOS710_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ADOS710T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ADOS720_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ADOS720T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8APTEC715_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8APTEC715T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ARABICMAC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ARABICMACS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ARABICMACT_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ASMO708PLUS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8ASMO8X_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8EBCDIC420S_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
 
AR8MSWIN1256_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8MUSSAD768_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8MUSSAD768T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8NAFITHA711_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8NAFITHA711T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8NAFITHA721_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8NAFITHA721T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8SAKHR706_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8SAKHR707_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8SAKHR707T_CHARSET - Static variable in class oracle.sql.CharacterSet
 
AR8XBASIC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
archive(int, int, String) - Method in interface oracle.jdbc.OracleConnection
Deprecated. This method will be removed in a future version.
archive(int, int, String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
argument() - Static method in class oracle.jdbc.driver.OracleLog
 
argument(boolean) - Static method in class oracle.jdbc.driver.OracleLog
 
argument(byte) - Static method in class oracle.jdbc.driver.OracleLog
 
argument(short) - Static method in class oracle.jdbc.driver.OracleLog
 
argument(int) - Static method in class oracle.jdbc.driver.OracleLog
 
argument(long) - Static method in class oracle.jdbc.driver.OracleLog
 
argument(float) - Static method in class oracle.jdbc.driver.OracleLog
 
argument(double) - Static method in class oracle.jdbc.driver.OracleLog
 
argument(Object) - Static method in class oracle.jdbc.driver.OracleLog
 
ARRAY - Static variable in class oracle.jdbc.OracleTypes
 
ARRAY - Class in oracle.sql
This class has two roles.
ARRAY(ArrayDescriptor, Connection, Object) - Constructor for class oracle.sql.ARRAY
Constructor.
ArrayDescriptor - Class in oracle.sql
Describes an array class.
ASCII_CHARSET - Static variable in class oracle.sql.CharacterSet
 
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
 
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).
AttributeDescriptor - Class in oracle.sql
 
AZ8ISO8859P9E_CHARSET - Static variable in class oracle.sql.CharacterSet
 

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
beforeClose(OracleConnection, Object) - Method in class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
BFILE - Static variable in class oracle.jdbc.OracleTypes
 
BFILE - Class in oracle.sql
A class for Oracle specific data type 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
bigDecimalValue() - Method in class oracle.sql.BINARY_DOUBLE
Convert this to a BigDecimal type.
bigDecimalValue() - Method in class oracle.sql.BINARY_FLOAT
Convert this to a BigDecimal type.
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.
BIGINT - Static variable in class oracle.jdbc.OracleTypes
 
bigIntegerValue() - Method in class oracle.sql.NUMBER
Calls toBigInteger to convert internal Oracle Number to a Java BigInteger.
BINARY - Static variable in class oracle.jdbc.OracleTypes
 
BINARY_DOUBLE - Static variable in class oracle.jdbc.OracleTypes
 
BINARY_DOUBLE - Class in oracle.sql
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_DOUBLE(String) - Constructor for class oracle.sql.BINARY_DOUBLE
Construct a BINARY_DOUBLE from an instance of java.lang.String.
BINARY_DOUBLE(Boolean) - Constructor for class oracle.sql.BINARY_DOUBLE
Construct a BINARY_DOUBLE from an instance of java.lang.Boolean.
BINARY_FLOAT - Static variable in class oracle.jdbc.OracleTypes
 
BINARY_FLOAT - Class in oracle.sql
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.
BINARY_FLOAT(String) - Constructor for class oracle.sql.BINARY_FLOAT
Construct a BINARY_FLOAT from an instance of java.lang.String.
BINARY_FLOAT(Boolean) - Constructor for class oracle.sql.BINARY_FLOAT
Construct a BINARY_FLOAT from an instance of java.lang.Boolean
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
BIT - Static variable in class oracle.jdbc.OracleTypes
 
BLOB - Static variable in class oracle.jdbc.OracleTypes
 
BLOB - Class in oracle.sql
This class implements the java.sql.Blob interface in JDBC 2.0
BLT8CP921_CHARSET - Static variable in class oracle.sql.CharacterSet
 
BLT8EBCDIC1112_CHARSET - Static variable in class oracle.sql.CharacterSet
 
BLT8EBCDIC1112S_CHARSET - Static variable in class oracle.sql.CharacterSet
 
BLT8ISO8859P13_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.
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.
BSC - Static variable in class oracle.sql.DATE
Bad second: above range
BSCL - Static variable in class oracle.sql.DATE
Bad second: below range
BYR - Static variable in class oracle.sql.DATE
Bad year: above range
BYRL - Static variable in class oracle.sql.DATE
Bad year: below range
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
 
cachedConnectionAttributes - Variable in class oracle.jdbc.pool.OraclePooledConnection
 
callbackFn(Connection, Object, int, int) - Method in interface oracle.jdbc.OracleOCIFailover
 
cancel() - Method in interface oracle.jdbc.OracleConnection
Performs an immediate (asynchronous) termination of any currently executing operation on this connection.
cancel() - Method in class oracle.jdbc.OracleConnectionWrapper
 
ccFactory - Static variable in class oracle.sql.CharacterSetWithConverter
 
CDN8PC863_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CE8BS2000_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ceil() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the ceiling of NUMBER value.
CEL8ISO8859P14_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 in oracle.sql
The Oracle specific representation of characters.
CHAR(String, CharacterSet, int) - Constructor for class oracle.sql.CHAR
Constructor for CHAR.
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.
CharacterBuffer - Class in oracle.sql
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 in oracle.sql
This class encapsulates methods and attributes of the character sets defined by Oracle.
CharacterSetWithConverter - Class in oracle.sql
This is an abstract base class that all character sets that use CharacterConverter are based on.
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
CharacterWalker - Class in oracle.sql
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.
charsToUcs2Bytes(char[], int, int) - Static method in class oracle.jdbc.driver.OracleLog
Deprecated. when using jdk 1.4. Use java.util.logging instead.
checkValidity(byte[]) - Static method in class oracle.sql.DATE
Checks the DATE passed in.
CL8BS2000_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8EBCDIC1025_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8EBCDIC1025C_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8EBCDIC1025R_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8EBCDIC1025S_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8EBCDIC1025X_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8EBCDIC1158_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8EBCDIC1158R_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8ISO8859P5_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8ISOIR111_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8KOI8R_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8KOI8U_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8MACCYRILLIC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8MACCYRILLICS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
CL8MSWIN1251_CHARSET - Static variable in class oracle.sql.CharacterSet
 
clear() - Method in interface oracle.jdbc.OracleResultSetCache
Remove all data from the cache.
clearAllApplicationContext(String) - Method in interface oracle.jdbc.OracleConnection
Clear all the attribute/value information in a namespace.
clearAllApplicationContext(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
clearDefines() - Method in interface oracle.jdbc.OracleStatement
Lets you clear previously defined types for the define-columns of this statement.
clearWarnings() - Method in class oracle.jdbc.OracleConnectionWrapper
 
CLOB - Static variable in class oracle.jdbc.OracleTypes
 
CLOB - Class in oracle.sql
This class implements java.sql.Clob interface in JDBC.2.0.
CLOB(OracleConnection, byte[], short) - Constructor for class oracle.sql.CLOB
 
clone() - Method in class oracle.sql.REF
 
close() - Method in interface oracle.jdbc.OracleBfile
Close a previously opened external LOB.
close() - Method in interface oracle.jdbc.OracleBlob
Close a previously opened BLOB.
close() - Method in interface oracle.jdbc.OracleClob
Close a previously opened CLOB.
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 interface oracle.jdbc.pool.OracleConnectionCache
Close the connection cache.
close() - Method in class oracle.jdbc.pool.OracleDataSource
Deprecated. Use Oracle Universal Connection Pool instead.

Close DataSource API. This removes the associated Connection Cache and frees resources. This must be the last method to invoke, after the user is finished using a cache enabled DataSource.

close() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
This will destroy the connection pool, and close all the connections opened from this data source.
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.
close_callback_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
CLOSE_CURSORS_AT_COMMIT - Static variable in interface oracle.jdbc.OracleResultSet
 
closeArchiveforInsert() - Method in class oracle.sql.ConverterArchive
 
closeArchiveforRead() - Method in class oracle.sql.ConverterArchive
 
closeFile() - Method in interface oracle.jdbc.OracleBfile
Close the FILE.
closeFile() - Method in class oracle.sql.BFILE
Close the FILE.
closeOption - Variable in class oracle.jdbc.pool.OraclePooledConnection
 
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.
closeWithKey(String) - Method in interface oracle.jdbc.OracleStatement
The underlying cursor is not closed and the Statement handle is cached on the Key.
commit(EnumSet<OracleConnection.CommitOption>) - Method in interface oracle.jdbc.OracleConnection
Commits the transaction with the given options.
commit() - Method in class oracle.jdbc.OracleConnectionWrapper
 
commit(EnumSet<OracleConnection.CommitOption>) - Method in class oracle.jdbc.OracleConnectionWrapper
 
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
commit() -- Commit work done by global transaction specified by xid.
commit(Xid, boolean) - Method in class oracle.jdbc.xa.OracleXAResource
commit() -- Commit work done by global transaction specified by xid.
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_auto_commit_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
CONNECTION_ID - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNECTION_POOL - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
connection_properties_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
CONNECTION_PROPERTY_ACCUMULATE_BATCH_RESULT - Static variable in interface oracle.jdbc.OracleConnection
When using Oracle style batching, JDBC determines when to flush a batch to the database.
CONNECTION_PROPERTY_ACCUMULATE_BATCH_RESULT_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_ACCUMULATE_BATCH_RESULT_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_AUTOCOMMIT - Static variable in interface oracle.jdbc.OracleConnection
Use this connection property to change the default value of autoCommit.
CONNECTION_PROPERTY_AUTOCOMMIT_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_AUTOCOMMIT_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_COMMIT_OPTION - Static variable in interface oracle.jdbc.OracleConnection
This connection property lets you define a default commit option that will be used when calling connection.commit();.
CONNECTION_PROPERTY_COMMIT_OPTION_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_COMMIT_OPTION_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_CONVERT_NCHAR_LITERALS - Static variable in interface oracle.jdbc.OracleConnection
Convert NCHAR literals to Unicode literals when equal "true".
CONNECTION_PROPERTY_CONVERT_NCHAR_LITERALS_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_CONVERT_NCHAR_LITERALS_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_CREATE_DESCRIPTOR_USE_CURRENT_SCHEMA_FOR_SCHEMA_NAME - Static variable in interface oracle.jdbc.OracleConnection
The user has to provide fully qualified ADT name ([username].[adt name]) for all ADT operations.
CONNECTION_PROPERTY_CREATE_DESCRIPTOR_USE_CURRENT_SCHEMA_FOR_SCHEMA_NAME_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_CREATE_DESCRIPTOR_USE_CURRENT_SCHEMA_FOR_SCHEMA_NAME_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DATABASE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DATABASE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DATABASE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DEFAULT_EXECUTE_BATCH - Static variable in interface oracle.jdbc.OracleConnection
The value of this property is used as the default batch size when using Oracle style batching.
CONNECTION_PROPERTY_DEFAULT_EXECUTE_BATCH_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DEFAULT_EXECUTE_BATCH_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DEFAULT_LOB_PREFETCH_SIZE - Static variable in interface oracle.jdbc.OracleConnection
The value of this property is used as the default LOB prefetch size for this connection.
CONNECTION_PROPERTY_DEFAULT_LOB_PREFETCH_SIZE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DEFAULT_LOB_PREFETCH_SIZE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DEFAULT_ROW_PREFETCH - Static variable in interface oracle.jdbc.OracleConnection
The value of this property is used as the default number of rows to prefetch.
CONNECTION_PROPERTY_DEFAULT_ROW_PREFETCH_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DEFAULT_ROW_PREFETCH_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DEFAULT_USE_NIO - Static variable in interface oracle.jdbc.OracleConnection
In case of Jdbc-OCI drivers the data is copied from C layer to Java using Jni array copy api.
CONNECTION_PROPERTY_DEFAULT_USE_NIO_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DEFAULT_USE_NIO_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DEFAULTNCHAR - Static variable in interface oracle.jdbc.OracleConnection
If the value of this property is "true", the default mode for all character data columns will be NCHAR.
CONNECTION_PROPERTY_DEFAULTNCHAR_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DEFAULTNCHAR_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DISABLE_DEFINECOLUMNTYPE - Static variable in interface oracle.jdbc.OracleConnection
Disable the method OracleStatement.defineColumnType when equal "true".
CONNECTION_PROPERTY_DISABLE_DEFINECOLUMNTYPE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DISABLE_DEFINECOLUMNTYPE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DRIVER_NAME_ATTRIBUTE - Static variable in interface oracle.jdbc.OracleConnection
The value passed to the server for the OCI_ATTR_DRIVER_NAME.
CONNECTION_PROPERTY_DRIVER_NAME_ATTRIBUTE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_DRIVER_NAME_ATTRIBUTE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_EDITION_NAME - Static variable in interface oracle.jdbc.OracleConnection
This connection property can be used to specify a name for the "session edition".
CONNECTION_PROPERTY_EDITION_NAME_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_EDITION_NAME_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_ENABLE_DATA_IN_LOCATOR - Static variable in interface oracle.jdbc.OracleConnection
The value of this property is used to control the use of the Data in Locator feature of the server.
CONNECTION_PROPERTY_ENABLE_DATA_IN_LOCATOR_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_ENABLE_DATA_IN_LOCATOR_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_ENABLE_READ_DATA_IN_LOCATOR - Static variable in interface oracle.jdbc.OracleConnection
The value of this property is used to control the use of the Data in Locator feature by the client.
CONNECTION_PROPERTY_ENABLE_READ_DATA_IN_LOCATOR_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_ENABLE_READ_DATA_IN_LOCATOR_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_ENABLE_TEMP_LOB_REF_COUNT - Static variable in interface oracle.jdbc.OracleConnection
By default the JDBC thin driver counts the temp LOB references and only closes them on the server when this count is down to zero.
CONNECTION_PROPERTY_ENABLE_TEMP_LOB_REF_COUNT_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_ENABLE_TEMP_LOB_REF_COUNT_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_FIXED_STRING - Static variable in interface oracle.jdbc.OracleConnection
If the value of this property is "true", JDBC will use FIXED CHAR semantic when setObject is called with a String argument.
CONNECTION_PROPERTY_FIXED_STRING_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_FIXED_STRING_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_IMPLICIT_STATEMENT_CACHE_SIZE - Static variable in interface oracle.jdbc.OracleConnection
The maximum number of statements that will be stored in this connection's statement cache.
CONNECTION_PROPERTY_IMPLICIT_STATEMENT_CACHE_SIZE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_IMPLICIT_STATEMENT_CACHE_SIZE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_INCLUDE_SYNONYMS - Static variable in interface oracle.jdbc.OracleConnection
If the value of this property is "true", JDBC will include synonyms when getting information about a column.
CONNECTION_PROPERTY_INCLUDE_SYNONYMS_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_INCLUDE_SYNONYMS_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_INTERNAL_LOGON - Static variable in interface oracle.jdbc.OracleConnection
The value of this property is used as the user name when performing an internal logon.
CONNECTION_PROPERTY_INTERNAL_LOGON_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_INTERNAL_LOGON_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_J2EE13_COMPLIANT - Static variable in interface oracle.jdbc.OracleConnection
If the value of this property is "true", JDBC uses strict compliance for some edge cases.
CONNECTION_PROPERTY_J2EE13_COMPLIANT_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_J2EE13_COMPLIANT_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_LOB_STREAM_POS_STANDARD_COMPLIANT - Static variable in interface oracle.jdbc.OracleConnection
Previous releases allowed the value of 0L to be set for the position parameter of Blob.setBinaryStream and Clob.setAsciiStream and setCharacterStream which is not correct in the specification.
CONNECTION_PROPERTY_LOB_STREAM_POS_STANDARD_COMPLIANT_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_LOB_STREAM_POS_STANDARD_COMPLIANT_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_MAP_DATE_TO_TIMESTAMP - Static variable in interface oracle.jdbc.OracleConnection
This connection property lets you define how the driver will map SQL DATE values in the database to Java types.
CONNECTION_PROPERTY_MAP_DATE_TO_TIMESTAMP_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_MAP_DATE_TO_TIMESTAMP_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_MAX_CACHED_BUFFER_SIZE - Static variable in interface oracle.jdbc.OracleConnection
The log base 2 of the size of the largest internal char or byte data buffer that the driver should cache.
CONNECTION_PROPERTY_MAX_CACHED_BUFFER_SIZE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_MAX_CACHED_BUFFER_SIZE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_NET_KEEPALIVE - Static variable in interface oracle.jdbc.OracleConnection
Sets keepAlive on the Connection Socket.
CONNECTION_PROPERTY_NET_KEEPALIVE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_NET_KEEPALIVE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_DRIVER_CHARSET - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_DRIVER_CHARSET_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_DRIVER_CHARSET_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_ENV_HANDLE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_ENV_HANDLE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_ENV_HANDLE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_ERR_HANDLE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_ERR_HANDLE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_ERR_HANDLE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_SVC_CTX_HANDLE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_SVC_CTX_HANDLE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_OCI_SVC_CTX_HANDLE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PASSWORD - Static variable in interface oracle.jdbc.OracleConnection
The value of this property is used as the password when connecting to the database.
CONNECTION_PROPERTY_PASSWORD_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PASSWORD_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PRELIM_AUTH - Static variable in interface oracle.jdbc.OracleConnection
If this property is set to "true", JDBC drivers connect in PRELIM_AUTH mode, which is the only mode that is permitted when the database is down.
CONNECTION_PROPERTY_PRELIM_AUTH_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PRELIM_AUTH_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PROCESS_ESCAPES - Static variable in interface oracle.jdbc.OracleConnection
If the value of this property is "false" then the default setting for Statement.setEscapeProccessing is false.
CONNECTION_PROPERTY_PROCESS_ESCAPES_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PROCESS_ESCAPES_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PROTOCOL - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PROTOCOL_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PROTOCOL_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PROXY_CLIENT_NAME - Static variable in interface oracle.jdbc.OracleConnection
The value of this property is used to specify the name of the proxy client during proxy authentication.
CONNECTION_PROPERTY_PROXY_CLIENT_NAME_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_PROXY_CLIENT_NAME_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_REPORT_REMARKS - Static variable in interface oracle.jdbc.OracleConnection
If the value of this property is "true", OracleDatabaseMetaData will include remarks in the meta data.
CONNECTION_PROPERTY_REPORT_REMARKS_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_REPORT_REMARKS_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_RESOURCE_MANAGER_ID - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_RESOURCE_MANAGER_ID_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_RESOURCE_MANAGER_ID_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_RESTRICT_GETTABLES - Static variable in interface oracle.jdbc.OracleConnection
If the value of this property is "true", JDBC will return a more refined value for DatabaseMeta.getTables.
CONNECTION_PROPERTY_RESTRICT_GETTABLES_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_RESTRICT_GETTABLES_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_RETAIN_V9_BIND_BEHAVIOR - Static variable in interface oracle.jdbc.OracleConnection
This is applicable only for the thin driver.
CONNECTION_PROPERTY_RETAIN_V9_BIND_BEHAVIOR_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_RETAIN_V9_BIND_BEHAVIOR_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_SERVER - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_SERVER_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_SERVER_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_SET_FLOAT_AND_DOUBLE_USE_BINARY - Static variable in interface oracle.jdbc.OracleConnection
If the value of this property is "true", the JDBC PreparedStatement setFloat and setDouble API's convert float and double values to the internal binary format for BINARY_FLOAT or BINARY_DOUBLE before sending to the database.
CONNECTION_PROPERTY_SET_FLOAT_AND_DOUBLE_USE_BINARY_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_SET_FLOAT_AND_DOUBLE_USE_BINARY_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_SET_NEW_PASSWORD - Static variable in interface oracle.jdbc.OracleConnection
Property which sets enables the user to set a new password during connection.
CONNECTION_PROPERTY_SET_NEW_PASSWORD_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_SET_NEW_PASSWORD_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_STREAM_CHUNK_SIZE - Static variable in interface oracle.jdbc.OracleConnection
Stream chunk size for input streams.
CONNECTION_PROPERTY_STREAM_CHUNK_SIZE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_STREAM_CHUNK_SIZE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_STRICT_ASCII_CONVERSION - Static variable in interface oracle.jdbc.OracleConnection
The Oracle JDBC has been doing quick ASCII conversion (use only the low bytes) in different areas for the sake of performance.
CONNECTION_PROPERTY_STRICT_ASCII_CONVERSION_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_STRICT_ASCII_CONVERSION_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_FORCE_DNS_LOAD_BALANCING - Static variable in interface oracle.jdbc.OracleConnection
When a hostname resolves to multiple addresses, the JDBC thin driver retrieves an array of addresses by calling "InetAddress.getAllByName()" and attempts to connect to first address in the array.
CONNECTION_PROPERTY_THIN_FORCE_DNS_LOAD_BALANCING_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_FORCE_DNS_LOAD_BALANCING_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_KEYSTORE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_KEYSTORE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_KEYSTORE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_KEYSTOREPASSWORD - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_KEYSTOREPASSWORD_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_KEYSTOREPASSWORD_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_KEYSTORETYPE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_KEYSTORETYPE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_KEYSTORETYPE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_TRUSTSTORE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_TRUSTSTORE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_TRUSTSTORE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_TRUSTSTOREPASSWORD - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_TRUSTSTOREPASSWORD_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_TRUSTSTOREPASSWORD_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_TRUSTSTORETYPE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_TRUSTSTORETYPE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_JAVAX_NET_SSL_TRUSTSTORETYPE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_CONTEXT_INITIAL - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_CONTEXT_INITIAL_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_CONTEXT_INITIAL_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_PROVIDER_URL - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_PROVIDER_URL_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_PROVIDER_URL_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_SECURITY_AUTHENTICATION - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_SECURITY_AUTHENTICATION_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_SECURITY_AUTHENTICATION_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_SECURITY_CREDENTIALS - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_SECURITY_CREDENTIALS_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_SECURITY_CREDENTIALS_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_SECURITY_PRINCIPAL - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_SECURITY_PRINCIPAL_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NAMING_SECURITY_PRINCIPAL_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_AUTHENTICATION_KRB5_CC_NAME - Static variable in interface oracle.jdbc.OracleConnection
Use this connection property to specify the location of the Kerberos credential cache.
CONNECTION_PROPERTY_THIN_NET_AUTHENTICATION_KRB5_CC_NAME_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_AUTHENTICATION_KRB5_CC_NAME_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_AUTHENTICATION_KRB5_MUTUAL - Static variable in interface oracle.jdbc.OracleConnection
To turn on Kerberos mutual authentication, set this property to "true".
CONNECTION_PROPERTY_THIN_NET_AUTHENTICATION_KRB5_MUTUAL_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_AUTHENTICATION_KRB5_MUTUAL_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_AUTHENTICATION_SERVICES - Static variable in interface oracle.jdbc.OracleConnection
Use this connection property to turn on the authentication adaptors.
CONNECTION_PROPERTY_THIN_NET_AUTHENTICATION_SERVICES_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_AUTHENTICATION_SERVICES_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_CHECKSUM_LEVEL - Static variable in interface oracle.jdbc.OracleConnection
Use this property to specify the level of security for the integrity service.
CONNECTION_PROPERTY_THIN_NET_CHECKSUM_LEVEL_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_CHECKSUM_LEVEL_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_CHECKSUM_TYPES - Static variable in interface oracle.jdbc.OracleConnection
Use this connection property to specify the list of integrity algorithms that you want to activate.
CONNECTION_PROPERTY_THIN_NET_CHECKSUM_TYPES_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_CHECKSUM_TYPES_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_CONNECT_TIMEOUT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_CONNECT_TIMEOUT_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_CONNECT_TIMEOUT_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_CRYPTO_SEED - Static variable in interface oracle.jdbc.OracleConnection
Use this connection property to specify the encryption seed (between 10 and 70 random characters).
CONNECTION_PROPERTY_THIN_NET_CRYPTO_SEED_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_CRYPTO_SEED_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_DISABLE_OUT_OF_BAND_BREAK - Static variable in interface oracle.jdbc.OracleConnection
Thin uses out of band breaks by default from 11g onwards.
CONNECTION_PROPERTY_THIN_NET_DISABLE_OUT_OF_BAND_BREAK_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_DISABLE_OUT_OF_BAND_BREAK_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_ENABLE_SDP - Static variable in interface oracle.jdbc.OracleConnection
Set to true to enable SDP transport.
CONNECTION_PROPERTY_THIN_NET_ENABLE_SDP_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_ENABLE_SDP_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_ENCRYPTION_LEVEL - Static variable in interface oracle.jdbc.OracleConnection
Use this property to specify the level of security for the encryption service.
CONNECTION_PROPERTY_THIN_NET_ENCRYPTION_LEVEL_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_ENCRYPTION_LEVEL_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_ENCRYPTION_TYPES - Static variable in interface oracle.jdbc.OracleConnection
Use this connection property to specify the list of encryption algorithms that you want to activate.
CONNECTION_PROPERTY_THIN_NET_ENCRYPTION_TYPES_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_ENCRYPTION_TYPES_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_OLDSYNTAX - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_OLDSYNTAX_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_OLDSYNTAX_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_PROFILE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_PROFILE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_PROFILE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_USE_ZERO_COPY_IO - Static variable in interface oracle.jdbc.OracleConnection
The thin driver uses the zero-copy IO codepath for SecureFile Lobs by default from 11gR2 onwards.
CONNECTION_PROPERTY_THIN_NET_USE_ZERO_COPY_IO_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_NET_USE_ZERO_COPY_IO_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_READ_TIMEOUT - Static variable in interface oracle.jdbc.OracleConnection
Read timeout while reading from the socket.
CONNECTION_PROPERTY_THIN_READ_TIMEOUT_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_READ_TIMEOUT_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_CIPHER_SUITES - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_CIPHER_SUITES_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_CIPHER_SUITES_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_KEYMANAGERFACTORY_ALGORITHM - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_KEYMANAGERFACTORY_ALGORITHM_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_KEYMANAGERFACTORY_ALGORITHM_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_SERVER_DN_MATCH - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_SERVER_DN_MATCH_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_SERVER_DN_MATCH_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_TRUSTMANAGERFACTORY_ALGORITHM - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_TRUSTMANAGERFACTORY_ALGORITHM_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_TRUSTMANAGERFACTORY_ALGORITHM_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_VERSION - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_VERSION_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_SSL_VERSION_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_TCP_NO_DELAY - Static variable in interface oracle.jdbc.OracleConnection
If the value of this property is "true", the TCP_NODELAY property is set on the socket when using the Thin driver.
CONNECTION_PROPERTY_THIN_TCP_NO_DELAY_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_TCP_NO_DELAY_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_ENAME - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_ENAME_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_ENAME_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_INAME - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_INAME_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_INAME_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_MACHINE - Static variable in interface oracle.jdbc.OracleConnection
Use this connection property to change the value that will show up in the "machine" column of the "v$session" table for this connection.
CONNECTION_PROPERTY_THIN_VSESSION_MACHINE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_MACHINE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_OSUSER - Static variable in interface oracle.jdbc.OracleConnection
By default, the driver retrieves the OS username from the "user.name" system property which is set by the JVM.
CONNECTION_PROPERTY_THIN_VSESSION_OSUSER_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_OSUSER_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_PROCESS - Static variable in interface oracle.jdbc.OracleConnection
Use this connection property to change the value that will show up in the "process" column of the "v$session" table for this connection.
CONNECTION_PROPERTY_THIN_VSESSION_PROCESS_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_PROCESS_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_PROGRAM - Static variable in interface oracle.jdbc.OracleConnection
Use this connection property to change the value that will show up in the "program" column of the "v$session" table for this connection.
CONNECTION_PROPERTY_THIN_VSESSION_PROGRAM_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_PROGRAM_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_TERMINAL - Static variable in interface oracle.jdbc.OracleConnection
Use this connection property to change the value that will show up in the "terminal" column of the "v$session" table for this connection.
CONNECTION_PROPERTY_THIN_VSESSION_TERMINAL_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_THIN_VSESSION_TERMINAL_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_TIMESTAMPTZ_IN_GMT - Static variable in interface oracle.jdbc.OracleConnection
Obtain TIMESTAMP WITH TIME ZONE value in GMT than adjusting the same to local time zone.
CONNECTION_PROPERTY_TIMESTAMPTZ_IN_GMT_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_TIMESTAMPTZ_IN_GMT_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_TIMEZONE_AS_REGION - Static variable in interface oracle.jdbc.OracleConnection
Use JVM default timezone as specified rather than convert to a GMT offset.
CONNECTION_PROPERTY_TIMEZONE_AS_REGION_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_TIMEZONE_AS_REGION_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_USE_1900_AS_YEAR_FOR_TIME - Static variable in interface oracle.jdbc.OracleConnection
setTime used to set the date component to 01 Jan, 1900 by default in earlier versions (version < 10g).
CONNECTION_PROPERTY_USE_1900_AS_YEAR_FOR_TIME_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_USE_1900_AS_YEAR_FOR_TIME_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_USE_FETCH_SIZE_WITH_LONG_COLUMN - Static variable in interface oracle.jdbc.OracleConnection
If the value of this property is "true", then JDBC will prefetch rows even though there is a LONG or LONG RAW column in the result.
CONNECTION_PROPERTY_USE_FETCH_SIZE_WITH_LONG_COLUMN_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_USE_FETCH_SIZE_WITH_LONG_COLUMN_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_USE_THREADLOCAL_BUFFER_CACHE - Static variable in interface oracle.jdbc.OracleConnection
If true, the statement data buffers are cached on a per thread basis.
CONNECTION_PROPERTY_USE_THREADLOCAL_BUFFER_CACHE_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_USE_THREADLOCAL_BUFFER_CACHE_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_USER_NAME - Static variable in interface oracle.jdbc.OracleConnection
The value of this property is used as the user name when connecting to the database.
CONNECTION_PROPERTY_USER_NAME_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_USER_NAME_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_WALLET_LOCATION - Static variable in interface oracle.jdbc.OracleConnection
Use this property to specify the wallet location.
CONNECTION_PROPERTY_WALLET_LOCATION_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_WALLET_LOCATION_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_WALLET_PASSWORD - Static variable in interface oracle.jdbc.OracleConnection
Use this property to set the wallet password which is only required if you don't enable enable auto-login in the wallet.
CONNECTION_PROPERTY_WALLET_PASSWORD_ACCESSMODE - Static variable in interface oracle.jdbc.OracleConnection
 
CONNECTION_PROPERTY_WALLET_PASSWORD_DEFAULT - Static variable in interface oracle.jdbc.OracleConnection
 
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
 
connectionClosed(OracleOCIConnection) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
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
 
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.
convertDatum(Datum) - Static method in class oracle.sql.ANYDATA
Constructs an ANYDATA instance from any instance of Datum.
ConverterArchive - Class in oracle.sql
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
 
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.
convertJavaCharsToASCIIBytes(char[], int, byte[], int, int, boolean) - Static method in class oracle.sql.CharacterSet
 
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.
convertUnshared(CharacterSet, byte[], int, int) - Method in class oracle.sql.CharacterSet
Converts bytes in some representation to oracleId 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.
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(Object, int) - Method in interface oracle.jdbc.OracleDataFactory
Create an OracleData from a jdbc Object
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
createAQAgent() - Static method in class oracle.jdbc.aq.AQFactory
Constructs a new AQ agent.
createAQMessage(AQMessageProperties) - Static method in class oracle.jdbc.aq.AQFactory
Constructs a new AQMessage with given mess properties.
createAQMessageProperties() - Static method in class oracle.jdbc.aq.AQFactory
Constructs a new instance of AQMessageProperties.
createARRAY(String, Object) - Method in interface oracle.jdbc.OracleConnection
Creates an ARRAY object with the given type name and elements.
createARRAY(String, Object) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates an ARRAY object with the given type name and elements.
createBINARY_DOUBLE(double) - Method in interface oracle.jdbc.OracleConnection
Creates a BINARY_DOUBLE that has the given value.
createBINARY_DOUBLE(double) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a BINARY_DOUBLE that has the given value.
createBINARY_FLOAT(float) - Method in interface oracle.jdbc.OracleConnection
Creates a BINARY_FLOAT that has the given value.
createBINARY_FLOAT(float) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a BINARY_FLOAT that has the given value.
createCache(OracleDataSource, Properties) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Creates a connection cache using an auto-generated Connection Cache name, and the supplied Connection Cache Properties. The Connection Cache created is associated with the DataSource Object provided.
createCache(String, OracleDataSource, Properties) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Creates a connection cache using the supplied Connection Cache name, and the Connection Cache Properties. The Connection Cache created is associated with the DataSource Object provided.
createDATE(Date) - Method in interface oracle.jdbc.OracleConnection
Creates a DATE that has the given value.
createDATE(Time) - Method in interface oracle.jdbc.OracleConnection
Creates a DATE that has the given value.
createDATE(Timestamp) - Method in interface oracle.jdbc.OracleConnection
Creates a DATE that has the given value.
createDATE(Date, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a DATE that has the given value.
createDATE(Time, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a DATE that has the given value.
createDATE(Timestamp, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a DATE that has the given value.
createDATE(String) - Method in interface oracle.jdbc.OracleConnection
Creates a DATE that has the given value.
createDATE(Date) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a DATE that has the given value.
createDATE(Time) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a DATE that has the given value.
createDATE(Timestamp) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a DATE that has the given value.
createDATE(Date, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a DATE that has the given value.
createDATE(Time, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a DATE that has the given value.
createDATE(Timestamp, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a DATE that has the given value.
createDATE(String) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a DATE that has the given value.
createDescriptor(String, Connection) - Static method in class oracle.sql.ArrayDescriptor
Descriptor factory.
createDescriptor(String, Connection, boolean, boolean) - Static method in class oracle.sql.ArrayDescriptor
Descriptor factory.
createDescriptor(SQLName, Connection) - Static method in class oracle.sql.ArrayDescriptor
Descriptor factory.
createDescriptor(SQLName, Connection, boolean, boolean) - Static method in class oracle.sql.ArrayDescriptor
Descriptor factory.
createDescriptor(String, Connection) - Static method in class oracle.sql.OpaqueDescriptor
Descriptor factory.
createDescriptor(SQLName, Connection) - Static method in class oracle.sql.OpaqueDescriptor
Descriptor factory.
createDescriptor(String, Connection) - Static method in class oracle.sql.StructDescriptor
Descriptor factory.
createDescriptor(String, Connection, boolean, boolean) - Static method in class oracle.sql.StructDescriptor
Descriptor factory.
createDescriptor(SQLName, Connection, boolean, boolean) - Static method in class oracle.sql.StructDescriptor
Descriptor factory.
createDescriptor(SQLName, Connection) - Static method in class oracle.sql.StructDescriptor
Descriptor factory.
createINTERVALDS(String) - Method in interface oracle.jdbc.OracleConnection
Creates an INTERVALDS that has the given value.
createINTERVALDS(String) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates an INTERVALDS that has the given value.
createINTERVALYM(String) - Method in interface oracle.jdbc.OracleConnection
Creates an INTERVALYM that has the given value.
createINTERVALYM(String) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates an INTERVALYM that has the given value.
createNUMBER(boolean) - Method in interface oracle.jdbc.OracleConnection
Creates a new NUMBER that has the given value.
createNUMBER(byte) - Method in interface oracle.jdbc.OracleConnection
Creates a new NUMBER that has the given value.
createNUMBER(short) - Method in interface oracle.jdbc.OracleConnection
Creates a new NUMBER that has the given value.
createNUMBER(int) - Method in interface oracle.jdbc.OracleConnection
Creates a new NUMBER that has the given value.
createNUMBER(long) - Method in interface oracle.jdbc.OracleConnection
Creates a new NUMBER that has the given value.
createNUMBER(float) - Method in interface oracle.jdbc.OracleConnection
Creates a new NUMBER that has the given value.
createNUMBER(double) - Method in interface oracle.jdbc.OracleConnection
Creates a new NUMBER that has the given value.
createNUMBER(BigDecimal) - Method in interface oracle.jdbc.OracleConnection
Creates a new NUMBER that has the given value.
createNUMBER(BigInteger) - Method in interface oracle.jdbc.OracleConnection
Creates a new NUMBER that has the given value.
createNUMBER(String, int) - Method in interface oracle.jdbc.OracleConnection
Creates a new NUMBER that has the given value and scale.
createNUMBER(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new NUMBER that has the given value.
createNUMBER(byte) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new NUMBER that has the given value.
createNUMBER(short) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new NUMBER that has the given value.
createNUMBER(int) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new NUMBER that has the given value.
createNUMBER(long) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new NUMBER that has the given value.
createNUMBER(float) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new NUMBER that has the given value.
createNUMBER(double) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new NUMBER that has the given value.
createNUMBER(BigDecimal) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new NUMBER that has the given value.
createNUMBER(BigInteger) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new NUMBER that has the given value.
createNUMBER(String, int) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new NUMBER that has the given value and scale.
createOracleArray(String, Object) - Method in interface oracle.jdbc.OracleConnection
Creates an Array object with the given type name and elements.
createOracleArray(String, Object) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates an Array object with the given type name and elements.
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.
createTIMESTAMP(Date) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMP with the given value.
createTIMESTAMP(DATE) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMP with the given value.
createTIMESTAMP(Time) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMP with the given value.
createTIMESTAMP(Timestamp) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMP with the given value.
createTIMESTAMP(String) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMP with the given value.
createTIMESTAMP(Date) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMP with the given value.
createTIMESTAMP(DATE) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMP with the given value.
createTIMESTAMP(Time) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMP with the given value.
createTIMESTAMP(Timestamp) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMP with the given value.
createTIMESTAMP(String) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMP with the given value.
createTIMESTAMPLTZ(Date, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPLTZ with the given value.
createTIMESTAMPLTZ(Time, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPLTZ with the given value.
createTIMESTAMPLTZ(Timestamp, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPLTZ with the given value.
createTIMESTAMPLTZ(String, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPLTZ with the given value.
createTIMESTAMPLTZ(DATE, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPLTZ with the given value.
createTIMESTAMPLTZ(Date, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPLTZ with the given value.
createTIMESTAMPLTZ(Time, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPLTZ with the given value.
createTIMESTAMPLTZ(Timestamp, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPLTZ with the given value.
createTIMESTAMPLTZ(String, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPLTZ with the given value.
createTIMESTAMPLTZ(DATE, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPLTZ with the given value.
createTIMESTAMPTZ(Date) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(Date, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(Time) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(Time, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(Timestamp) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(Timestamp, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(String) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(String, Calendar) - Method in interface oracle.jdbc.OracleConnection
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(DATE) - Method in interface oracle.jdbc.OracleConnection
 
createTIMESTAMPTZ(Date) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(Date, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(Time) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(Time, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(Timestamp) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(Timestamp, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(String) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(String, Calendar) - Method in class oracle.jdbc.OracleConnectionWrapper
Creates a new TIMESTAMPTZ with the given value.
createTIMESTAMPTZ(DATE) - Method in class oracle.jdbc.OracleConnectionWrapper
 
creationState() - Method in interface oracle.jdbc.OracleStatement
Deprecated.  
CURSOR - Static variable in class oracle.jdbc.OracleTypes
 
CustomDatum - Interface in oracle.sql
This is an interface for encapsulating SQL Types into Java types of the user's choice.
CustomDatumFactory - Interface in oracle.sql
This interface complements CustomDatum.

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
 
D8EBCDIC1141_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.
DatabaseChangeEvent - Class in oracle.jdbc.dcn
Once you have registered your interest into certain objects in the database, you get notified when these objects change.
DatabaseChangeEvent.AdditionalEventType - Enum in oracle.jdbc.dcn
 
DatabaseChangeEvent.EventType - Enum in oracle.jdbc.dcn
 
DatabaseChangeListener - Interface in oracle.jdbc.dcn
The listener interface for receiving Database Change Notification (DCN) events.
DatabaseChangeRegistration - Interface in oracle.jdbc.dcn
 
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?
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 in oracle.sql
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
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
dateValue() - Method in class oracle.sql.TIMESTAMP
Calls toDate to convert internal Oracle TIMESTAMP to a Java Date.
dateValue(Connection, Calendar) - Method in class oracle.sql.TIMESTAMPLTZ
Calls toDate(Connection, byte[], Calendar) to convert internal Oracle TIMESTAMPLTZ to a Java Date.
dateValue(Connection) - Method in class oracle.sql.TIMESTAMPLTZ
Calls toDate(Connection, byte[]) to convert internal Oracle TIMESTAMPLTZ to a Java Date.
dateValue(Connection) - Method in class oracle.sql.TIMESTAMPTZ
Calls toDate to convert internal Oracle TIMESTAMPTZ to a Java Date.
Datum - Class in oracle.sql
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 in oracle.sql
A supper class for some Oracle specific datatypes, such as BFILE, BLOB, etc.
DatumWithConnection(byte[]) - Constructor for class oracle.sql.DatumWithConnection
 
DatumWithConnection() - Constructor for class oracle.sql.DatumWithConnection
 
DCN_BEST_EFFORT - Static variable in interface oracle.jdbc.OracleConnection
 
DCN_IGNORE_DELETEOP - Static variable in interface oracle.jdbc.OracleConnection
 
DCN_IGNORE_INSERTOP - Static variable in interface oracle.jdbc.OracleConnection
 
DCN_IGNORE_UPDATEOP - Static variable in interface oracle.jdbc.OracleConnection
 
DCN_NOTIFY_CHANGELAG - Static variable in interface oracle.jdbc.OracleConnection
 
DCN_NOTIFY_ROWIDS - Static variable in interface oracle.jdbc.OracleConnection
 
DCN_QUERY_CHANGE_NOTIFICATION - Static variable in interface oracle.jdbc.OracleConnection
 
DEBUG_SERIALIZATION - Static variable in class oracle.sql.TypeDescriptor
 
DECIMAL - Static variable in class oracle.jdbc.OracleTypes
 
decrement() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the NUMBER value decremented by 1.
DEFAULT_CHARSET - Static variable in class oracle.sql.CHAR
 
DEFAULT_CHARSET - Static variable in class oracle.sql.CharacterSet
Special value.
DEFAULT_XA_TIMEOUT - Static variable in class oracle.jdbc.xa.OracleXAResource
 
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.
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.
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.
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.
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.
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.
deletesAreDetected(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.deletesAreDetected.
dequeue(String, AQDequeueOptions, byte[]) - Method in interface oracle.jdbc.OracleConnection
Dequeues an AQ message from the queue specified by its name.
dequeue(String, AQDequeueOptions, String) - Method in interface oracle.jdbc.OracleConnection
Dequeues an AQ message from the queue specified by its name.
dequeue(String, AQDequeueOptions, byte[]) - Method in class oracle.jdbc.OracleConnectionWrapper
 
dequeue(String, AQDequeueOptions, String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
DEQUEUE_NO_WAIT - Static variable in class oracle.jdbc.aq.AQDequeueOptions
 
DEQUEUE_WAIT_FOREVER - Static variable in class oracle.jdbc.aq.AQDequeueOptions
 
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
Deprecated. Use Oracle Universal Connection Pool instead. Disable a given connection cache
div(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the division of NUMBER value by n.
DK7SIEMENS9780X_CHARSET - Static variable in class oracle.sql.CharacterSet
 
DK8BS2000_CHARSET - Static variable in class oracle.sql.CharacterSet
 
DK8EBCDIC1142_CHARSET - Static variable in class oracle.sql.CharacterSet
 
DK8EBCDIC277_CHARSET - Static variable in class oracle.sql.CharacterSet
 
doesMaxRowSizeIncludeBlobs() - Method in class oracle.jdbc.OracleDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doTwoPhaseAction(int, int, String[], Xid[]) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
DOUBLE - Static variable in class oracle.jdbc.OracleTypes
 
doubleValue() - Method in class oracle.sql.BINARY_DOUBLE
Convert this to a double type.
doubleValue() - Method in class oracle.sql.BINARY_FLOAT
Convert this to a double type.
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.
dump() - Method in class oracle.sql.ARRAY
Create a string which show the contents of this Array and of all its component parts.
dump() - Method in class oracle.sql.STRUCT
Create a string which show the contents of this Object and of all its component parts.
dump(Object, PrintStream) - Static method in class oracle.sql.STRUCT
 
dump(Object, PrintWriter) - Static method in class oracle.sql.STRUCT
 
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
 

E

e() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of 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
 
EE8BS2000_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8EBCDIC870_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8EBCDIC870C_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8EBCDIC870S_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8ISO8859P2_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8MACCE_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8MACCES_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8MACCROATIAN_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8MACCROATIANS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8MSWIN1250_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EE8PC852_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EEC8EUROASCI_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EEC8EUROPA3_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8DEC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8EBCDIC423R_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8EBCDIC875_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8EBCDIC875R_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8EBCDIC875S_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8GCOS7_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8ISO8859P7_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8MACGREEK_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8MACGREEKS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8MSWIN1253_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8PC437S_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8PC737_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8PC851_CHARSET - Static variable in class oracle.sql.CharacterSet
 
EL8PC869_CHARSET - Static variable in class oracle.sql.CharacterSet
 
empty_lob() - Static method in class oracle.sql.BLOB
Deprecated. use getEmptyBLOB instead
empty_lob() - Static method in class oracle.sql.CLOB
Deprecated. use getEmptyCLOB instead
enableCache(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Enable a given connection cache
encodedByteLength(String) - Method in class oracle.sql.CharacterSet
Return the length of the byte array which would result if the String were encoded in this character set
encodedByteLength(char[]) - Method in class oracle.sql.CharacterSet
Return the length of the byte array which would result if the char array were encoded in this character set
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
end()-- End work performed on behalf of a transaction branch.
end(Xid, int) - Method in class oracle.jdbc.xa.OracleXAResource
end()-- End work performed on behalf of a transaction branch.
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
 
enqueue(String, AQEnqueueOptions, AQMessage) - Method in interface oracle.jdbc.OracleConnection
Enqueues the given AQ message to the queue specified by its name.
enqueue(String, AQEnqueueOptions, AQMessage) - Method in class oracle.jdbc.OracleConnectionWrapper
 
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
 
errorConvert(int, int) - Static method in exception oracle.jdbc.xa.OracleXAException
 
ET8MSWIN923_CHARSET - Static variable in class oracle.sql.CharacterSet
 
event_listener_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
existsCache(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Check if connection cache exists.
exp() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of e raised to NUMBER value.
EXPLICIT - Static variable in interface oracle.jdbc.OracleStatement
 
explicit_caching_enabled - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
ExplicitStatementCachingEnabled - 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
 
F8EBCDIC1147_CHARSET - Static variable in class oracle.sql.CharacterSet
 
F8EBCDIC297_CHARSET - Static variable in class oracle.sql.CharacterSet
 
fileExists() - Method in interface oracle.jdbc.OracleBfile
Find out if a given BFILE (whose locator) points to a file that actually exists on the server's filesystem.
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.
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.
FLOAT - Static variable in class oracle.jdbc.OracleTypes
 
floatingPointRound(int) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to Number rounded to precision significant decimal digits.
floatValue() - Method in class oracle.sql.BINARY_FLOAT
Convert this to a float type.
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.
floor() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the floor of NUMBER value.
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
 
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
forget() -- Tell RM to forget about a heuristically completed txn branch
forget(Xid) - Method in class oracle.jdbc.xa.OracleXAResource
forget() -- Tell RM to forget about a heuristically completed txn branch
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).
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 row-th row and column-th column.
getAccessDirection() - Method in class oracle.sql.ARRAY
Performance hint.
getAction() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
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.
getAdditionalEventType() - Method in class oracle.jdbc.aq.AQNotificationEvent
Retrieve the additional event type.
getAdditionalEventType() - Method in class oracle.jdbc.dcn.DatabaseChangeEvent
Retrieve the additional event type.
getAddress() - Method in interface oracle.jdbc.aq.AQAgent
 
getAliasedConnection(byte[]) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
For creating aliased sessions.
getAllTypeDescriptorsInCurrentSchema() - Method in interface oracle.jdbc.OracleConnection
Obtain all the type descriptors associated with object types or array in the schema of this connection.
getAllTypeDescriptorsInCurrentSchema() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getAnyDataEmbeddedObject(int) - Method in interface oracle.jdbc.OracleCallableStatement
Deprecated. As of Oracle 11R1 there is full support for ANYTYPE and ANYDATA. Please use oracle.sql.ANYDATA for new code and plan on replacing any use of this method by the next major release. Note that in 11R1 this method is reimplemnted using the ANYDATA support and will now also function in all the drivers, not just oci. In the previous implementation it was possible to call registerOutParameter with a sqlType of either oracle.jdbc.OracleTypes.OPAQUE or oracle.jdbc.OracleTypes.STRUCT The new implemention requires the correct type which is OPAQUE.
getANYDATAPayload() - Method in interface oracle.jdbc.aq.AQMessage
Retrieves the payload as an ANYDATA.
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() - 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.
getArrayStorage() - Method in interface oracle.jdbc.OracleTypeMetaData.Array
Return the database type of the array.
getArrayStorage() - Method in class oracle.sql.ArrayDescriptor
Return the database type of the 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( 1L );
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() - 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.
getAttributeName() - Method in class oracle.sql.AttributeDescriptor
Returns the name of the attribute.
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.
getAttributesDescriptor() - Method in class oracle.sql.StructDescriptor
 
getAuthenticationAdaptorName() - Method in interface oracle.jdbc.OracleConnection
Returns the name of the adaptor that is used for authentication by the thin driver.
getAuthenticationAdaptorName() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getAuthorizationIndicator(int) - Method in interface oracle.jdbc.OracleResultSet
Retrieves the eXtensible Data Security (XDS) authorization indicator of the designated column in the current row of this OracleResultSet object.
getAuthorizationIndicator(String) - Method in interface oracle.jdbc.OracleResultSet
Retrieves the Column Security visibility attribute of the designated column in the current row of this ResultSet.
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.
getBaseName() - Method in interface oracle.jdbc.OracleTypeMetaData.Array
In case the elements are named types the fully qualified name of their type.Otherwise, return type name used by the database
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 interface oracle.jdbc.OracleTypeMetaData.Array
Return element's type code.
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.OracleCallableStatement
Retrieves data into an oracle.sql.BFILE object.
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(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBfile(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBFILE(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBinaryOutputStream() - Method in class oracle.sql.BLOB
Deprecated. This method is deprecated. Use setBinaryStream(1L).
getBinaryOutputStream(long) - Method in class oracle.sql.BLOB
Deprecated. This method is deprecated -- use setBinaryStream
getBinaryStream() - Method in interface oracle.jdbc.OracleBfile
Retrieve the entire BFILE as a stream.
getBinaryStream(long) - Method in interface oracle.jdbc.OracleBfile
Read from the external LOB as a stream at the requested position.
getBinaryStream(long) - Method in interface oracle.jdbc.OracleBlob
Read from the BLOB as a stream at the requested position.
getBinaryStream(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an java.io.InputStream object.
getBinaryStream(String) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an java.io.InputStream object.
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 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.
getBranchQualifier() - Method in class oracle.jdbc.xa.OracleXid
getBranchQualifier() -- Obtain the txn branch qualifier of the XID
getBufferSize() - Method in class oracle.sql.BLOB
Oracle extension.
getBufferSize() - Method in class oracle.sql.CLOB
Oracle extension.
getBuildDate() - Static method in class oracle.jdbc.OracleDriver
Returns a String that specifies exactly when the jar file was built.
getBytes(long, int) - Method in interface oracle.jdbc.OracleBfile
Return a copy of the contents of the BFILE at the requested position.
getBytes(long, int, byte[]) - Method in interface oracle.jdbc.OracleBfile
Copy the contents of the BFILE at the requested position to suppied buffer.
getBytes(long, int, byte[]) - Method in interface oracle.jdbc.OracleBlob
Oracle extension.
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.
getCacheNameList() - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Get all the cache names managed by this connection cache manager
getCacheProperties(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Get the connection cache properties corresponding to the cache name.
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
 
getCatalogs() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get the catalog names available in this database.
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"?
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.
getCharacterOutputStream() - Method in class oracle.sql.CLOB
Deprecated. This method is deprecated. Use setCharacterStream( 1L ).
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() - 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.
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.
getCode() - Method in enum oracle.jdbc.aq.AQDequeueOptions.DeliveryFilter
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.aq.AQDequeueOptions.DequeueMode
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.aq.AQDequeueOptions.NavigationOption
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.aq.AQDequeueOptions.VisibilityOption
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.aq.AQEnqueueOptions.DeliveryMode
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.aq.AQEnqueueOptions.SequenceDeviationOption
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.aq.AQEnqueueOptions.VisibilityOption
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.aq.AQMessageProperties.DeliveryMode
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.aq.AQMessageProperties.MessageState
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.aq.AQNotificationEvent.AdditionalEventType
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.aq.AQNotificationEvent.EventType
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.dcn.DatabaseChangeEvent.AdditionalEventType
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.dcn.DatabaseChangeEvent.EventType
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.dcn.QueryChangeDescription.QueryChangeEventType
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.dcn.RowChangeDescription.RowOperation
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.dcn.TableChangeDescription.TableOperation
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.LargeObjectAccessMode
 
getCode() - Method in enum oracle.jdbc.OracleConnection.CommitOption
Implementation detail (for internal use only).
getCode() - Method in enum oracle.jdbc.OracleTypeMetaData.ArrayStorage
 
getColumnPrivileges(String, String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of table columns available in a catalog.
getCondition() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the dequeue condition.
getConnection() - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.getConnection.
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
Deprecated. Use Oracle Universal Connection Pool instead.

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
Deprecated. Use Oracle Universal Connection Pool instead.

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
For getting a connection to the database.
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
Deprecated. Use Oracle Universal Connection Pool instead. Returns the static ConnectionCacheManager Instance. If necessary a new instance is created and returned to the caller.
getConnectionCacheName() - Method in class oracle.jdbc.pool.OracleDataSource
 
getConnectionCacheProperties() - Method in class oracle.jdbc.pool.OracleDataSource
 
getConnectionCachingEnabled() - Method in class oracle.jdbc.pool.OracleDataSource
 
getConnectionErrorCodes() - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated.  
getConnectionIncrement() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the Increment for increasing the connections for the Cache.
getConnectionInformation() - Method in class oracle.jdbc.aq.AQNotificationEvent
Retrieves a description of the TCP connection on which the notification was received.
getConnectionInformation() - Method in class oracle.jdbc.dcn.DatabaseChangeEvent
Retrieves a description of the TCP connection on which the notification was received.
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
 
getConsumerName() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the consumer name.
getConsumerName() - Method in class oracle.jdbc.aq.AQNotificationEvent
Retrieves the name of the consumer.
getCorrelation() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the correlation criterion.
getCorrelation() - Method in interface oracle.jdbc.aq.AQMessageProperties
 
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
getCurrentSchema() - Method in interface oracle.jdbc.OracleConnection
Obtains the current schema of the current connection.
getCurrentSchema() - Method in class oracle.jdbc.OracleConnectionWrapper
 
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.
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.  
getData() - Method in class oracle.sql.ANYDATA
Returns the linearized form of the embedded object value.
getDatabaseChangeRegistration(int) - Method in interface oracle.jdbc.OracleConnection
Maps an existing registration identified by its ID 'regid' with a new DatabaseChangeRegistration object.
getDatabaseChangeRegistration(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
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.dcn.DatabaseChangeEvent
Retrieves the name of the database.
getDatabaseName() - Method in interface oracle.jdbc.NotificationRegistration
 
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?
getDatabaseTimeZone() - Method in class oracle.jdbc.OracleConnectionWrapper
Returns the database timezone.
getDataIntegrityAlgorithmName() - Method in interface oracle.jdbc.OracleConnection
Returns the name of the algorithm that is used for data integrity checking by the thin driver on the network.
getDataIntegrityAlgorithmName() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getDataSourceName() - Method in class oracle.jdbc.pool.OracleDataSource
Get the datasource name for this instance if set.
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.
getdbLinks() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
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
 
getDefaultTimeZone() - Method in interface oracle.jdbc.OracleConnection
Returns the TimeZone set through setDefaultTimeZone.
getDefaultTimeZone() - Method in class oracle.jdbc.OracleConnectionWrapper
Returns the TimeZone set through setDefaultTimeZone.
getDefaultTransactionIsolation() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDelay() - Method in interface oracle.jdbc.aq.AQMessageProperties
 
getDeliveryFilter() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the delivery option.
getDeliveryMode() - Method in class oracle.jdbc.aq.AQEnqueueOptions
Returns the delivery option.
getDeliveryMode(int) - Static method in enum oracle.jdbc.aq.AQMessageProperties.DeliveryMode
Implementation detail (for internal use only).
getDeliveryMode() - Method in interface oracle.jdbc.aq.AQMessageProperties
After a dequeue operation, call this method to find out if the message was enqueued in a persistent manner or not.
getDequeueAttemptsCount() - Method in interface oracle.jdbc.aq.AQMessageProperties
Returns the number of attempts that have been made to dequeue the message.
getDequeueMessageId() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the message id of the message the be dequeued.
getDequeueMode() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the dequeue mode.
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 interface oracle.jdbc.OracleBfile
Gets the Bfile's directory alias.
getDirAlias() - Method in class oracle.sql.BFILE
Gets the Bfile's directory alias.
getDoubleArray() - Method in interface oracle.jdbc.OracleArray
Oracle extension.
getDoubleArray(long, int) - Method in interface oracle.jdbc.OracleArray
Oracle extension.
getDoubleArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getDoubleArray(long, int) - Method in class oracle.sql.ARRAY
Oracle extension.
getDriverMajorVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's this JDBC driver's major version number?
getDriverMajorVersionInfo() - Static method in class oracle.jdbc.OracleDatabaseMetaData
Deprecated. -- use standard getDriverMajorVersion()
getDriverMinorVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's this JDBC driver's minor version number?
getDriverMinorVersionInfo() - Static method in class oracle.jdbc.OracleDatabaseMetaData
Deprecated. -- use JDBC standard method getDriverMinorVersion
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?
getDriverVersion() - Static method in class oracle.jdbc.OracleDriver
Returns a String that specifies the Oracle version number of the driver.
getDriverVersionInfo() - Static method in class oracle.jdbc.OracleDatabaseMetaData
Deprecated. -- use standard getDriverVersion()
getEmptyBLOB() - Static method in class oracle.sql.BLOB
Return a empty lob.
getEmptyCLOB() - Static method in class oracle.sql.CLOB
Return a empty lob.
getEncryptionAlgorithmName() - Method in interface oracle.jdbc.OracleConnection
Returns the name of the algorithm that is used for data encryption by the thin driver on the network.
getEncryptionAlgorithmName() - Method in class oracle.jdbc.OracleConnectionWrapper
 
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
 
getEnqueueTime() - Method in interface oracle.jdbc.aq.AQMessageProperties
Returns the time the message was enqueued.
getEventType(int) - Static method in enum oracle.jdbc.aq.AQNotificationEvent.AdditionalEventType
Implementation detail (for internal use only).
getEventType() - Method in class oracle.jdbc.aq.AQNotificationEvent
Retrieve the event type.
getEventType(int) - Static method in enum oracle.jdbc.dcn.DatabaseChangeEvent.AdditionalEventType
Implementation detail (for internal use only).
getEventType(int) - Static method in enum oracle.jdbc.dcn.DatabaseChangeEvent.EventType
Implementation detail (for internal use only).
getEventType() - Method in class oracle.jdbc.dcn.DatabaseChangeEvent
Retrieve the event type.
getExceptionQueue() - Method in interface oracle.jdbc.aq.AQMessageProperties
 
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).
getExpiration() - Method in interface oracle.jdbc.aq.AQMessageProperties
 
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.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
 
getFloatArray() - Method in interface oracle.jdbc.OracleArray
Oracle extension.
getFloatArray(long, int) - Method in interface oracle.jdbc.OracleArray
Oracle extension.
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
getFormatId() -- Obtain the format identifier part of the Xid.
getGlobalTransactionId() - Method in class oracle.jdbc.xa.OracleXid
getGlobalTransactionId() -- Obtain the global txn id of the XID
getHoldability() - Method in class oracle.jdbc.OracleConnectionWrapper
 
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.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.
getIntArray() - Method in interface oracle.jdbc.OracleArray
Oracle extension.
getIntArray(long, int) - Method in interface oracle.jdbc.OracleArray
Oracle extension.
getIntArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getIntArray(long, int) - Method in class oracle.sql.ARRAY
Oracle extension.
getInternalTypeCode() - Method in class oracle.sql.TypeDescriptor
 
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.
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.
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.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
 
getJavaYear(int, int) - Static method in class oracle.sql.TIMESTAMP
 
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.
getJDBCVersion() - Static method in class oracle.jdbc.OracleDriver
Returns a String that specifies the version of the JDBC spec supporte by the driver.
getKind() - Method in interface oracle.jdbc.OracleTypeMetaData
Return the kind of type.
getKind() - Method in class oracle.sql.ArrayDescriptor
 
getKind() - Method in class oracle.sql.OpaqueDescriptor
 
getKind() - Method in class oracle.sql.StructDescriptor
 
getKind() - Method in class oracle.sql.TypeDescriptor
 
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 interface oracle.jdbc.OracleTypeMetaData.Struct
The number of fields in the Object Type.
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.
getLobMaxLength() - Method in interface oracle.jdbc.AdditionalDatabaseMetaData
The max size of a lob on the server for this connection.
getLobMaxLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
The max size of a lob on the server for this connection.
getLobPrecision() - Static method in class oracle.jdbc.OracleDatabaseMetaData
Deprecated.  
getLobPrefetchSize() - Method in interface oracle.jdbc.OracleStatement
Returns the LOB prefetch size.
getLocalAttributeCount() - Method in interface oracle.jdbc.OracleTypeMetaData.Struct
Returns the number of attributes defined in the subtype.
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.
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.
getLogWriter() - Method in class oracle.jdbc.pool.OracleDataSource
Get the log writer for this data source.
getLongArray() - Method in interface oracle.jdbc.OracleArray
Oracle extension.
getLongArray(long, int) - Method in interface oracle.jdbc.OracleArray
Oracle extension.
getLongArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getLongArray(long, int) - Method in class oracle.sql.ARRAY
Oracle extension.
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?
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?
getMaximumBufferLength() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the max buffer size for RAW queues.
getMaxIndexLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of an index (in bytes)?
getMaxLength() - Method in interface oracle.jdbc.OracleTypeMetaData.Array
Return the maximun number of elements this array object can hold.
getMaxLength() - Method in interface oracle.jdbc.OracleTypeMetaData.Opaque
Return the maximun number of bytes this opaque object can hold.
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.OracleOCIConnectionPool
Return the Max limit on Connections.
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?
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?
getMessageId() - Method in interface oracle.jdbc.aq.AQMessage
Gets the id (16 bytes) of this message.
getMessageId() - Method in class oracle.jdbc.aq.AQNotificationEvent
Retrieves the ID of the new message.
getMessageProperties() - Method in interface oracle.jdbc.aq.AQMessage
Gets the AQMessageProperties that goes with this AQMessage.
getMessageProperties() - Method in class oracle.jdbc.aq.AQNotificationEvent
Retrieves the properties of the new message.
getMessageState(int) - Static method in enum oracle.jdbc.aq.AQMessageProperties.MessageState
Implementation detail (for internal use only).
getMetaData() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getMetaData() - Method in interface oracle.jdbc.OracleTypeMetaData.Struct
Gets the metadata regarding this type.
getMetaData() - Method in class oracle.sql.StructDescriptor
Gets the metadata regarding this type.
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.
getMode() - Method in enum oracle.jdbc.OracleConnection.DatabaseShutdownMode
Implementation detail (for internal use only).
getMode() - Method in enum oracle.jdbc.OracleConnection.DatabaseStartupMode
Implementation detail (for internal use only).
getName() - Method in interface oracle.jdbc.aq.AQAgent
 
getName() - Method in interface oracle.jdbc.OracleBfile
Gets the Bfile's file name.
getName() - Method in interface oracle.jdbc.OracleTypeMetaData
Return fully qualified type name.
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.
getNavigation() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the position criterion.
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.
getnsite() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
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.
getNumberOfActiveConnections(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Get the number of connections already in use (checked out connections)
getNumberOfAvailableConnections(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. 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.
getObject(int, OracleDataFactory) - Method in interface oracle.jdbc.OracleCallableStatement
Returns an instance of OracleData, which is returned by the factory's "create" method
getObject(int, OracleDataFactory) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension Get the column value as an instance of a subclass of OracleData.
getObject(String, OracleDataFactory) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension Get the column value as an instance of a subclass of OracleData.
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
 
getObjectNumber() - Method in interface oracle.jdbc.dcn.TableChangeDescription
Returns the object number (Oracle internal information).
getONSConfiguration() - Method in class oracle.jdbc.pool.OracleDataSource
Deprecated. Use Oracle Universal Connection Pool instead.

Return the ONS configuration string that is used for remote ONS subscription, in the form specified in setONSConfiguration(String). This is used by Fast Connection Failover and Runtime Load Balancing.

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.
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.
getOracleConnection() - Method in class oracle.sql.DatumWithConnection
Oracle extension.
getOracleDataFactory(Hashtable, String) - Method in class oracle.sql.STRUCT
 
getOracleError() - Method in exception 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.
getOracleMetaData() - Method in interface oracle.jdbc.OracleArray
Oracle extension.
getOracleMetaData() - Method in interface oracle.jdbc.OracleOpaque
Oracle extension.
getOracleMetaData() - Method in interface oracle.jdbc.OracleRef
Oracle extension.
getOracleMetaData() - Method in interface oracle.jdbc.OracleStruct
Oracle extension.
getOracleMetaData() - Method in class oracle.sql.ARRAY
Return the type data for this object
getOracleMetaData() - Method in class oracle.sql.OPAQUE
Return the type data for this object
getOracleMetaData() - Method in class oracle.sql.REF
Return the type data for this object
getOracleMetaData() - Method in class oracle.sql.STRUCT
Return the type data for this object
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.
getOraclePlsqlIndexTable(int) - Method in interface oracle.jdbc.OracleCallableStatement
Oracle OCI driver specific.
getOracleTypeMetaData(String) - Method in interface oracle.jdbc.AdditionalDatabaseMetaData
Return the type metadata for a named type.
getOracleTypeMetaData(String) - Method in class oracle.jdbc.OracleDatabaseMetaData
 
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.
getPayload() - Method in interface oracle.jdbc.aq.AQMessage
Retrieves the payload in its linearized form.
getPayload() - Method in class oracle.jdbc.aq.AQNotificationEvent
Retrieves the payload of the new message.
getPayloadTOID() - Method in interface oracle.jdbc.aq.AQMessage
Retrieves the TOID of the payload.
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.
getPoolConfig() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
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.
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.
getPortNumber() - Method in class oracle.jdbc.pool.OracleDataSource
Get the port number on which server is listening for requests.
getPrecision() - Method in class oracle.sql.TypeDescriptor
 
getPrefetchedDataSize() - Method in class oracle.sql.BLOB
 
getPrefetchedDataSize() - Method in class oracle.sql.CLOB
 
getPreviousQueueMessageId() - Method in interface oracle.jdbc.aq.AQMessageProperties
The ID of the message in the last queue that generated this message.
getPrimaryKeys(String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of a table's primary key columns.
getPriority() - Method in interface oracle.jdbc.aq.AQMessageProperties
 
getProcedureColumns(String, String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
getProcedures(String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of stored procedures available in a catalog.
getProcedureTerm() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProperties() - Method in interface oracle.jdbc.OracleConnection
Determines the connection properties.
getProperties() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getProtocol() - Method in interface oracle.jdbc.aq.AQAgent
 
getProxyConnection(String, Properties) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
For creating a proxy connection.
getQueryChangeDescription() - Method in class oracle.jdbc.dcn.DatabaseChangeEvent
For query change (EVENT_TYPE_QUERYCHANGE) kind of events, this method returns the description of the changes for each query which result has changed.
getQueryChangeEventType() - Method in interface oracle.jdbc.dcn.QueryChangeDescription
Returns the type of query change event.
getQueryChangeEventType(int) - Static method in enum oracle.jdbc.dcn.QueryChangeDescription.QueryChangeEventType
Implementation detail (for internal use only).
getQueryId() - Method in interface oracle.jdbc.dcn.QueryChangeDescription
Returns the id of the query which result has changed.
getQueueName() - Method in class oracle.jdbc.aq.AQNotificationEvent
Retrieves the name of the queue.
getQueueName() - Method in interface oracle.jdbc.aq.AQNotificationRegistration
Returns the name of the queue for which we have register our interest in being notified.
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.
getRAWPayload() - Method in interface oracle.jdbc.aq.AQMessage
Retrieves the payload as a RAW.
getRecipientList() - Method in interface oracle.jdbc.aq.AQMessageProperties
 
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.
getReference() - Method in class oracle.jdbc.pool.OracleDataSource
 
getReference() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Inherited from referenceable
getRegId() - Method in class oracle.jdbc.dcn.DatabaseChangeEvent
Retrieves the identification of the registration that generated this event on the server.
getRegId() - Method in interface oracle.jdbc.dcn.DatabaseChangeRegistration
Returns the registration id provided by the database.
getRegisteredQueryId() - Method in interface oracle.jdbc.OracleStatement
Returns the id of the query that has been added in the registration (only for query change notification).
getRegisteredTableNames() - Method in interface oracle.jdbc.OracleStatement
Returns the name of the tables that have been added to the registration if any.
getRegistration() - Method in class oracle.jdbc.aq.AQNotificationEvent
Retrieves the registration name which is the name that you provided when you registered for AQ notification with the registerAQNotification method.
getRegistrationId() - Method in class oracle.jdbc.dcn.DatabaseChangeEvent
Deprecated. Use getRegId instead.
getRegistrationId() - Method in interface oracle.jdbc.dcn.DatabaseChangeRegistration
Deprecated. This method is deprecated in 11.2. Use getRegId() instead.
getRegistrationOptions() - Method in interface oracle.jdbc.NotificationRegistration
 
getRelativeMessageId() - Method in class oracle.jdbc.aq.AQEnqueueOptions
Returns the relative message id.
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.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.
getResultSetHoldability() - Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0 Retrieves the default holdability of this ResultSet object.
getRetrieveMessageId() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the value of the option that can be set to force the server to return the id of the message during dequeue.
getRetrieveMessageId() - Method in class oracle.jdbc.aq.AQEnqueueOptions
Returns the value of the enqueued message id option.
getReturnResultSet() - Method in interface oracle.jdbc.OraclePreparedStatement
Returns result set that contains data returned from DML Returning.
getRowChangeDescription() - Method in interface oracle.jdbc.dcn.TableChangeDescription
Returns the row level change description of the notification.
getRowid() - Method in interface oracle.jdbc.dcn.RowChangeDescription
Returns the row id of the row.
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.
getRowOperation() - Method in interface oracle.jdbc.dcn.RowChangeDescription
Returns the operation kind: this row was either inserted, updated or deleted.
getRowOperation(int) - Static method in enum oracle.jdbc.dcn.RowChangeDescription.RowOperation
Implementation detail (for internal use only).
getRowPrefetch() - Method in interface oracle.jdbc.OracleStatement
Retrieves the value or row prefetch for all result sets created from this statement.
getScale() - Method in class oracle.sql.TypeDescriptor
 
getSchemaName() - Method in interface oracle.jdbc.OracleTypeMetaData
Return sql schema name.
getSchemas() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get the schema names available in this database.
getSchemaTerm() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the database vendor's preferred term for "schema"?
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.
getSecurityAttribute(int) - Method in interface oracle.jdbc.OracleResultSetMetaData
Returns the eXtensible Data Security (XDS) attribute of this column.
getSender() - Method in interface oracle.jdbc.aq.AQMessageProperties
 
getSequenceDeviation() - Method in class oracle.jdbc.aq.AQEnqueueOptions
Returns the sequence deviation.
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
 
getSessionTimeZoneOffset() - Method in interface oracle.jdbc.OracleConnection
Obtain the time zone offset in hours of the current database session.
getSessionTimeZoneOffset() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getShortArray() - Method in interface oracle.jdbc.OracleArray
Oracle extension.
getShortArray(long, int) - Method in interface oracle.jdbc.OracleArray
 
getShortArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getShortArray(long, int) - Method in class oracle.sql.ARRAY
 
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.
getSQLName() - Method in interface oracle.jdbc.OracleTypeMetaData
Fully parsed named
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 interface oracle.jdbc.OracleArray
Oracle extension.
getSQLTypeName() - Method in interface oracle.jdbc.OracleOpaque
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.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.
getState() - Method in interface oracle.jdbc.aq.AQMessageProperties
Returns the state of the message at the time of the dequeue.
getState() - Method in interface oracle.jdbc.NotificationRegistration
Returns the state of this registration.
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.
getStatistics(String) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Get the statistics about the implicit connection cache. The stats contains the number of connections opened and the number of connections closed.
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.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() - 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.
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() - Method in class oracle.sql.REF
Oracle extension.
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
 
getSTRUCTPayload() - Method in interface oracle.jdbc.aq.AQMessage
Retrieves the payload as an ADT.
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 interface oracle.jdbc.OracleTypeMetaData.Struct
Returns the SQL type names of the direct subtypes.
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.
getSupertypeName() - Method in interface oracle.jdbc.OracleTypeMetaData.Struct
Returns the SQL type name of the direct subtype.
getSupertypeName() - Method in class oracle.sql.StructDescriptor
Returns the SQL type name of the direct subtype.
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.
getSystemFunctions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a comma separated list of system functions.
getTableChangeDescription() - Method in class oracle.jdbc.dcn.DatabaseChangeEvent
For object change (EVENT_TYPE_OBJCHANGE) kind of events, this method returns the description of the changes for each table that was changed.
getTableChangeDescription() - Method in interface oracle.jdbc.dcn.QueryChangeDescription
Returns the table level change description of this query result.
getTableName() - Method in interface oracle.jdbc.dcn.TableChangeDescription
Returns the name of the table.
getTableOperations() - Method in interface oracle.jdbc.dcn.TableChangeDescription
Returns the table operations that affected this table.
getTableOperations(int) - Static method in enum oracle.jdbc.dcn.TableChangeDescription.TableOperation
Implementation detail (for internal use only).
getTablePrivileges(String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTables() - Method in interface oracle.jdbc.dcn.DatabaseChangeRegistration
Returns the name of the tables associated with this registration.
getTables(String, String, String, String[]) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of tables available in a catalog.
getTableTypes() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get the table types available in this database.
getTimeDateFunctions() - Method in class oracle.jdbc.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 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.
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.
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.
getTNSEntryName() - Method in class oracle.jdbc.pool.OracleDataSource
Get the TNS entry name for this instance if set.
getTransactionGroup() - Method in interface oracle.jdbc.aq.AQMessageProperties
For transaction-grouped queues, this identifies the transaction group of the message.
getTransactionId() - Method in class oracle.jdbc.dcn.DatabaseChangeEvent
Returns the id of the transaction (xid) that when committed was responsible for generating this event.
getTransactionId(boolean) - Method in class oracle.jdbc.dcn.DatabaseChangeEvent
Returns the id of the transaction (xid) that when committed was responsible for generating this event.
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.
getTransformation() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the value of transformation option.
getTransformation() - Method in class oracle.jdbc.aq.AQEnqueueOptions
Returns the value of transformation option.
getTypeCode() - Method in interface oracle.jdbc.OracleTypeMetaData
Returns type code.
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
 
getTypeCode() - Method in class oracle.sql.TypeDescriptor
Returns type code.
getTypeCodeName() - Method in interface oracle.jdbc.OracleTypeMetaData
Returns the type code name.
getTypeCodeName() - Method in class oracle.sql.TypeDescriptor
Returns the type code name.
getTypeDescriptor() - Method in class oracle.sql.ANYDATA
Returns the type description of this ANYDATA instance.
getTypeDescriptor() - Method in class oracle.sql.AttributeDescriptor
 
getTypeDescriptorsFromList(String[][]) - Method in interface oracle.jdbc.OracleConnection
Obtain the type descriptors associated with object types or arrays from an array of scheama and type names.
getTypeDescriptorsFromList(String[][]) - Method in class oracle.jdbc.OracleConnectionWrapper
 
getTypeDescriptorsFromListInCurrentSchema(String[]) - Method in interface oracle.jdbc.OracleConnection
Obtain the type descriptors associated with object types or array in a schema from an array of type names.
getTypeDescriptorsFromListInCurrentSchema(String[]) - Method in class oracle.jdbc.OracleConnectionWrapper
 
getTypeInfo() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getTypeVersion() - Method in interface oracle.jdbc.OracleTypeMetaData.Struct
 
getTypeVersion() - Method in class oracle.sql.StructDescriptor
 
getUDTs(String, String, String, int[]) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData::getUDTs.
getUnicodeStream(int) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an java.io.InputStream object.
getUnicodeStream(String) - Method in interface oracle.jdbc.OracleCallableStatement
Retrieves data into an java.io.InputStream object.
getUnMatchedConnectionAttributes() - Method in interface oracle.jdbc.OracleConnection
Returns the unmatched connection Attributes from the underlying PooledConnection.
getUnMatchedConnectionAttributes() - Method in class oracle.jdbc.OracleConnectionWrapper
 
getURL() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the url for this database?
getURL() - Method in class oracle.jdbc.pool.OracleDataSource
Get the URL for this datasource.
getUser() - Method in class oracle.jdbc.pool.OracleDataSource
Get the user name for this datasource.
getUserName() - Method in interface oracle.jdbc.NotificationRegistration
 
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
 
getValue() - Method in interface oracle.jdbc.OracleOpaque
Return the Opaque value.
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.
getVisibility() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the visibility parameter.
getVisibility() - Method in class oracle.jdbc.aq.AQEnqueueOptions
Returns the transactional behavior.
getWait() - Method in class oracle.jdbc.aq.AQDequeueOptions
Returns the wait option.
getWarnings() - Method in class oracle.jdbc.OracleConnectionWrapper
 
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.
getXAConnection() - Method in class oracle.jdbc.xa.OracleXADataSource
Attempt to establish a database connection.
getXAConnection(String, String) - Method in class oracle.jdbc.xa.OracleXADataSource
Attempt to establish a database connection.
getXAError() - Method in exception 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 exception oracle.jdbc.xa.OracleXAException
 
getXAResource() - Method in class oracle.jdbc.pool.OraclePooledConnection
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.
getXAResource() - Method in class oracle.jdbc.xa.OracleXAConnection
Return an XA resource to the caller.
getXids() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
getXMLTypePayload() - Method in interface oracle.jdbc.aq.AQMessage
Retrieves the payload as an XMLType.

H

handleAbandonedConnection(OracleConnection, Object) - Method in interface oracle.jdbc.pool.OracleConnectionCacheCallback
Deprecated. Use Oracle Universal Connection Pool instead.
hasFixedSize() - Method in interface oracle.jdbc.OracleTypeMetaData.Opaque
Indicates whether the Opaque type has fixed size.
hasFixedSize() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Opaque type has fixed size.
hashCode() - Method in class oracle.sql.CharacterSet
Implements a hash based on oracleId
hashCode() - Method in class oracle.sql.REF
 
hasMoreCharacters() - Method in class oracle.sql.CharacterWalker
Reports whether there are more bytes waiting to be converted.
hasUnboundedSize() - Method in interface oracle.jdbc.OracleTypeMetaData.Opaque
Indicates whether the Opaque type has unbounded size ().
hasUnboundedSize() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Opaque type has unbounded size ().
hexString2Bytes(String) - Static method in class oracle.sql.RAW
Converts a String of hex digits into a byte array with the corresponding byte values.
HOLD_CURSORS_OVER_COMMIT - Static variable in interface oracle.jdbc.OracleResultSet
 
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
 

I

I7DEC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
I7SIEMENS9780X_CHARSET - Static variable in class oracle.sql.CharacterSet
 
I8EBCDIC1144_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
 
implicit_caching_enabled - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
ImplicitStatementCachingEnabled - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
IN8ISCII_CHARSET - Static variable in class oracle.sql.CharacterSet
 
increment() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the NUMBER value incremented by 1.
initMetadataRecursively() - Method in class oracle.sql.TypeDescriptor
 
initNamesRecursively() - Method in class oracle.sql.TypeDescriptor
 
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
 
insertsAreDetected(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.insertsAreDetected.
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.
INTEGER - Static variable in class oracle.jdbc.OracleTypes
 
INTERNAL_ERROR - Static variable in class oracle.jdbc.driver.OracleLog
 
INTERVALDS - Static variable in class oracle.jdbc.OracleTypes
 
INTERVALDS - Class in oracle.sql
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 in oracle.sql
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
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.
INVALID_CONNECTION - Static variable in interface oracle.jdbc.OracleConnection
Values used for close(int).
IS8MACICELANDIC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IS8MACICELANDICS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IS8PC861_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IS_CONNECTION_POOLING - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
isANYDATAPayload() - Method in interface oracle.jdbc.aq.AQMessage
Returns true if the payload type is ANYDATA and false otherwise.
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)
isClearMetaData - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
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
isDebug() - Static method in class oracle.jdbc.OracleDriver
Returns true if this jar includes debug code.
isDebugZip() - Static method in class oracle.jdbc.driver.OracleLog
Check if the Oracle Jdbc zip/jar file being used has the logging facility avaliable.
isDistributedTransEnabled() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
isDMS() - Static method in class oracle.jdbc.OracleDriver
Returns true if this jar includes DMS instrumentaion.
isEmptyLob() - Method in interface oracle.jdbc.OracleBlob
Return true if the lob locator points to a empty blob.
isEmptyLob() - Method in interface oracle.jdbc.OracleClob
Return true if this is a empty lob.
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.OracleConnectionCacheManager
Deprecated.  
isFileOpen() - Method in interface oracle.jdbc.OracleBfile
Find out whether a BFILE was opened
isFileOpen() - Method in class oracle.sql.BFILE
Find out whether a BFILE was opened with the give BFILE.
isFinalType() - Method in interface oracle.jdbc.OracleTypeMetaData.Struct
Indicates whether the object type is a final type.
isFinalType() - Method in class oracle.sql.StructDescriptor
Indicates whether the object type is a final type.
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.
isInServer() - Static method in class oracle.jdbc.OracleDriver
Returns true if this jar was built to run in the Oracle Java VM.
isInstantiable() - Method in interface oracle.jdbc.OracleTypeMetaData.Struct
Indicates whether the object type is instantiable.
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.
isJDK14() - Static method in class oracle.jdbc.OracleDriver
Deprecated.  
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 interface oracle.jdbc.OracleTypeMetaData.Opaque
Indicates whether the Opaque type is modelled in C language.
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)
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.
isNull() - Method in class oracle.sql.ANYDATA
Returns true if the data part of this ANYDATA instance is null and false otherwise.
ISO_LATIN_1_CHARSET - Static variable in class oracle.sql.CharacterSet
 
isOpen() - Method in interface oracle.jdbc.OracleBfile
Check whether the external LOB is opened.
isOpen() - Method in interface oracle.jdbc.OracleBlob
Check whether the BLOB is opened.
isOpen() - Method in interface oracle.jdbc.OracleClob
Check whether the CLOB is opened.
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
check if the pool has been created.
isPosInf() - Method in class oracle.sql.NUMBER
Returns true if NUMBER is positive infinity and false otherwise.
isPrivateDebug() - Static method in class oracle.jdbc.OracleDriver
Returns true if this jar includes Oracle internal debug code.
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
 
isRAWPayload() - Method in interface oracle.jdbc.aq.AQMessage
Returns trus if the payload type is RAW and false otherwise.
isReadOnly() - Method in class oracle.jdbc.OracleConnectionWrapper
 
isReadOnly() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the database in read-only mode?
isREF() - Method in class oracle.sql.ANYDATA
Returns true if the embedded object is a REF and false otherwise.
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.
isSecureFile() - Method in interface oracle.jdbc.OracleBlob
Returns true if this is a SecureFile (LOBs with the STORE AS SECUREFILE option, which were introduced in Oracle Database 11g Release 1).
isSecureFile() - Method in interface oracle.jdbc.OracleClob
Returns true if this is a SecureFile (LOBs with the STORE AS SECUREFILE option, which were introduced in Oracle Database 11g Release 1).
isSecureFile() - Method in class oracle.sql.BLOB
Returns true if this is a SecureFile (LOBs with the STORE AS SECUREFILE option, which were introduced in Oracle Database 11g Release 1).
isSecureFile() - Method in class oracle.sql.CLOB
Returns true if this is a SecureFile (LOBs with the STORE AS SECUREFILE option, which were introduced in Oracle Database 11g Release 1).
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.
isSTRUCTPayload() - Method in interface oracle.jdbc.aq.AQMessage
Returns true if the payload is a STRUCT (in other words if the payload is an object) and false otherwise.
isSubtype() - Method in interface oracle.jdbc.OracleTypeMetaData.Struct
Indicates whether the object type is a subtype.
isSubtype() - Method in class oracle.sql.StructDescriptor
Indicates whether the object type is a subtype.
isTemporary() - Method in interface oracle.jdbc.OracleBlob
Return true if the lob locator points to a temporary blob.
isTemporary() - Method in interface oracle.jdbc.OracleClob
Return true if the lob locator points to a temporary clob.
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.
isTransient() - Method in class oracle.sql.TypeDescriptor
 
isTrustedLibrary() - Method in interface oracle.jdbc.OracleTypeMetaData.Opaque
Indicates whether the Trusted Library implementing Support functions are specified for the Opaque type.
isTrustedLibrary() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Trusted Library implementing Support functions are specified for the Opaque type.
isUnicode() - Method in class oracle.sql.CharacterSet
Is this a Unicode Character Set.
isUnknown() - Method in class oracle.sql.CharacterSet
 
isUsable() - Method in interface oracle.jdbc.OracleConnection
Identifies whether this connection is still usable for JDBC operations.
isUsable() - Method in class oracle.jdbc.OracleConnectionWrapper
 
isValid(byte[]) - Static method in class oracle.sql.NUMBER
Checks if a given Oracle Number is valid
isXMLTypePayload() - Method in interface oracle.jdbc.aq.AQMessage
Returns trus if the payload type is XMLType and false otherwise.
isZero() - Method in class oracle.sql.NUMBER
Returns true if NUMBER is zero.
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
 
IW8EBCDIC424S_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IW8ISO8859P8_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IW8MACHEBREW_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IW8MACHEBREWS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IW8MSWIN1255_CHARSET - Static variable in class oracle.sql.CharacterSet
 
IW8PC1507_CHARSET - Static variable in class oracle.sql.CharacterSet
 

J

JA16DBCS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16EBCDIC930_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16EUC_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
 
JA16MACSJIS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
JA16SJIS_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
 
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 in oracle.sql
A class for structured data type.
JAVA_STRUCT(StructDescriptor, Connection, Object[]) - Constructor for class oracle.sql.JAVA_STRUCT
Constructor.
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

K

KO16DBCS_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
 

L

LA8ISO6937_CHARSET - Static variable in class oracle.sql.CharacterSet
 
LA8PASSPORT_CHARSET - Static variable in class oracle.sql.CharacterSet
 
LargeObjectAccessMode - Enum in oracle.jdbc
 
lastDayOfMonth() - Method in class oracle.sql.DATE
returns a DATE object intialized to the last day of the month .
length() - Method in interface oracle.jdbc.OracleArray
Oracle extension.
length() - Method in interface oracle.jdbc.OracleBfile
The length of the BFILE in bytes.
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.
LoginTimeout - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
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.
LONGVARBINARY - Static variable in class oracle.jdbc.OracleTypes
 
LONGVARCHAR - Static variable in class oracle.jdbc.OracleTypes
 
LT8MSWIN921_CHARSET - Static variable in class oracle.sql.CharacterSet
 
LT8PC772_CHARSET - Static variable in class oracle.sql.CharacterSet
 
LT8PC774_CHARSET - Static variable in class oracle.sql.CharacterSet
 
LV8PC1117_CHARSET - Static variable in class oracle.sql.CharacterSet
 
LV8PC8LR_CHARSET - Static variable in class oracle.sql.CharacterSet
 
LV8RST104090_CHARSET - Static variable in class oracle.sql.CharacterSet
 

M

m_connection_pool - Variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
main(String[]) - Static method in class oracle.jdbc.OracleDriver
Prints a description of the Oracle JDBC driver .jar file to System.out.
make(int) - Static method in class oracle.sql.CharacterSet
Factory.
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
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_RAW_PAYLOAD - Static variable in class oracle.jdbc.aq.AQDequeueOptions
Default maximum buffer size of a RAW payload.
MAXBQUALSIZE - Static variable in class oracle.jdbc.xa.OracleXid
 
MAXGTRIDSIZE - Static variable in class oracle.jdbc.xa.OracleXid
 
MESSAGE_NO_DELAY - Static variable in interface oracle.jdbc.aq.AQMessageProperties
Possible value for setDelay.
MESSAGE_NO_EXPIRATION - Static variable in interface oracle.jdbc.aq.AQMessageProperties
The message will never expire.
MIZERO - Static variable in class oracle.sql.DATE
Zero valued minute
mod(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the remainder of the division of NUMBER/n.
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
 
MSD - Static variable in class oracle.sql.DATE
Day is one of those "missing" from the year 1582
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
 
nativeSQL(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
NCLOB - Class in oracle.sql
 
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
 
negate() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the negated NUMBER value.
negInf() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to negative infinity.
NEW - Static variable in interface oracle.jdbc.OracleStatement
 
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.
newXAException(OracleConnection, int) - Static method in exception oracle.jdbc.xa.OracleXAException
 
newXAException(OracleConnection, int, int) - Static method in exception oracle.jdbc.xa.OracleXAException
 
newXAException(OracleConnection, SQLException, int) - Static method in exception oracle.jdbc.xa.OracleXAException
 
nextCharacter() - Method in class oracle.sql.CharacterWalker
Returns the next character in the sequence and advances the CharacterWalker over it.
NL7DEC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
NotificationRegistration - Interface in oracle.jdbc
This interface is extended by oracle.jdbc.aq.AQNotificationRegistration and oracle.jdbc.dcn.DatabaseChangeRegistration.
NotificationRegistration.RegistrationState - Enum in oracle.jdbc
 
NTF_AQ_PAYLOAD - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_DEFAULT_TCP_PORT - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_GROUPING_CLASS - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_GROUPING_CLASS_NONE - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_GROUPING_CLASS_TIME - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_GROUPING_REPEAT_FOREVER - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_GROUPING_REPEAT_TIME - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_GROUPING_START_TIME - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_GROUPING_TYPE - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_GROUPING_TYPE_LAST - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_GROUPING_TYPE_SUMMARY - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_GROUPING_VALUE - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_LOCAL_HOST - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_LOCAL_TCP_PORT - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_QOS_PURGE_ON_NTFN - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_QOS_RELIABLE - Static variable in interface oracle.jdbc.OracleConnection
 
NTF_TIMEOUT - Static variable in interface oracle.jdbc.OracleConnection
 
NULL - Static variable in class oracle.jdbc.OracleTypes
 
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?
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 in oracle.sql
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
numberToJulianDays(NUMBER, int[], int[]) - Static method in class oracle.sql.DATE
Converts an Oracle Number to julian days and seconds
NUMERIC - Static variable in class oracle.jdbc.OracleTypes
 

O

object_type_map - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
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.
onAQNotification(AQNotificationEvent) - Method in interface oracle.jdbc.aq.AQNotificationListener
This method will be invoked whenever an AQ event occurs.
onDatabaseChangeNotification(DatabaseChangeEvent) - Method in interface oracle.jdbc.dcn.DatabaseChangeListener
This method will be invoked whenever a Database Change event occurs.
OPAQUE - Static variable in class oracle.jdbc.OracleTypes
 
OPAQUE - Class in oracle.sql
A class for opaque data type.
OPAQUE(OpaqueDescriptor, Connection, Object) - Constructor for class oracle.sql.OPAQUE
Constructor.
OpaqueDescriptor - Class in oracle.sql
Type descriptor of Opaque data type.
open(LargeObjectAccessMode) - Method in interface oracle.jdbc.OracleBfile
Open a external LOB in the indicated mode.
open(LargeObjectAccessMode) - Method in interface oracle.jdbc.OracleBlob
Open a BLOB in the indicated mode.
open(LargeObjectAccessMode) - Method in interface oracle.jdbc.OracleClob
Open a CLOB in the indicated mode.
open() - Method in class oracle.sql.BFILE
Open a external LOB in the readonly mode.
open(LargeObjectAccessMode) - Method in class oracle.sql.BFILE
Public method using enum instead of int
open(int) - Method in class oracle.sql.BFILE
Open a external LOB in the indicated mode.
open(LargeObjectAccessMode) - Method in class oracle.sql.BLOB
Public method using enum instead of int
open(int) - Method in class oracle.sql.BLOB
Open a BLOB in the indicated mode.
open(LargeObjectAccessMode) - Method in class oracle.sql.CLOB
Public method using enum instead of int
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 interface oracle.jdbc.OracleBfile
Open the FILE.
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 switches to this new session.

This feature is supported for both thin and oci driver.

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.aq - package oracle.jdbc.aq
This package is an Oracle JDBC extension that provides interfaces to access the Advanced Queuing feature of Oracle for enterprise messaging applications.
oracle.jdbc.dcn - package oracle.jdbc.dcn
This package is an Oracle JDBC extension that provides interfaces to access the Database Change Notification feature of Oracle.
oracle.jdbc.driver - package oracle.jdbc.driver
Oracle implementation of jdbc classes.
oracle.jdbc.pool - package oracle.jdbc.pool
A package of connection cache and pooling related classes.
oracle.jdbc.xa - package oracle.jdbc.xa
Provides classes that implement the JDBC XA APIs
oracle.jdbc.xa.client - package oracle.jdbc.xa.client
Provides classes that implement the JDBC XA APIs.
oracle.sql - package oracle.sql
A package of classes that represent java SQL types and Oracle specific SQL types.
OracleArray - Interface in oracle.jdbc
 
OracleBfile - Interface in oracle.jdbc
 
OracleBlob - Interface in oracle.jdbc
 
OracleCallableStatement - Interface in oracle.jdbc
This interface extends the OraclePreparedStatement (which extends the OracleStatement interface) and incorporates standard JDBC callable statement functionality.
OracleClob - Interface in oracle.jdbc
 
OracleConnection - Interface in oracle.jdbc
This interface defines the Oracle extensions to the standard JDBC interface java.sql.Connection.
OracleConnection.CommitOption - Enum in oracle.jdbc
 
OracleConnection.DatabaseShutdownMode - Enum in oracle.jdbc
 
OracleConnection.DatabaseStartupMode - Enum in oracle.jdbc
 
OracleConnectionCache - Interface in oracle.jdbc.pool
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 in oracle.jdbc.pool
Deprecated. Use Oracle Universal Connection Pool instead. Callback functionality for the Implicit Connection Cache
OracleConnectionCacheManager - Class in oracle.jdbc.pool
Deprecated. Use Oracle Universal Connection Pool instead. Connection Cache Manager class for the Implicit Connection Caching Mechanism.
OracleConnectionPoolDataSource - Class in oracle.jdbc.pool
A DataSource object is a factory for Connection objects.
OracleConnectionPoolDataSource() - Constructor for class oracle.jdbc.pool.OracleConnectionPoolDataSource
 
OracleConnectionWrapper - Class in oracle.jdbc
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
OracleData - Interface in oracle.jdbc
 
OracleDatabaseMetaData - Class in oracle.jdbc
The oracle.jdbc.OracleDatabaseMetaData class along with oracle.jdbc.driver.OracleDatabaseMetaData implement the JDBC 3.0 DatabaseMetaData interface and in ojdbc6.jar and above, the JDBC4.0 DatabaseMetaData interface.
OracleDatabaseMetaData(OracleConnection) - Constructor for class oracle.jdbc.OracleDatabaseMetaData
Deprecated. -- Please use the factory method java.sql.Connection.getMetaData()
OracleDataFactory - Interface in oracle.jdbc
 
OracleDataSource - Class in oracle.jdbc.pool
A DataSource object is a factory for Connection objects.
OracleDataSource() - Constructor for class oracle.jdbc.pool.OracleDataSource
 
OracleDataSourceFactory - Class in oracle.jdbc.pool
A factory for creating an Oracle datasource.
OracleDataSourceFactory() - Constructor for class oracle.jdbc.pool.OracleDataSourceFactory
 
OracleDriver - Class in oracle.jdbc
The Oracle JDBC driver class that implements the java.sql.Driver interface.
OracleDriver() - Constructor for class oracle.jdbc.OracleDriver
 
OracleGetParameterMetaData() - Method in interface oracle.jdbc.OraclePreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
oracleId() - Method in class oracle.sql.CHAR
The integer that identifies the character set.
OracleLog - Class in oracle.jdbc.driver
TRACE is a static variable that enables/ disables the invocation of the print calls during run-time.
OracleLog() - Constructor for class oracle.jdbc.driver.OracleLog
 
OracleMultiPhaseArgs - Class in oracle.jdbc.xa
Utility class.
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
 
OracleNClob - Interface in oracle.jdbc
 
OracleOCIConnectionPool - Class in oracle.jdbc.pool
A type-2 driver connection pool.
OracleOCIConnectionPool(String, String, String, Properties) - Constructor for class oracle.jdbc.pool.OracleOCIConnectionPool
Notes: Choose a userid and password that can act as proxy for the users in the getProxyConnection() method.
OracleOCIConnectionPool(String, String, String) - Constructor for class oracle.jdbc.pool.OracleOCIConnectionPool
Deprecated.  
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 in oracle.jdbc
An interface for Transparent Application failover.
OracleOpaque - Interface in oracle.jdbc
 
OracleParameterMetaData - Interface in oracle.jdbc
This interface defines the Oracle extensions to the standard JDBC interface java.sql.ParameterMetaData.
OraclePooledConnection - Class in oracle.jdbc.pool
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 in oracle.jdbc
This interface defines the Oracle extensions to the standard JDBC interface java.sql.PreparedStatement.
OracleRef - Interface in oracle.jdbc
 
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
 
OracleResultSet - Interface in oracle.jdbc
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
OracleResultSet.AuthorizationIndicator - Enum in oracle.jdbc
eXtensible Data Security (XDS) authorization indicator.
OracleResultSetCache - Interface in oracle.jdbc
Oracle result set cache interface.
OracleResultSetMetaData - Interface in oracle.jdbc
An object that can be used to get information about the types and properties of the columns in a ResultSet object.
OracleResultSetMetaData.SecurityAttribute - Enum in oracle.jdbc
eXtensible Data Security (XDS) attribute.
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
 
OracleSavepoint - Interface in oracle.jdbc
This interface defines the Oracle extensions to the standard JDBC interface java.sql.Savepoint.
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
 
OracleSQLPermission - Class in oracle.jdbc
The Permission class for Java security permissions unique to the Oracle JDBC drivers.
OracleSQLPermission(String) - Constructor for class oracle.jdbc.OracleSQLPermission
 
OracleSQLPermission(String, String) - Constructor for class oracle.jdbc.OracleSQLPermission
 
OracleStatement - Interface in oracle.jdbc
This interface defines the Oracle extensions to the standard JDBC interface java.sql.Statement and is the superinterface of the OraclePreparedStatement and OracleCallableStatement interfaces.
OracleStruct - Interface in oracle.jdbc
 
OracleTypeMetaData - Interface in oracle.jdbc
 
OracleTypeMetaData.Array - Interface in oracle.jdbc
This nested interfacet defines additional methods for array types
OracleTypeMetaData.ArrayStorage - Enum in oracle.jdbc
Identifies
OracleTypeMetaData.Kind - Enum in oracle.jdbc
Identifies the kind of named type.
OracleTypeMetaData.Opaque - Interface in oracle.jdbc
This nested interface defines additional methods for opaque types
OracleTypeMetaData.Struct - Interface in oracle.jdbc
This nested interface defines additional methods for struct types
OracleTypes - Class in oracle.jdbc
Oracle types.
OracleTypes() - Constructor for class oracle.jdbc.OracleTypes
 
OracleXAConnection - Class in oracle.jdbc.xa.client
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.
OracleXAConnection - Class in oracle.jdbc.xa
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.
OracleXADataSource - Class in oracle.jdbc.xa.client
A factory for XAConnection objects.
OracleXADataSource() - Constructor for class oracle.jdbc.xa.client.OracleXADataSource
Create an OracleXADataSource instance.
OracleXADataSource - Class in oracle.jdbc.xa
A factory for XAConnection objects.
OracleXADataSource() - Constructor for class oracle.jdbc.xa.OracleXADataSource
Create an OracleXADataSource instance.
OracleXAException - Exception in oracle.jdbc.xa
OracleXAException extends XAException to leverage Oracle SQL Error number corresponding to the XA Exception.
OracleXAException() - Constructor for exception oracle.jdbc.xa.OracleXAException
Default OracleXAException class.
OracleXAException(int) - Constructor for exception oracle.jdbc.xa.OracleXAException
Default OracleXAException class that takes an error code which is a combination of Oracle Sql No.
OracleXAException(int, int) - Constructor for exception oracle.jdbc.xa.OracleXAException
 
OracleXAException(SQLException, int) - Constructor for exception oracle.jdbc.xa.OracleXAException
 
OracleXAHeteroCloseCallback - Class in oracle.jdbc.xa.client
This class implements the OracleCloseCallback interface that is defined in oracle.jdbc.driver.
OracleXAHeteroCloseCallback() - Constructor for class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
OracleXAHeteroConnection - Class in oracle.jdbc.xa.client
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 in oracle.jdbc.xa.client
Implements javax.transaction.xa.XAResource.
OracleXAHeteroResource(Connection, OracleXAConnection) - Constructor for class oracle.jdbc.xa.client.OracleXAHeteroResource
 
OracleXAResource - Class in oracle.jdbc.xa.client
Implements javax.transaction.xa.XAResource.
OracleXAResource() - Constructor for class oracle.jdbc.xa.client.OracleXAResource
 
OracleXAResource(Connection, OracleXAConnection) - Constructor for class oracle.jdbc.xa.client.OracleXAResource
 
OracleXAResource - Class in oracle.jdbc.xa
An Oracle XA Resource.
OracleXAResource() - Constructor for class oracle.jdbc.xa.OracleXAResource
 
OracleXAResource(Connection, OracleXAConnection) - Constructor for class oracle.jdbc.xa.OracleXAResource
OracleXAResource() -- The initializer.
OracleXid - Class in oracle.jdbc.xa
The OracleXid class:
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.
ORAData - Interface in oracle.sql
Oracle interface for customized user-defined types.
ORADataFactory - Interface in oracle.sql
ORAData factory interface.
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.
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

parseFormat(String, String) - Static method in class oracle.sql.DATE
Converts the fmt string into tokens for use by toText().
PHYSICAL_CONNECTION_CLOSED_COUNT - Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated.  
PHYSICAL_CONNECTION_CREATED_COUNT - Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated.  
pi() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of pi.
pingDatabase() - Method in interface oracle.jdbc.OracleConnection
Ping Database server to see if both database and the connection are actively up.
pingDatabase(int) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
pingDatabase() - Method in class oracle.jdbc.OracleConnectionWrapper
 
pingDatabase(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
PLSQL_INDEX_TABLE - Static variable in class oracle.jdbc.OracleTypes
 
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 interface oracle.jdbc.OracleBfile
Determine the byte position at which the given byte pattern
position(OracleBfile, long) - Method in interface oracle.jdbc.OracleBfile
Determine the byte position at which the given pattern
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(OracleBfile, 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.
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
prepare() -- Ask RM to prepare for a commit of the txn specified in xid.
prepare(Xid) - Method in class oracle.jdbc.xa.OracleXAResource
prepare() -- Ask RM to prepare for a commit of the txn specified in xid.
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
 
printMPArgs() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
printXML(PrintStream) - Method in class oracle.sql.TypeDescriptor
Print an XML representation of this type and all OracleTypes within.
printXML(PrintStream, boolean) - Method in class oracle.sql.TypeDescriptor
Print an XML representation of this type and all OracleTypes within.
private_data - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
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
 
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
 
purgeCache(String, boolean) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Purges Connections in the Connection Cache. A boolean flag indicates whether all connections in the cache are cleaned up(including checkedout connections) or just the connections in the 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 row-th row and column-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.

Q

QueryChangeDescription - Interface in oracle.jdbc.dcn
This interface describes a query result change.
QueryChangeDescription.QueryChangeEventType - Enum in oracle.jdbc.dcn
 

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 in oracle.sql
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.
RAWTOID - Static variable in class oracle.sql.TypeDescriptor
 
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(int, int, int, int, boolean, boolean, int[]) - Static method in class oracle.jdbc.pool.OracleOCIConnectionPool
read the properties into an integer array
readPoolConfig(Properties, int[]) - Static method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
REAL - Static variable in class oracle.jdbc.OracleTypes
 
recover(int) - Method in class oracle.jdbc.xa.OracleXAResource
Obtain a list of prepared transaction branches from a resource manager.
REF - Static variable in class oracle.jdbc.OracleTypes
 
REF - Class in oracle.sql
The REF class is a representation of the Oracle REF datatype, and it implements the java.sql.Ref interface.
REFRESH_ALL_CONNECTIONS - Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated.  
REFRESH_INVALID_CONNECTIONS - Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated.  
refreshCache(String, int) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Refreshes Connections in the Connection Cache.
registerAQNotification(String[], Properties[], Properties) - Method in interface oracle.jdbc.OracleConnection
Registers your interest into being notified when a message is enqueued in a particular queue (or array of queues).
registerAQNotification(String[], Properties[], Properties) - Method in class oracle.jdbc.OracleConnectionWrapper
 
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
 
registerDatabaseChangeNotification(Properties) - Method in interface oracle.jdbc.OracleConnection
Creates a new database change registration.
registerDatabaseChangeNotification(Properties) - 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.
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.
registerOutParameterBytes(int, int, int, int) - Method in interface oracle.jdbc.OracleCallableStatement
Deprecated. As of Oracle 10g Release 1 all character values are measured in Java chars so this method is no longer supported. It now is the equivalent of calling registerOutParameter with the same args. Since the number of bytes is at least as large as the number of characters this will always work although it may waste memory. Use registerOutParameter with the number of Java chars instead.
registerOutParameterChars(int, int, int, int) - Method in interface oracle.jdbc.OracleCallableStatement
Deprecated. As of Oracle 10g Release 1 all character values are measured in Java chars so this method is no longer needed. Call registerOutParameter with the same args instead.
registerReturnParameter(int, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Registers return parameter for DML Returning.
registerReturnParameter(int, int, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Registers return parameter for DML Returning.
registerReturnParameter(int, int, String) - Method in interface oracle.jdbc.OraclePreparedStatement
Registers return parameter for DML Returning.
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
Deprecated. Use Oracle Universal Connection Pool instead. Reinitialize a connection cache using the new set of properties supplied
RELEASE_CONNECTION_CALLBACK - Static variable in interface oracle.jdbc.OracleConnection
 
releaseConnection(OracleConnection, Object) - Method in interface oracle.jdbc.pool.OracleConnectionCacheCallback
Deprecated. Use Oracle Universal Connection Pool instead.
releaseSavepoint(Savepoint) - Method in class oracle.jdbc.OracleConnectionWrapper
 
remove(int) - Method in interface oracle.jdbc.OracleResultSetCache
Remove the row-th row.
remove(int, int) - Method in interface oracle.jdbc.OracleResultSetCache
Remove the data stored in row-th row and column-th column
removeCache(String, long) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Removes the Connection Cache, associated with the given Connection Cache Name. When a timeout value is specified, the remove processing pauses for the specified period of time, before proceeding to remove the connection cache.
removeConnectionEventListener(ConnectionEventListener) - Method in class oracle.jdbc.pool.OraclePooledConnection
Remove an event listener.
removeListener(AQNotificationListener) - Method in interface oracle.jdbc.aq.AQNotificationRegistration
 
removeListener(DatabaseChangeListener) - Method in interface oracle.jdbc.dcn.DatabaseChangeRegistration
Remove a listener from the list of registered listeners.
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.
rollback() - Method in class oracle.jdbc.OracleConnectionWrapper
 
rollback(Savepoint) - Method in class oracle.jdbc.OracleConnectionWrapper
 
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
rollback() -- Ask RM to roll back work done on behalf of a txn branch.
rollback(Xid) - Method in class oracle.jdbc.xa.OracleXAResource
rollback() -- Ask RM to roll back work done on behalf of a txn branch.
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.
RowChangeDescription - Interface in oracle.jdbc.dcn
This interface describes the row level information that can be retrieved from a database change event.
RowChangeDescription.RowOperation - Enum in oracle.jdbc.dcn
 
ROWID - Static variable in class oracle.jdbc.OracleTypes
 
ROWID - Class in oracle.sql
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
 

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
 
S8EBCDIC1143_CHARSET - Static variable in class oracle.sql.CharacterSet
 
S8EBCDIC278_CHARSET - Static variable in class oracle.sql.CharacterSet
 
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.
SE8ISO8859P3_CHARSET - Static variable in class oracle.sql.CharacterSet
 
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).
setAddress(String) - Method in interface oracle.jdbc.aq.AQAgent
Protocol-specific address of the recipient.
setApplicationContext(String, String, String) - Method in interface oracle.jdbc.OracleConnection
Sets a attribute/value pair in a particular namespace in the application context on the server.
setApplicationContext(String, String, String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setArray(String, Array) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an java.sql.Arrayvalue.
setARRAY(String, ARRAY) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.ARRAYvalue.
setARRAY(int, ARRAY) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.ARRAY.
setArrayAtName(String, Array) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Array value.
setARRAYAtName(String, ARRAY) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a oracle.sql.ARRAY value.
setAsciiStream(String, InputStream, int) - Method in interface oracle.jdbc.OracleCallableStatement
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.
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
set 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.
setBFILE(String, BFILE) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.BFILEvalue.
setBfile(String, BFILE) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.BFILEvalue.
setBfile(int, BFILE) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.BFILE value.
setBFILE(int, BFILE) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.BFILE value.
setBFILEAtName(String, BFILE) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a oracle.sql.BFILEvalue.
setBfileAtName(String, BFILE) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a oracle.sql.BFILEvalue.
setBigDecimal(String, BigDecimal) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimalAtName(String, BigDecimal) - Method in interface oracle.jdbc.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(String, 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.
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.
setBinaryFloat(String, BINARY_FLOAT) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given oracle.sql.BINARY_FLOAT value.
setBinaryFloat(String, float) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java 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.
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.
setBinaryStream(String, InputStream, int) - Method in interface oracle.jdbc.OracleCallableStatement
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.
setBLOB(String, BLOB) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.BLOBvalue.
setBlob(String, Blob) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an java.sql.Blobvalue.
setBLOB(int, BLOB) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.BLOB value.
setBLOBAtName(String, BLOB) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.BLOB value.
setBlobAtName(String, Blob) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Blob value.
setBoolean(String, boolean) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java boolean value.
setBooleanAtName(String, boolean) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Boolean value.
setByte(String, byte) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java byte value.
setByteAtName(String, byte) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Byte value.
setBytes(String, byte[]) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given 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.
setBytesForBlob(String, byte[]) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java byte[] value.
setBytesForBlob(int, byte[]) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java bytes value.
setBytesForBlobAtName(String, byte[]) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java byte array value.
setCatalog(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setCHAR(String, CHAR) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.CHARvalue.
setCHAR(int, CHAR) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.CHAR value.
setCharacterStream(String, Reader, int) - Method in interface oracle.jdbc.OracleCallableStatement
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.
setCHARAtName(String, CHAR) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.CHAR value.
setCheckBindTypes(boolean) - Method in interface oracle.jdbc.OraclePreparedStatement
Enable/disable bind type checking.
setCLOB(String, CLOB) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.CLOBvalue.
setClob(String, Clob) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an java.sql.Clobvalue.
setCLOB(int, CLOB) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.CLOB value.
setCLOBAtName(String, CLOB) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.CLOB value.
setClobAtName(String, Clob) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Clob value.
setCondition(String) - Method in class oracle.jdbc.aq.AQDequeueOptions
Sets a conditional expression based on the message properties, the message data properties, and PL/SQL functions.
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
Deprecated. Use Oracle Universal Connection Pool instead.

Setter method to set one or more Implicit Connection Cache properties. If a null value is set, default values will take effect. Below are the list of properties supported. These are the keys (case sensitive) to be used when setting their appropriate values.

setConnectionCachingEnabled(boolean) - Method in class oracle.jdbc.pool.OracleDataSource
Deprecated. Use Oracle Universal Connection Pool instead.

Setter method to enable Implicit Connection Caching

setConnectionErrorCodes(int[]) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated.  
setConnectionPoolDataSource(String, ConnectionPoolDataSource) - Method in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated. Use Oracle Universal Connection Pool instead. Sets the ConnectionPoolDataSource that may be used to create the implicit connection cache. If the connections are already created on the connection cache, then an exception is thrown. If no connections are opened, then the new ConnectionPoolDataSource is used and may overwrite the previous one, if any.
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
 
setConsumerName(String) - Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies a consumer name.
setCorrelation(String) - Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies a correlation criterion (or search criterion) for the dequeue operation.
setCorrelation(String) - Method in interface oracle.jdbc.aq.AQMessageProperties
Specifies the identification supplied by the producer for a message at enqueuing.
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(String, ResultSet) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to a Java Cursor value.
setCursor(int, ResultSet) - Method in interface oracle.jdbc.OraclePreparedStatement
Deprecated.  
setCursorAtName(String, ResultSet) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Cursor value.
setCustomDatum(String, CustomDatum) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.CustomDatumvalue.
setCustomDatum(int, CustomDatum) - Method in interface oracle.jdbc.OraclePreparedStatement
Deprecated.  
setCustomDatumAtName(String, CustomDatum) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java CustomDatum value.
setDatabaseChangeRegistration(DatabaseChangeRegistration) - Method in interface oracle.jdbc.OracleStatement
Associate a Database Change Registration object with this statement.
setDatabaseName(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the name of a particular database on a server.
setDataSourceName(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the DataSourceName.
setDATE(String, DATE) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.DATEvalue.
setDate(String, Date) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.sql.Date value.
setDate(String, Date, Calendar) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDATE(int, DATE) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.DATE value.
setDATEAtName(String, DATE) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.DATE value.
setDateAtName(String, Date) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Date value.
setDateAtName(String, Date, Calendar) - Method in interface oracle.jdbc.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
 
setDefaultTimeZone(TimeZone) - Method in interface oracle.jdbc.OracleConnection
The TimeZone to be used while creating java.sql.Date, java.sql.Time & java.sql.Timestamp.
setDefaultTimeZone(TimeZone) - Method in class oracle.jdbc.OracleConnectionWrapper
The TimeZone to be used while creating java.sql.Date, java.sql.Time & java.sql.Timestamp.
setDelay(int) - Method in interface oracle.jdbc.aq.AQMessageProperties
Specifies the number of seconds to delay the enqueued message.
setDeliveryFilter(AQDequeueOptions.DeliveryFilter) - Method in class oracle.jdbc.aq.AQDequeueOptions
Use this method to dequeue buffered messages only, persistent messages only or both.
setDeliveryMode(AQEnqueueOptions.DeliveryMode) - Method in class oracle.jdbc.aq.AQEnqueueOptions
Specifies the delivery mode: persistent or buffered.
setDequeueMessageId(byte[]) - Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies the message identifier of the message to be dequeued.
setDequeueMode(AQDequeueOptions.DequeueMode) - Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies the locking behavior associated with the dequeue operation.
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.
setDouble(String, double) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java double value.
setDoubleAtName(String, double) - Method in interface oracle.jdbc.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
 
setExceptionQueue(String) - Method in interface oracle.jdbc.aq.AQMessageProperties
Specifies the name of the queue to which the message is moved to if it cannot be processed successfully.
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).
setExpiration(int) - Method in interface oracle.jdbc.aq.AQMessageProperties
Specifies the expiration of the message.
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.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
 
setFixedCHAR(String, String) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to a String See the javadoc for the setFixedChar(int, String) method in OraclePreparedStatement.
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.
setFixedCHARAtName(String, String) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java FixedCHAR value.
setFloat(String, float) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java float value.
setFloatAtName(String, float) - Method in interface oracle.jdbc.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.
setHoldability(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
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.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 interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java int value.
setIntAtName(String, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Int value.
setINTERVALDS(String, INTERVALDS) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.INTERVALDSvalue.
setINTERVALDS(int, INTERVALDS) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds 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.
setINTERVALYM(String, INTERVALYM) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.INTERVALYMvalue.
setINTERVALYM(int, INTERVALYM) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds 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.
setLastAccessedTime(long) - Method in class oracle.jdbc.pool.OraclePooledConnection
Set the last accessed time on the PooledConnection.
setLobPrefetchSize(int) - Method in interface oracle.jdbc.OracleStatement
Overrides the LOB prefetch size for this statement.
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.
setLogWriter(PrintWriter) - Method in class oracle.jdbc.pool.OracleDataSource
Set the log writer for this data source.
setLong(String, long) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java long value.
setLongAtName(String, long) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Long value.
setMaximumBufferLength(int) - Method in class oracle.jdbc.aq.AQDequeueOptions
Sets the maximum number of bytes that will be allocated when dequeueing a message from a RAW queue.
setMaxStatements(int) - Method in class oracle.jdbc.pool.OracleDataSource
Deprecated.  
setName(String) - Method in interface oracle.jdbc.aq.AQAgent
 
setNavigation(AQDequeueOptions.NavigationOption) - Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies the position of the message that will be retrieved.
setNetworkProtocol(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the network protocol for the connections.
setNull(String, int, String) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to SQL NULL.
setNull(String, int) - Method in interface oracle.jdbc.OracleCallableStatement
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.
setNUMBER(String, NUMBER) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.NUMBERvalue.
setNUMBER(int, NUMBER) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.NUMBER value.
setNUMBERAtName(String, NUMBER) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.NUMBERvalue.
setObject(String, Object, int, int) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, int) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object) - Method in interface oracle.jdbc.OracleCallableStatement
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.
setONSConfiguration(String) - Method in class oracle.jdbc.pool.OracleDataSource
Deprecated. Use Oracle Universal Connection Pool instead.

Set the configuration string used for remote ONS subscription. The parameter string closely resembles the content of the ONS configuration file "ons.config", and contains a list of "<name>=<value>" pairs separated by newline character '\n', where <name> can be one of "nodes", "walletfile", or "walletpassword". The parameter string should at least specify the ONS configuration attribute "nodes", as a list of host:port pairs separated by comma ','. SSL would be used when the "walletfile" attribute is specified as an Oracle wallet file.

An example ONS configuration string:

      "nodes=host1:4200,host2:4200\nwalletfile=wfile\nwalletpassword=wpwd"
    

This is used primarily by Fast Connection Failover and Runtime Load Balancing.

setOPAQUE(String, OPAQUE) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.OPAQUEvalue.
setOPAQUE(int, OPAQUE) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.OPAQUE value.
setOPAQUEAtName(String, OPAQUE) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.OPAQUEvalue.
setOracleObject(String, Datum) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.Datumvalue.
setOracleObject(int, Datum) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.Datum value.
setOracleObjectAtName(String, Datum) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.Datumvalue.
setORAData(String, ORAData) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.ORADatavalue.
setORAData(int, ORAData) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.ORAData value.
setORADataAtName(String, ORAData) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.ORADatavalue.
setPassword(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the password with which connections have to be obtained.
setPayload(byte[]) - Method in interface oracle.jdbc.aq.AQMessage
Sets a RAW payload.
setPayload(byte[], byte[]) - Method in interface oracle.jdbc.aq.AQMessage
Sets the payload in its linearized form.
setPayload(STRUCT) - Method in interface oracle.jdbc.aq.AQMessage
Sets an ADT payload.
setPayload(ANYDATA) - Method in interface oracle.jdbc.aq.AQMessage
Sets an ANYDATA payload.
setPayload(RAW) - Method in interface oracle.jdbc.aq.AQMessage
Sets a RAW payload.
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.
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
(Re-)Set the pool configuration for the Cache.
setPortNumber(int) - Method in class oracle.jdbc.pool.OracleDataSource
Set the port number where a server is listening for requests.
setPrecision(long) - Method in class oracle.sql.TypeDescriptor
 
setPriority(int) - Method in interface oracle.jdbc.aq.AQMessageProperties
Specifies the priority of the message.
setProperties(Hashtable) - Method in class oracle.jdbc.pool.OraclePooledConnection
 
setProtocol(int) - Method in interface oracle.jdbc.aq.AQAgent
Protocol to interpret the address and propagate the message.
setRAW(String, RAW) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.RAWvalue.
setRAW(int, RAW) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.RAW value.
setRAWAtName(String, RAW) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.RAWvalue.
setReadOnly(boolean) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setRecipientList(AQAgent[]) - Method in interface oracle.jdbc.aq.AQMessageProperties
This parameter is only valid for queues which allow multiple consumers.
setRef(String, Ref) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an jdbc.sql.Refvalue.
setREF(String, REF) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.REFvalue.
setREF(int, REF) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.REF value.
setRefAtName(String, Ref) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Ref value.
setREFAtName(String, REF) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.REFvalue.
setRefType(String, REF) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.REFvalue.
setRefType(int, REF) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.REF value.
setRefTypeAtName(String, REF) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.REFvalue.
setRelativeMessageId(byte[]) - Method in class oracle.jdbc.aq.AQEnqueueOptions
Deprecated.  
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.
setRetrieveMessageId(boolean) - Method in class oracle.jdbc.aq.AQDequeueOptions
Set this to true in order to retrieve the message id during dequeue.
setRetrieveMessageId(boolean) - Method in class oracle.jdbc.aq.AQEnqueueOptions
Set this to true to retrieve the message id back from the server when the message has been enqueued.
setROWID(String, ROWID) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.ROWIDvalue.
setROWID(int, ROWID) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.ROWID value.
setROWIDAtName(String, ROWID) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.ROWIDvalue.
setRowPrefetch(int) - Method in interface oracle.jdbc.OracleStatement
Sets the value of row prefetch for all result sets created from this statement.
setSavepoint() - Method in class oracle.jdbc.OracleConnectionWrapper
 
setSavepoint(String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setScale(byte) - Method in class oracle.sql.TypeDescriptor
 
setSender(AQAgent) - Method in interface oracle.jdbc.aq.AQMessageProperties
Identifies the original sender of a message.
setSequenceDeviation(AQEnqueueOptions.SequenceDeviationOption) - Method in class oracle.jdbc.aq.AQEnqueueOptions
Deprecated.  
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 interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java short value.
setShortAtName(String, short) - Method in interface oracle.jdbc.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) - 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 interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given 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.
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.
setStringForClobAtName(String, String) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setSTRUCT(String, STRUCT) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.STRUCTvalue.
setSTRUCT(int, STRUCT) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.STRUCT value.
setSTRUCTAtName(String, STRUCT) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.STRUCTvalue.
setStructDescriptor(String, StructDescriptor) - Method in interface oracle.jdbc.OracleCallableStatement
 
setStructDescriptor(int, StructDescriptor) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the bind type of designated parameter from an oracle.sql.StructDescriptor.
setStructDescriptorAtName(String, StructDescriptor) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.StructDescriptor value.
setTime(String, Time) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(String, Time, Calendar) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given 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, Calendar) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Time value.
setTimestamp(String, Timestamp) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTIMESTAMP(String, TIMESTAMP) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPvalue.
setTimestamp(String, Timestamp, Calendar) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTIMESTAMP(int, TIMESTAMP) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to an oracle.sql.TIMESTAMP value.
setTimestampAtName(String, Timestamp) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Timestamp value.
setTimestampAtName(String, Timestamp, Calendar) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Timestamp value.
setTIMESTAMPAtName(String, TIMESTAMP) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMP value.
setTIMESTAMPLTZ(String, TIMESTAMPLTZ) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPLTZvalue.
setTIMESTAMPLTZ(int, TIMESTAMPLTZ) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds 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.
setTIMESTAMPTZ(String, TIMESTAMPTZ) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPTZvalue.
setTIMESTAMPTZ(int, TIMESTAMPTZ) - Method in interface oracle.jdbc.OraclePreparedStatement
Binds 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.
setTNSEntryName(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the TNS entry name.
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.
setTransformation(String) - Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies a transformation that will be applied after dequeuing the message.
setTransformation(String) - Method in class oracle.jdbc.aq.AQEnqueueOptions
Specifies a transformation that will be applied before enqueuing the message.
setTypeMap(Map) - Method in class oracle.jdbc.OracleConnectionWrapper
 
setUnicodeStream(String, InputStream, int) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to a Java UnicodeStream value.
setUnicodeStreamAtName(String, InputStream, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java UnicodeStream value.
setupFromSystemProperties() - Static method in class oracle.jdbc.driver.OracleLog
This method uses System.getProperty() to read properties to control logging.
setURL(String, URL) - Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.net.URL object.
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.
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.
setVisibility(AQDequeueOptions.VisibilityOption) - Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies whether the message is dequeued as part of the current transaction.
setVisibility(AQEnqueueOptions.VisibilityOption) - Method in class oracle.jdbc.aq.AQEnqueueOptions
Specifies the transactional behavior of the enqueue request.
setWait(int) - Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies the wait time if there is currently no message available which matches the search criterion.
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
 
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
 
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(OracleConnection.DatabaseShutdownMode) - Method in interface oracle.jdbc.OracleConnection
Shuts the database server down.
shutdown(OracleConnection.DatabaseShutdownMode) - 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.
SIZE_DATE - Static variable in class oracle.sql.TIMESTAMP
 
SIZE_TIMESTAMP - Static variable in class oracle.sql.TIMESTAMP
 
SIZE_TIMESTAMP_NOFRAC - Static variable in class oracle.sql.TIMESTAMP
 
SMALLINT - Static variable in class oracle.jdbc.OracleTypes
 
sql_exception_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
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.client.OracleXAHeteroResource
Starts work on behalf of a transaction branch.
start(Xid, int) - Method in class oracle.jdbc.xa.client.OracleXAResource
start() -- Starts work on behalf of a transaction branch.
start(Xid, int) - Method in class oracle.jdbc.xa.OracleXAResource
start() -- Starts work on behalf of a transaction branch.
startup(String, int) - Method in interface oracle.jdbc.OracleConnection
Deprecated. This method will be removed in a future version.
startup(OracleConnection.DatabaseStartupMode) - Method in interface oracle.jdbc.OracleConnection
Starts the database server up.
startup(String, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
startup(OracleConnection.DatabaseStartupMode) - Method in class oracle.jdbc.OracleConnectionWrapper
 
statement_cache_size - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
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.
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 UTF8 representation of a String
stringValue() - Method in class oracle.sql.ANYDATA
Returns a string representation of this ANYDATA.
stringValue(Connection) - Method in class oracle.sql.ANYDATA
Returns a string representation of this ANYDATA.
stringValue() - Method in class oracle.sql.ARRAY
 
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.CLOB
Convert to a String representation of the datum object
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(Connection) - Method in class oracle.sql.Datum
Some Datum subclass such as TIMESTAMPTZ will override this default implementation which simply ignores the the connection.
stringValue() - Method in class oracle.sql.INTERVALDS
Returns String for this INTERVALDS object
stringValue() - Method in class oracle.sql.INTERVALYM
Returns String for this INTERVALYM 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.OPAQUE
 
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.
STRUCT - Static variable in class oracle.jdbc.OracleTypes
 
STRUCT - Class in oracle.sql
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
 
StructDescriptor - Class in oracle.sql
Descriptor of a SQL structured object.
StructMetaData - Interface in oracle.jdbc
An interface to get information about structured column types.
sub(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the difference of NUMBER and n.
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?
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?
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?

T

TableChangeDescription - Interface in oracle.jdbc.dcn
This interface describes a database change at the table level.
TableChangeDescription.TableOperation - Enum in oracle.jdbc.dcn
 
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.
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.
TH8MACTHAI_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TH8MACTHAIS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TH8TISASCII_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TH8TISEBCDIC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TH8TISEBCDICS_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 in oracle.sql
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(Timestamp, Calendar) - Constructor for class oracle.sql.TIMESTAMP
Create an Oracle TIMESTAMP object represented by the java Timestamp and Calendar
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 in oracle.sql
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 in oracle.sql
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.
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(Calendar) - Method in class oracle.sql.Datum
 
timestampValue() - Method in class oracle.sql.TIMESTAMP
Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
timestampValue(Calendar) - Method in class oracle.sql.TIMESTAMP
Calls toTimestamp to convert internal Oracle Date and Calendar 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.
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
timeValue(Calendar) - Method in class oracle.sql.Datum
 
timeValue() - Method in class oracle.sql.TIMESTAMP
Calls toTime to convert internal Oracle Date to a Java Time.
timeValue(Connection) - Method in class oracle.sql.TIMESTAMPLTZ
Calls toTime to convert internal Oracle Date to a Java Time.
timeValue(Connection, Calendar) - Method in class oracle.sql.TIMESTAMPLTZ
Calls toTime to convert internal Oracle Date to a Java Time.
timeValue(Connection) - Method in class oracle.sql.TIMESTAMPTZ
Calls toTime to convert internal Oracle Date to a Java Time.
TimeZoneConvert(Connection, TIMESTAMP, TimeZone, TimeZone) - Static method in class oracle.sql.TIMESTAMP
Converts the TIMESTAMP object from one timezone to the other
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
 
TMMIGRATE - 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
 
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(Timestamp, Calendar) - Static method in class oracle.sql.TIMESTAMP
Convert Java Timestamp and Java Calendar 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.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(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 Java 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 Java 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 Java 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
toDate2(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Convert a byte array representing a TIMESTAMPTZ object to a Java Date Object in accordance with java.sql.Date specification.
toDatum(Connection) - Method in class oracle.sql.ANYDATA
 
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.
toDatum(Connection) - Method in class oracle.sql.TypeDescriptor
 
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 interface oracle.jdbc.OracleArray
Oracle extension.
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
toJDBCObject(Connection) - Method in interface oracle.jdbc.OracleData
Extract a jdbc Object.
toJDBCObject(Connection) - Method in class oracle.sql.ANYDATA
 
toJDBCObject(Connection) - Method in class oracle.sql.TypeDescriptor
 
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 interface oracle.jdbc.aq.AQAgent
 
toString() - Method in interface oracle.jdbc.aq.AQMessage
Returns the String description of this message.
toString() - Method in interface oracle.jdbc.aq.AQMessageProperties
 
toString() - Method in class oracle.jdbc.aq.AQNotificationEvent
 
toString() - Method in class oracle.jdbc.dcn.DatabaseChangeEvent
 
toString() - Method in class oracle.sql.CHAR
Converts the characters to a String.
toString() - Method in class oracle.sql.CharacterSet
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() - Method in class oracle.sql.DATE
 
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() - Method in class oracle.sql.TIMESTAMP
 
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(byte[], Calendar) - Static method in class oracle.sql.TIMESTAMP
Convert a byte array representing a TIMESTAMP object to a Java Timestamp Object given Calendar 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.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMPLTZ object to a Oracle TIMESTAMP Object
toTIMESTAMP(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
 
toTimestamp(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Convert a byte array representing a TIMESTAMP WITH TIME ZONE object to a Java Timestamp Object
toTimestamp2(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Convert a byte array representing a TIMESTAMP object to a Java Timestamp Object
toTIMESTAMPTZ(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMPLTZ object to a Oracle TIMESTAMPTZ Object
toXMLString() - Method in class oracle.sql.TypeDescriptor
Creates a String which is an XML representation of this type and all OracleTypes within.
toXMLString(boolean) - Method in class oracle.sql.TypeDescriptor
Creates a String which is an XML representation of this type and all OracleTypes within.
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
 
TR8EBCDIC1026S_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TR8MACTURKISH_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TR8MACTURKISHS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TR8MSWIN1254_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TR8PC857_CHARSET - Static variable in class oracle.sql.CharacterSet
 
TRACE - Static variable in class oracle.jdbc.aq.AQDequeueOptions
 
TRACE - Static variable in class oracle.jdbc.aq.AQEnqueueOptions
 
TRACE - Static variable in class oracle.jdbc.aq.AQFactory
 
TRACE - Static variable in class oracle.jdbc.aq.AQNotificationEvent
 
TRACE - Static variable in class oracle.jdbc.dcn.DatabaseChangeEvent
 
TRACE - Static variable in class oracle.jdbc.driver.OracleLog
 
TRACE - Static variable in class oracle.jdbc.OracleConnectionWrapper
 
TRACE - Static variable in class oracle.jdbc.OracleDatabaseMetaData
 
TRACE - Static variable in class oracle.jdbc.OracleDriver
 
TRACE - Static variable in class oracle.jdbc.OracleTypes
 
TRACE - Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
Deprecated.  
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.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.jdbc.xa.OracleMultiPhaseArgs
 
TRACE - Static variable in class oracle.jdbc.xa.OracleXAConnection
 
TRACE - Static variable in class oracle.jdbc.xa.OracleXADataSource
 
TRACE - Static variable in exception 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.sql.ANYDATA
 
TRACE - Static variable in class oracle.sql.ARRAY
 
TRACE - Static variable in class oracle.sql.ArrayDescriptor
 
TRACE - Static variable in class oracle.sql.AttributeDescriptor
 
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.CharacterBuffer
 
TRACE - Static variable in class oracle.sql.CharacterSet
 
TRACE - Static variable in class oracle.sql.CharacterSetWithConverter
 
TRACE - Static variable in class oracle.sql.CharacterWalker
 
TRACE - Static variable in class oracle.sql.CLOB
 
TRACE - Static variable in class oracle.sql.ConverterArchive
 
TRACE - Static variable in class oracle.sql.DATE
 
TRACE - Static variable in class oracle.sql.DatumWithConnection
 
TRACE - Static variable in class oracle.sql.JAVA_STRUCT
 
TRACE - Static variable in class oracle.sql.NCLOB
 
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.TIMESTAMP
 
TRACE - Static variable in class oracle.sql.TIMESTAMPLTZ
 
TRACE - Static variable in class oracle.sql.TIMESTAMPTZ
 
TRACE - Static variable in class oracle.sql.TypeDescriptor
 
TRACE_1 - Static variable in class oracle.jdbc.driver.OracleLog
 
TRACE_10 - Static variable in class oracle.jdbc.driver.OracleLog
 
TRACE_16 - Static variable in class oracle.jdbc.driver.OracleLog
 
TRACE_20 - Static variable in class oracle.jdbc.driver.OracleLog
 
TRACE_30 - Static variable in class oracle.jdbc.driver.OracleLog
 
TRACE_32 - Static variable in class oracle.jdbc.driver.OracleLog
 
transaction_isolation - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
TRANSACTIONS_DISTRIBUTED - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
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.
TYPE_NESTED_TABLE - Static variable in class oracle.sql.ArrayDescriptor
 
TYPE_VARRAY - Static variable in class oracle.sql.ArrayDescriptor
 
TYPECODE_BDOUBLE - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_BFILE - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_BFLOAT - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_BLOB - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_BOOLEAN - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_CFILE - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_CHAR - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_CLOB - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_DATE - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_DECIMAL - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_DOUBLE - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_ERRHP - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_FLOAT - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_INTEGER - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_INTERVAL_DS - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_INTERVAL_YM - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_ITABLE - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_JDBC_ARRAY - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_JDBC_JOBJECT - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_JDBC_JOPAQUE - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_JDBC_JSTRUCT - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_JDBC_REF - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_JDBC_STRUCT - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_MLSLABEL - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_NAMEDCOLLECTION - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_NCHAR - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_NCLOB - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_NONE - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_NUMBER - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_NVARCHAR2 - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_OBJECT - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_OCTET - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_OPAQUE - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_OTMFIRST - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_OTMLAST - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_PLS_INTEGER - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_PTR - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_RAW - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_REAL - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_RECORD - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_REF - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_SIGNED16 - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_SIGNED32 - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_SIGNED8 - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_SMALLINT - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_SYSFIRST - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_SYSLAST - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_TABLE - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_TIME - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_TIME_TZ - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_TIMESTAMP - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_TIMESTAMP_LTZ - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_TIMESTAMP_TZ - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_UNSIGNED16 - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_UNSIGNED32 - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_UNSIGNED8 - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_UROWID - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_VARCHAR - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_VARCHAR2 - Static variable in class oracle.sql.TypeDescriptor
 
TYPECODE_VARRAY - Static variable in class oracle.sql.TypeDescriptor
 
TypeDescriptor - Class in oracle.sql
The descriptor of pre-defined types.

U

UNICODE_1_CHARSET - Static variable in class oracle.sql.CharacterSet
 
UNICODE_2_CHARSET - Static variable in class oracle.sql.CharacterSet
This unicode is a "true UTF8".
unMatchedCachedConnAttr - Variable in class oracle.jdbc.pool.OraclePooledConnection
 
unregisterAQNotification(AQNotificationRegistration) - Method in interface oracle.jdbc.OracleConnection
Deletes a given AQ registration.
unregisterAQNotification(AQNotificationRegistration) - Method in class oracle.jdbc.OracleConnectionWrapper
 
unregisterDatabaseChangeNotification(DatabaseChangeRegistration) - Method in interface oracle.jdbc.OracleConnection
Deletes a given database change registration.
unregisterDatabaseChangeNotification(int, String, int) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
unregisterDatabaseChangeNotification(int) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
unregisterDatabaseChangeNotification(long, String) - Method in interface oracle.jdbc.OracleConnection
Deletes a given database change registration in the server.
unregisterDatabaseChangeNotification(DatabaseChangeRegistration) - Method in class oracle.jdbc.OracleConnectionWrapper
 
unregisterDatabaseChangeNotification(int, String, int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
unregisterDatabaseChangeNotification(int) - Method in class oracle.jdbc.OracleConnectionWrapper
 
unregisterDatabaseChangeNotification(long, String) - Method in class oracle.jdbc.OracleConnectionWrapper
 
unwrap() - Method in interface oracle.jdbc.OracleConnection
Return the wrapped 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.
updateBfile(int, BFILE) - Method in interface oracle.jdbc.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(String, BFILE) - Method in interface oracle.jdbc.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.
updateCHAR(int, CHAR) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateCHAR(String, CHAR) - Method in interface oracle.jdbc.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.
updateCustomDatum(int, CustomDatum) - Method in interface oracle.jdbc.OracleResultSet
Deprecated.  
updateCustomDatum(String, CustomDatum) - Method in interface oracle.jdbc.OracleResultSet
Deprecated.  
updateDATE(int, DATE) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateDATE(String, DATE) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateINTERVALDS(int, INTERVALDS) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateINTERVALDS(String, INTERVALDS) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateINTERVALYM(int, INTERVALYM) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateINTERVALYM(String, INTERVALYM) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateNUMBER(int, NUMBER) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateNUMBER(String, NUMBER) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateOracleObject(int, Datum) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateOracleObject(String, Datum) - Method in interface oracle.jdbc.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.
updateRAW(int, RAW) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateRAW(String, RAW) - Method in interface oracle.jdbc.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.
updateROWID(int, ROWID) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateROWID(String, ROWID) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updatesAreDetected(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.updatesAreDetected.
updateSTRUCT(int, STRUCT) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateSTRUCT(String, STRUCT) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateTIMESTAMP(int, TIMESTAMP) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateTIMESTAMP(String, TIMESTAMP) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateTIMESTAMPLTZ(int, TIMESTAMPLTZ) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateTIMESTAMPLTZ(String, TIMESTAMPLTZ) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateTIMESTAMPTZ(int, TIMESTAMPTZ) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
updateTIMESTAMPTZ(String, TIMESTAMPTZ) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
url_string - Static variable in class oracle.jdbc.pool.OraclePooledConnection
 
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
 
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?
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.
UTFToJavaChar(byte[], int, int, boolean) - 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, boolean) - 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
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

V

valueOf(String) - Static method in enum oracle.jdbc.aq.AQDequeueOptions.DeliveryFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.aq.AQDequeueOptions.DequeueMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.aq.AQDequeueOptions.NavigationOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.aq.AQDequeueOptions.VisibilityOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.aq.AQEnqueueOptions.DeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.aq.AQEnqueueOptions.SequenceDeviationOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.aq.AQEnqueueOptions.VisibilityOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.aq.AQMessageProperties.DeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.aq.AQMessageProperties.MessageState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.aq.AQNotificationEvent.AdditionalEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.aq.AQNotificationEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.dcn.DatabaseChangeEvent.AdditionalEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.dcn.DatabaseChangeEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.dcn.QueryChangeDescription.QueryChangeEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.dcn.RowChangeDescription.RowOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.dcn.TableChangeDescription.TableOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.LargeObjectAccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.NotificationRegistration.RegistrationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.OracleConnection.CommitOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.OracleConnection.DatabaseShutdownMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.OracleConnection.DatabaseStartupMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.OracleResultSet.AuthorizationIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.OracleResultSetMetaData.SecurityAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.OracleTypeMetaData.ArrayStorage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdbc.OracleTypeMetaData.Kind
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.jdbc.aq.AQDequeueOptions.DeliveryFilter
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.aq.AQDequeueOptions.DequeueMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.aq.AQDequeueOptions.NavigationOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.aq.AQDequeueOptions.VisibilityOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.aq.AQEnqueueOptions.DeliveryMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.aq.AQEnqueueOptions.SequenceDeviationOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.aq.AQEnqueueOptions.VisibilityOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.aq.AQMessageProperties.DeliveryMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.aq.AQMessageProperties.MessageState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.aq.AQNotificationEvent.AdditionalEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.aq.AQNotificationEvent.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.dcn.DatabaseChangeEvent.AdditionalEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.dcn.DatabaseChangeEvent.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.dcn.QueryChangeDescription.QueryChangeEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.dcn.RowChangeDescription.RowOperation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.dcn.TableChangeDescription.TableOperation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.LargeObjectAccessMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.NotificationRegistration.RegistrationState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.OracleConnection.CommitOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.OracleConnection.DatabaseShutdownMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.OracleConnection.DatabaseStartupMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.OracleResultSet.AuthorizationIndicator
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.OracleResultSetMetaData.SecurityAttribute
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.OracleTypeMetaData.ArrayStorage
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum oracle.jdbc.OracleTypeMetaData.Kind
Returns an array containing the constants of this enum type, in the order they're declared.
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
 

W

WE8BS2000_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8BS2000E_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8BS2000L5_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8DEC_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8DECTST_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8DG_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC1047_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC1047E_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC1140_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC1140C_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC1145_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC1146_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC1148_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC1148C_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC284_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC285_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC37_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC37C_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC500_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC500C_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC871_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8EBCDIC924_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
 
WE8ISO8859P15_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8ISO8859P1_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8ISO8859P9_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8ISOICLUK_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8MACROMAN8_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8MACROMAN8S_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8MSWIN1252_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8NCR4970_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8NEXTSTEP_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8PC850_CHARSET - Static variable in class oracle.sql.CharacterSet
 
WE8PC858_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
 
withCode(int) - Static method in enum oracle.jdbc.OracleTypeMetaData.ArrayStorage
 

X

XA_OK - Static variable in class oracle.jdbc.xa.OracleXAResource
 
XMLTYPETOID - Static variable in class oracle.sql.TypeDescriptor
 

Y

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

Z

zero() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to zero.
ZHS16CGB231280_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHS16DBCS_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
 
ZHS32GB18030_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
 
ZHT16DBCS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT16DBT_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT16HKSCS31_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT16HKSCS_CHARSET - Static variable in class oracle.sql.CharacterSet
 
ZHT16MSWIN950_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
 
ZHT32TRIS_CHARSET - Static variable in class oracle.sql.CharacterSet
 

_

_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 Q R S T U V W X Y Z _

Oracle Database JDBC Java API Reference
11g Release 2

E13995-03


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.