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

A

abs() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the absolute value of NUMBER.
absolute(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.absolute.
acceptsURL(String) - Method in class oracle.jdbc.driver.OracleDriver
Test to see if this driver understands a sub-protocol.
ACCESS_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
 
acos() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the arc cosine value of NUMBER.
add(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of the addition of the NUMBER value and n.
addBatch() - Method in class oracle.jdbc.driver.OracleCallableStatement
Add a set of parameters to the batch.
addBatch() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Add a set of parameters to the batch.
addBatch(String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
This method cannot be used in OraclePreparedStatement.
addBatch(String) - Method in class oracle.jdbc.driver.OracleStatement
Add a SQL command to the current batch.
addConnectionEventListener(ConnectionEventListener) - Method in class oracle.jdbc.pool.OraclePooledConnection
Add an event listener.
addJulianDays(int, int) - Method in class oracle.sql.DATE
Add Julian days to a date.
addMonths(int) - Method in class oracle.sql.DATE
Add months to a date.
afterClose(Object) - Method in class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
afterLast() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.afterLast.
allProceduresAreCallable() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable() - Method in class oracle.jdbc.OracleDatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
archive(int, int, String) - Method in interface oracle.jdbc.OracleConnection
 
archive(int, int, String) - Method in class oracle.jdbc.driver.OracleConnection
 
ARRAY - class oracle.sql.ARRAY.
 
ARRAY - Static variable in class oracle.jdbc.OracleTypes
 
ARRAY(ArrayDescriptor, Connection, Object) - Constructor for class oracle.sql.ARRAY
Constructor.
ArrayDescriptor - class oracle.sql.ArrayDescriptor.
 
ASCII_TO_CHAR - Static variable in class oracle.jdbc.driver.OracleConnection
 
asciiStreamValue() - Method in class oracle.sql.Datum
Convert to an ascii stream representation of the datum object
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
asin() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the arc sine value of NUMBER.
assertComplete() - Method in interface oracle.jdbc.OracleConnection
Wait until all Ultra method calls to this connection have completed, either by returning or throwing an exception.
assertComplete() - Method in class oracle.jdbc.driver.OracleConnection
Wait until all Ultra method calls to this connection have completed, either by returning or throwing an exception.
at_sign_character - Static variable in class oracle.jdbc.driver.OracleDriver
 
atan() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the arc tangent value of NUMBER.
atan2(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of atan2(NUMBER/x).
auto_rollback - Variable in class oracle.jdbc.driver.OracleStatement
 

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
 
beforeFirst() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.beforeFirst.
BFILE - class oracle.sql.BFILE.
 
BFILE - Static variable in class oracle.jdbc.OracleTypes
 
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.Datum
Convert to a BigDecimal representation of the datum object
bigDecimalValue() - Method in class oracle.sql.CHAR
Convert this data object into a BigDecimal.
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
 
binaryStreamValue() - Method in class oracle.sql.Datum
Convert to a binary stream representation of the datum object
binaryStreamValue() - Method in class oracle.sql.CHAR
Convert to a binary stream representation of the datum object
BIT - Static variable in class oracle.jdbc.OracleTypes
 
BLOB - class oracle.sql.BLOB.
 
BLOB - Static variable in class oracle.jdbc.OracleTypes
 
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
booleanValue() - Method in class oracle.sql.Datum
Convert to a boolean representation of the datum object
booleanValue() - Method in class oracle.sql.CHAR
Convert to a boolean representation of the datum object
booleanValue() - Method in class oracle.sql.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.Datum
Convert to a byte representation of the datum object
byteValue() - Method in class oracle.sql.CHAR
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
 
callbackFn(Connection, Object, int, int) - Method in interface oracle.jdbc.OracleOCIFailover
 
cancel() - Method in class oracle.jdbc.driver.OracleStatement
Cancel the current statement
cancelRowUpdates() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.cancelRowUpdates.
CATEGORY_ALL - Static variable in class oracle.jdbc.driver.OracleLog
 
CATEGORY_HIGH_VOL - Static variable in class oracle.jdbc.driver.OracleLog
 
CATEGORY_LOW_VOL - Static variable in class oracle.jdbc.driver.OracleLog
 
CATEGORY_MED_VOL - Static variable in class oracle.jdbc.driver.OracleLog
 
CATEGORY_TOTAL - Static variable in class oracle.jdbc.driver.OracleLog
 
CategoryName - Static variable in class oracle.jdbc.driver.OracleLog
 
ceil() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the ceiling of NUMBER value.
CHAR - class oracle.sql.CHAR.
The Oracle specific representation of characters.
CHAR - Static variable in class oracle.jdbc.OracleTypes
 
CHAR_TO_ASCII - Static variable in class oracle.jdbc.driver.OracleConnection
 
CHAR_TO_JAVACHAR - Static variable in class oracle.jdbc.driver.OracleConnection
 
CHAR_TO_UNICODE - Static variable in class oracle.jdbc.driver.OracleConnection
 
CHAR(Object, CharacterSet) - Constructor for class oracle.sql.CHAR
Construct a CHAR from an Object.
CHAR(String, CharacterSet) - Constructor for class oracle.sql.CHAR
Constructor for CHAR.
characterStreamValue() - Method in class oracle.sql.Datum
Convert to a character stream representation of the datum object
characterStreamValue() - Method in class oracle.sql.CHAR
Convert to a character stream representation of the datum object
checkValidity(byte[]) - Static method in class oracle.sql.DATE
Checks the DATE passed in.
clear() - Method in interface oracle.jdbc.OracleResultSetCache
Remove all data from the cache.
clearBatch() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Make the set of parameters in the current batch empty.
clearBatch() - Method in class oracle.jdbc.driver.OracleStatement
Make the set of commands in the current batch empty.
clearClientIdentifier(String) - Method in class oracle.jdbc.driver.OracleConnection
Clear the client identifier for this session.
clearDefines() - Method in interface oracle.jdbc.OracleStatement
Allows the user to clear previously defined types for the define-columns of a select statement. This is useful if the user wishes to re-use a statement for a different query.
clearDefines() - Method in class oracle.jdbc.driver.OracleStatement
Allows the user to clear previously defined types for the define-columns of a select statement. This is useful if the user wishes to re-use a statement for a different query.
clearParameters() - Method in class oracle.jdbc.driver.OracleCallableStatement
 
clearParameters() - Method in class oracle.jdbc.driver.OraclePreparedStatement
In general, parameter values remain in force for repeated use of a Statement.
clearWarnings() - Method in class oracle.jdbc.driver.OracleConnection
 
clearWarnings() - Method in class oracle.jdbc.driver.OracleStatement
We do not have any statement-level warnings.
clearWarnings() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.clearWarnings.
CLOB - class oracle.sql.CLOB.
 
CLOB - Static variable in class oracle.jdbc.OracleTypes
 
CLOB(OracleConnection, byte[], short) - Constructor for class oracle.sql.CLOB
 
clone() - Method in class oracle.sql.REF
 
close() - Method in interface oracle.jdbc.OracleResultSetCache
Close the cache.
close() - Method in class oracle.jdbc.driver.OracleCallableStatement
Close the current result set, if any, and then close the statement.
close() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Close the prepared statement.
close() - Method in class oracle.jdbc.driver.OracleConnection
Rollbacks the current transaction.
close() - Method in class oracle.jdbc.driver.OracleStatement
Close the current result set, if any, and then close the statement.
close() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.close.
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() - Method in interface oracle.jdbc.pool.OracleConnectionCache
Close the connection cache.
close() - Method in class oracle.jdbc.pool.OraclePooledConnection
Close the physical connection.
close() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
closed - Variable in class oracle.jdbc.driver.OracleStatement
 
closeFile() - Method in class oracle.sql.BFILE
Close the FILE.
closePooledConnection(PooledConnection) - Method in interface oracle.jdbc.pool.OracleConnectionCache
Invoked by the ConnectionEventListener when an error occurs on a PooledConnection/LogicalConnection signaling that it is no longer good to be used and can be closed.
closeWithKey(String) - Method in interface oracle.jdbc.OracleStatement
The underlying cursor is not closed and the Statement handle is cached on the Key.
closeWithKey(String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
The underlying cursor is not closed and the Statement handle is cached on the Key.
closeWithKey(String) - Method in class oracle.jdbc.driver.OracleStatement
The underlying cursor is not closed and the Statement handle is cached on the Key.
commit() - Method in class oracle.jdbc.driver.OracleConnection
 
commit(Xid, boolean) - Method in class oracle.jdbc.xa.OracleXAResource
 
commit(Xid, boolean) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
commit(Xid, boolean) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
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.
CONCUR_READ_ONLY - Static variable in class oracle.jdbc.driver.OracleResultSet
 
CONCUR_UPDATABLE - Static variable in class oracle.jdbc.driver.OracleResultSet
 
connect(String, Properties) - Method in class oracle.jdbc.driver.OracleDriver
Connect to a database.
CONNECTION_ID - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
CONNECTION_POOL - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
connectionClosed(ConnectionEvent) - Method in class oracle.jdbc.pool.OracleConnectionEventListener
Invoked when the application calls close() on its representation of the connection.
connectionClosed(OracleOCIConnection) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
connectionErrorOccurred(ConnectionEvent) - Method in class oracle.jdbc.pool.OracleConnectionEventListener
Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application.
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
 
conversion - Variable in class oracle.jdbc.driver.OracleConnection
 
cos() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the cosine value of NUMBER.
cosh() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the hyperbolic cosine value of NUMBER.
create(Datum, int) - Method in interface oracle.sql.CustomDatumFactory
create an Object from SQL Type and return it.
create(Datum, int) - Method in interface oracle.sql.ORADataFactory
Create an ORAData from a oralce.sql.Datum This method creates the customized ORAData from a Datum.
createBfileDBAccess() - Method in class oracle.jdbc.driver.OracleConnection
 
createBlobDBAccess() - Method in class oracle.jdbc.driver.OracleConnection
 
createClobDBAccess() - Method in class oracle.jdbc.driver.OracleConnection
 
createDescriptor(String, Connection) - Static method in class oracle.sql.StructDescriptor
Descriptor factory.
createDescriptor(String, Connection) - Static method in class oracle.sql.OpaqueDescriptor
Descriptor factory.
createDescriptor(String, Connection) - Static method in class oracle.sql.ArrayDescriptor
Descriptor factory.
createStatement() - Method in class oracle.jdbc.driver.OracleConnection
createStatement just allocates a new statement object.
createStatement(int, int) - Method in class oracle.jdbc.driver.OracleConnection
JDBC 2.0 Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatementWithKey(String) - Method in interface oracle.jdbc.OracleConnection
This is same as createStatement, except if a 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.
createStatementWithKey(String) - Method in class oracle.jdbc.driver.OracleConnection
This is same as createStatement, except if a 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.
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.
creationState() - Method in interface oracle.jdbc.OracleStatement
Returns the Creation Status of this Statement.
creationState() - Method in class oracle.jdbc.driver.OracleStatement
Returns the Creation Status of this Statement.
CURSOR - Static variable in class oracle.jdbc.OracleTypes
 
CustomDatum - interface oracle.sql.CustomDatum.
 
CustomDatumFactory - interface oracle.sql.CustomDatumFactory.
 

D

DATABASE_CLOSED - Static variable in interface oracle.jdbc.OracleConnection
 
DATABASE_NOTOK - Static variable in interface oracle.jdbc.OracleConnection
 
DATABASE_OK - Static variable in interface oracle.jdbc.OracleConnection
Define return values for pingDatabase api
database_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
DATABASE_TIMEOUT - Static variable in interface oracle.jdbc.OracleConnection
 
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?
DATE - class oracle.sql.DATE.
DATE Class
The DATE class provides conversions between the Oracle Date (ldx_t) data type and Java classes java.sql.Date, java.sql.Time, java.sql.Timestamp The internal data for this object is stored as a seven byte array in the super class' storage area.
DATE - Static variable in class oracle.jdbc.OracleTypes
 
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(Date, Calendar) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Date 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
DATE(String) - 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(Time) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Time object.
DATE(Time, Calendar) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Time object and a Calendar
DATE(Timestamp) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Timestamp object
DATE(Timestamp, Calendar) - Constructor for class oracle.sql.DATE
Create a DATE object given a Java Timestamp object and a Calendar
dateValue() - Method in class oracle.sql.Datum
Convert to a Date representation of the datum object
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.
Datum - class oracle.sql.Datum.
The root of Oracle native datatype hierarchy. Each subclass represents one of the native kernel datatypes. In order to allow for possible optimization of data copying between SQL and Java, instances of subclasses are immutable.
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.
db_access - Variable in class oracle.jdbc.driver.OracleConnection
 
dbstmt - Variable in class oracle.jdbc.driver.OracleStatement
 
DEBUG - Static variable in class oracle.jdbc.driver.OracleConnection
 
DEBUG - Static variable in class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
DEBUG_SERIALIZATION - Static variable in class oracle.sql.TypeDescriptor
 
DEBUG1 - Static variable in class oracle.jdbc.driver.OracleLog
 
DEBUG2 - Static variable in class oracle.jdbc.driver.OracleLog
 
DECIMAL - Static variable in class oracle.jdbc.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_XA_TIMEOUT - Static variable in class oracle.jdbc.xa.OracleXAResource
 
defaultConnection() - Method in class oracle.jdbc.driver.OracleDriver
Obtain the default static Connection.
defineColumnType(int, int) - Method in interface oracle.jdbc.OracleStatement
Define the type under which you will fetch data from the column.
defineColumnType(int, int) - Method in class oracle.jdbc.driver.OracleStatement
Define the type under which you will fetch data from the column.
defineColumnType(int, int, int) - Method in interface oracle.jdbc.OracleStatement
Define the type under which you will fetch data from the column and the maximum size of data you want, specifying the maximum size in bytes, not characters.
defineColumnType(int, int, int) - Method in class oracle.jdbc.driver.OracleStatement
Define the type under which you will fetch data from the column and the maximum size of data you want, specifying the maximum size in bytes, not characters.
defineColumnType(int, int, String) - Method in interface oracle.jdbc.OracleStatement
Define the type under which you will fetch data from the column.
defineColumnType(int, int, String) - Method in class oracle.jdbc.driver.OracleStatement
Define the type under which you will fetch data from the column.
defineColumnTypeChars(int, int, int) - Method in interface oracle.jdbc.OracleStatement
Define the type under which you will fetch data from the column and the maximum size of data you want, specifying the maximum size in characters, rather than bytes.
defineColumnTypeChars(int, int, int) - Method in class oracle.jdbc.driver.OracleStatement
Define the type under which you will fetch data from the column and the maximum size of data you want, specifying the maximum size in characters, rather than bytes.
defineParameterType(int, int, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Define the type under which you will bind the parameter and the maximum size of data you will bind in binds.
defineParameterType(int, int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Define the type under which you will bind the parameter and the maximum size of data you will bind in binds.
defines - Variable in class oracle.jdbc.driver.OracleStatement
 
deleteRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.deleteRow.
deletesAreDetected(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.deletesAreDetected.
descType() - Method in class oracle.sql.StructDescriptor
Describe this type.
descType() - Method in class oracle.sql.OpaqueDescriptor
Describe this type.
descType() - Method in class oracle.sql.ArrayDescriptor
Describe the collection 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.
div(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the division of NUMBER value by n.
dll_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
doesMaxRowSizeIncludeBlobs() - Method in class oracle.jdbc.OracleDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
DOUBLE - Static variable in class oracle.jdbc.OracleTypes
 
doubleValue() - Method in class oracle.sql.Datum
Convert to a double representation of the datum object
doubleValue() - Method in class oracle.sql.CHAR
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.
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.
empty_lob() - Static method in class oracle.sql.BLOB
Return a empty lob.
empty_lob() - Static method in class oracle.sql.CLOB
Return a empty lob.
enableWarning(boolean) - Static method in class oracle.jdbc.driver.OracleLog
Enable/disable warning messages.
end(Xid, int) - Method in class oracle.jdbc.xa.OracleXAResource
 
end(Xid, int) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
end(Xid, int) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
End work performed on behalf of a transaction branch.
equals(Object) - Method in class oracle.sql.Datum
Test any object for equality with an Datum.
equals(Object) - Method in class oracle.sql.REF
 
ERROR - Static variable in class oracle.jdbc.driver.OracleLog
 
execute() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Execute the statement.
execute(String) - Method in class oracle.jdbc.driver.OracleStatement
Execute a SQL statement.
executeBatch() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Submit a batch of parameters to the database for execution.
executeBatch() - Method in class oracle.jdbc.driver.OracleStatement
Submit a batch of commands to the database for execution.
executeQuery() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Execute the query statement.
executeQuery(String) - Method in class oracle.jdbc.driver.OracleStatement
Execute a query statement.
executeUpdate() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Execute the update statement.
executeUpdate(String) - Method in class oracle.jdbc.driver.OracleStatement
Execute an update statement.
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
 

F

FETCH_FORWARD - Static variable in class oracle.jdbc.driver.OracleResultSet
 
FETCH_REVERSE - Static variable in class oracle.jdbc.driver.OracleResultSet
 
FETCH_UNKNOWN - Static variable in class oracle.jdbc.driver.OracleResultSet
 
FIELD_ALL - Static variable in class oracle.jdbc.driver.OracleLog
 
FIELD_CATEGORY - Static variable in class oracle.jdbc.driver.OracleLog
 
FIELD_CONN - Static variable in class oracle.jdbc.driver.OracleLog
 
FIELD_DEFAULT - Static variable in class oracle.jdbc.driver.OracleLog
 
FIELD_MODULE - Static variable in class oracle.jdbc.driver.OracleLog
 
FIELD_NONE - Static variable in class oracle.jdbc.driver.OracleLog
 
FIELD_NUMBER - Static variable in class oracle.jdbc.driver.OracleLog
 
FIELD_SUBMOD - Static variable in class oracle.jdbc.driver.OracleLog
 
FIELD_THREAD - Static variable in class oracle.jdbc.driver.OracleLog
 
FIELD_TIME - Static variable in class oracle.jdbc.driver.OracleLog
 
fileExists() - Method in class oracle.sql.BFILE
Find out if a given BFILE (whose locator) points to a file that actually exists on the server's filesystem.
findColumn(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.findColumn.
first() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.first.
FIXED_CHAR - Static variable in class oracle.jdbc.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.Datum
Convert to a float representation of the datum object
floatValue() - Method in class oracle.sql.CHAR
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.OracleXAResource
 
forget(Xid) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
forget(Xid) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
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 CHAR, VARCHAR2 and CLOB datatypes.
FORM_NCHAR - Static variable in interface oracle.jdbc.OraclePreparedStatement
Specifies the "Form Of Use" for NCHAR, NVARCHAR2 and NCLOB datatypes.
formattedTextToNumber(String, String, String) - Static method in class oracle.sql.NUMBER
Returns a NUMBER converted from Num controlled by the format fmt.
freeTemporary() - Method in class oracle.sql.BLOB
Free the contents and the locator of the temporary blob.
freeTemporary() - Method in class oracle.sql.CLOB
Free the contents and the locator of the temporary clob.
freeTemporary(BLOB) - Static 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.
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.
FUNCTION - Static variable in class oracle.jdbc.driver.OracleLog
 

G

get(int, int) - Method in interface oracle.jdbc.OracleResultSetCache
Return the data stored in the i-th row and j-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.
getAliasedConnection(byte[]) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
getArray() - Method in class oracle.sql.ARRAY
Implements Array interface method Retrieve the contents of the SQL array designated by the object.
getArray(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getArray(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getArray.
getARRAY(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getARRAY(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getARRAY(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getARRAY(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
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.
getArray(Map) - Method in class oracle.sql.ARRAY
Implements Array interface method Retrieve the contents of the SQL array designated by this object.
getArray(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getArray.
getARRAY(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getARRAY(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getArrayType() - Method in class oracle.sql.ArrayDescriptor
Return the database type of the array.
getAsciiOutputStream() - Method in class oracle.sql.CLOB
Oracle extension.
getAsciiOutputStream(long) - Method in class oracle.sql.CLOB
Write to the CLOB from a stream at the requested position.
getAsciiStream() - Method in class oracle.sql.CLOB
Implements the Clob interface method.
getAsciiStream(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getAsciiStream(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getAsciiStream(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getAsciiStream.
getAsciiStream(long) - Method in class oracle.sql.CLOB
Read from the CLOB as a stream at the requested position.
getAsciiStream(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getAsciiStream.
getAttributeJavaName(int) - Method in interface oracle.jdbc.StructMetaData
Gets a JAVA_STRUCT attribute's external name.
getAttributeJavaName(int) - Method in class oracle.jdbc.driver.StructMetaData
Gets a JAVA_STRUCT attribute's external name.
getAttributes() - Method in class oracle.sql.STRUCT
Implements the Struct interface function.
getAttributes(Map) - Method in class oracle.sql.STRUCT
Implements the Struct interface function.
getAutoBuffering() - Method in class oracle.sql.ARRAY
Performance hint.
getAutoBuffering() - Method in class oracle.sql.STRUCT
Performance hint.
getAutoClose() - Method in interface oracle.jdbc.OracleConnection
We are always in auto-close mode.
getAutoClose() - Method in class oracle.jdbc.driver.OracleConnection
We are always in auto-close mode.
getAutoCommit() - Method in class oracle.jdbc.driver.OracleConnection
 
getAutoIndexing() - Method in class oracle.sql.ARRAY
Performance hint.
getAutoRefetch() - Method in class oracle.jdbc.driver.OracleStatement
Oracle extension.
getAutoRefetch() - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBaseName() - Method in class oracle.sql.ArrayDescriptor
In case the elements are named types the fully qualified name of their type.Otherwise, return type name used by the database
getBaseType() - Method in class oracle.sql.ARRAY
Implements Array interface method Determine the code, from java.sql.Types, of the type of the elements of the array.
getBaseType() - Method in class oracle.sql.ArrayDescriptor
Return element's type code.
getBaseTypeName() - Method in class oracle.sql.REF
Implements the Ref interface method.
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.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBfile(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBfile(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBFILE(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBFILE(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getBFILE(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBFILE(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBfile(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBfile(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBFILE(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBFILE(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBigDecimal(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBigDecimal(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBigDecimal.
getBigDecimal(int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBigDecimal(int, int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBigDecimal.
getBigDecimal(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBigDecimal.
getBigDecimal(String, int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBigDecimal.
getBinaryOutputStream() - Method in class oracle.sql.BLOB
Oracle extension.
getBinaryOutputStream(long) - Method in class oracle.sql.BLOB
Write to the BLOB from a stream at the requested position.
getBinaryStream() - Method in class oracle.sql.BFILE
Retrieve the entire BFILE as a stream.
getBinaryStream() - Method in class oracle.sql.BLOB
Implements the Blob interface function.
getBinaryStream(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getBinaryStream(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBinaryStream(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBinaryStream.
getBinaryStream(long) - Method in class oracle.sql.BFILE
Read from the external LOB as a stream at the requested position.
getBinaryStream(long) - Method in class oracle.sql.BLOB
Read from the BLOB as a stream at the requested position.
getBinaryStream(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBinaryStream.
getBlob(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBlob(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBlob.
getBLOB(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBLOB(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getBLOB(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBLOB(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBlob(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getBlob.
getBLOB(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getBLOB(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getBoolean(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBoolean(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBoolean.
getBoolean(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBoolean.
getBranchQualifier() - Method in class oracle.jdbc.xa.OracleXid
 
getBufferSize() - Method in class oracle.sql.BLOB
Oracle extension.
getBufferSize() - Method in class oracle.sql.CLOB
Oracle extension.
getByte(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getByte(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getByte.
getByte(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getByte.
getBytes() - Method in class oracle.sql.Datum
Create a new Java byte array containing a copy of the RDBMS data.
getBytes(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getBytes(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBytes.
getBytes(long, int) - Method in class oracle.sql.BFILE
Return a copy of the contents of the BFILE at the requested position.
getBytes(long, int) - Method in class oracle.sql.BLOB
Implements the Blob interface function.
getBytes(long, int, byte[]) - Method in class oracle.sql.BFILE
Copy the contents of the BFILE at the requested position to suppied buffer.
getBytes(long, int, byte[]) - Method in class oracle.sql.BLOB
Oracle extension.
getBytes(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getBytes.
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.
getCatalog() - Method in class oracle.jdbc.driver.OracleConnection
We do not support catalogs.
getCatalogName(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's table's catalog name?
getCatalogName(int) - Method in class oracle.jdbc.driver.StructMetaData
 
getCatalogs() - Method in class oracle.jdbc.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.OracleResultSet
Oracle extension.
getCHAR(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getCHAR(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getCHAR(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCHAR(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getCHAR(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCharacterOutputStream() - Method in class oracle.sql.CLOB
Oracle extension.
getCharacterOutputStream(long) - Method in class oracle.sql.CLOB
Write to the CLOB from a stream at the requested position.
getCharacterStream() - Method in class oracle.sql.CLOB
Implements the Clob interface method.
getCharacterStream(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getCharacterStream.
getCharacterStream(long) - Method in class oracle.sql.CLOB
Read from the CLOB as a stream at the requested position.
getCharacterStream(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getCharacterStream.
getChars(long, int, char[]) - Method in class oracle.sql.CLOB
Oracle extension.
getChunkSize() - Method in class oracle.sql.BLOB
Oracle extension.
getChunkSize() - Method in class oracle.sql.CLOB
Oracle extension.
getClientData(Object) - Method in class oracle.jdbc.driver.OracleConnection
Obtain the client data value associated with a key.
getClob(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getClob(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.
getCLOB(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getCLOB(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getCLOB(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getCLOB(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getClob(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.
getCLOB(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getCLOB(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getColumnClassName(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnClassName(int) - Method in class oracle.jdbc.driver.StructMetaData
 
getColumnCount() - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's the number of columns in the ResultSet?
getColumnCount() - Method in class oracle.jdbc.driver.StructMetaData
Get number of attributes.
getColumnDisplaySize(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's the column's normal max width in chars?
getColumnDisplaySize(int) - Method in class oracle.jdbc.driver.StructMetaData
Return maximum column length in case of type CHAR,VARCHAR and RAW; Return 0 for other cases.
getColumnLabel(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's the suggested column title for use in printouts and displays?
getColumnLabel(int) - Method in class oracle.jdbc.driver.StructMetaData
 
getColumnName(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's name?
getColumnName(int) - Method in class oracle.jdbc.driver.StructMetaData
Gets a attribute's name.
getColumnPrivileges(String, String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of table columns available in a catalog.
getColumnType(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's SQL type? The DBType structure holds the ORACLE type number (VARCHAR is 1) and we need to convert it to the Java type number (VARCHAR is 12).
getColumnType(int) - Method in class oracle.jdbc.driver.StructMetaData
 
getColumnTypeName(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's data source specific type name?
getColumnTypeName(int) - Method in class oracle.jdbc.driver.StructMetaData
Retrieves a attribute's database-specific type name.
getConcurrency() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getConcurrency.
getConnection() - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.getConnection.
getConnection() - Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Returns the Connection object that produced this Statement object.
getConnection() - Method in class oracle.sql.BFILE
Deprecated. since 9.0.0. Use getJavaSqlConnection() instead.
getConnection() - Method in class oracle.sql.BLOB
Deprecated. since 9.0.0. Use getJavaSqlConnection() instead.
getConnection() - Method in class oracle.sql.REF
Deprecated. since 9.0.0. Use getJavaSqlConnection() instead.
getConnection() - Method in class oracle.sql.ARRAY
Deprecated. since 9.0.0. Use getJavaSqlConnection() instead.
getConnection() - Method in class oracle.sql.CLOB
Deprecated. since 9.0.0. Use getJavaSqlConnection() instead.
getConnection() - Method in class oracle.sql.STRUCT
Deprecated. since 9.0.0. Use getJavaSqlConnection() instead.
getConnection() - Method in class oracle.sql.OPAQUE
Deprecated. since 9.0.0. Use getJavaSqlConnection() instead.
getConnection() - Method in class oracle.jdbc.xa.OracleXAConnection
Create an object handle for this physical connection.
getConnection() - Method in class oracle.jdbc.pool.OraclePooledConnection
Create an object handle for this physical connection.
getConnection() - Method in class oracle.jdbc.pool.OracleDataSource
Attempt to establish a database connection.
getConnection() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
getConnection(String, String) - Method in class oracle.jdbc.pool.OracleDataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
getConnectionIncrement() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the Increment for increasing the connections for the Cache.
getCreateStatementAsRefCursor() - Method in interface oracle.jdbc.OracleConnection
Retrieve the current setting of the createStatementAsRefCursor flag.
getCreateStatementAsRefCursor() - Method in class oracle.jdbc.driver.OracleConnection
Retrieve the current setting of the createStatementAsRefCursor flag.
getCrossReference(String, String, String, String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.
getCurrentDate() - Static method in class oracle.sql.DATE
Gets current date and time
getCursor(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getCursor(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getCursor(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getCursor(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCursor(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getCursor(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getCursorName() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getCursorName.
getCustomDatum(int, CustomDatumFactory) - Method in interface oracle.jdbc.OracleResultSet
Deprecated.  
getCustomDatum(int, CustomDatumFactory) - Method in interface oracle.jdbc.OracleCallableStatement
Deprecated.  
getCustomDatum(int, CustomDatumFactory) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getCustomDatum(int, CustomDatumFactory) - Method in class oracle.jdbc.driver.OracleResultSet
Deprecated.  
getCustomDatum(String, CustomDatumFactory) - Method in interface oracle.jdbc.OracleResultSet
Deprecated.  
getCustomDatum(String, CustomDatumFactory) - Method in class oracle.jdbc.driver.OracleResultSet
Deprecated.  
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?
getDatabaseProductVersion() - Method in class oracle.jdbc.driver.OracleConnection
What's the version of this database product?
getDataSourceName() - Method in class oracle.jdbc.pool.OracleDataSource
Get the datasource name for this instance if set.
getDate(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getDate(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getDate.
getDATE(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getDATE(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getDATE(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getDATE(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getDate(int, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getDate(int, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getDate (idx, calendar).
getDate(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getDate.
getDATE(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getDATE(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getDate(String, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getDate (idx, calendar).
getDbCsId() - Method in class oracle.jdbc.driver.OracleConnection
Obtain the Oracle identifier of the character set used in the database server.
getdbLinks() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
getDBTypeForm(int) - Method in class oracle.jdbc.driver.OracleStatement
 
getDefaultAutoRefetch() - Method in class oracle.jdbc.driver.OracleConnection
Oracle extension.
getDefaultExecuteBatch() - Method in interface oracle.jdbc.OracleConnection
Allows the user to retrieve the batch value for the connection.
getDefaultExecuteBatch() - Method in class oracle.jdbc.driver.OracleConnection
Allows the user to retrieve the batch value for the connection.
getDefaultFixedString() - Method in class oracle.jdbc.driver.OracleConnection
Returns the current setObject(string) behavior for Statements created from this Connection. By default, a call to PreparedStatement.setObject() with a String will bind the string using Types.VARCHAR, which will use non blank-padded character comparison semantics.
getDefaultRowPrefetch() - Method in interface oracle.jdbc.OracleConnection
Allows the user to retrieve the row prefetch value for the connection.
getDefaultRowPrefetch() - Method in class oracle.jdbc.driver.OracleConnection
Allows the user to retrieve the row prefetch value for the connection.
getDefaultTransactionIsolation() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDescription() - Method in class oracle.jdbc.pool.OracleDataSource
Get the Desciption of this data source.
getDescriptor() - Method in class oracle.sql.REF
Oracle extension.
getDescriptor() - Method in class oracle.sql.ARRAY
Oracle extension.
getDescriptor() - Method in class oracle.sql.STRUCT
Oracle extension.
getDescriptor() - Method in class oracle.sql.OPAQUE
Oracle extension.
getDescriptor(byte[]) - Method in class oracle.jdbc.driver.OracleConnection
Return the matched StructDescriptor.
getDescriptor(String) - Method in interface oracle.jdbc.OracleConnection
Return the matched StructDescriptor.
getDescriptor(String) - Method in class oracle.jdbc.driver.OracleConnection
Return the matched StructDescriptor.
getDirAlias() - Method in class oracle.sql.BFILE
Gets the Bfile's directory alias.
getDouble(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getDouble(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getDouble.
getDouble(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getDouble.
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
What's this JDBC driver's major version number?
getDriverMinorVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's this JDBC driver's minor version number?
getDriverMinorVersionInfo() - Static method in class oracle.jdbc.OracleDatabaseMetaData
What's this JDBC driver's minor version number?
getDriverName() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the name of this JDBC driver?
getDriverNameInfo() - Static method in class oracle.jdbc.OracleDatabaseMetaData
What's the name of this JDBC driver?
getDriverType() - Method in class oracle.jdbc.pool.OracleDataSource
Get the Oracle JDBC driver type set for this datasource instance
getDriverVersion() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the version of this JDBC driver?
getDriverVersionInfo() - Static method in class oracle.jdbc.OracleDatabaseMetaData
What's the version of this JDBC driver?
getExecuteBatch() - Method in interface oracle.jdbc.OraclePreparedStatement
Retrieve the batch value (for Oracle-style batching only).
getExecuteBatch() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Retrieve the batch value (for Oracle-style batching only).
getExportedKeys(String, String, String) - Method in class oracle.jdbc.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 _).
getFetchDirection() - Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchDirection() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getFetchDirection.
getFetchSize() - Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Retrieves the number of result set rows that is the default fetch size for result sets generated from this Statement object.
getFetchSize() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getFetchSize.
getFixedString() - Method in class oracle.jdbc.driver.OracleStatement
Returns the current setObject(string) behavior for this Statement. By default, a call to PreparedStatement.setObject() with a String will bind the string using Types.VARCHAR, which will use non blank-padded character comparison semantics.
getFloat(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getFloat(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getFloat.
getFloat(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getFloat.
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
 
getGlobalTransactionId() - Method in class oracle.jdbc.xa.OracleXid
 
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.
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
Returns true if DatabaseMetaData.getColumns will report information if a table synonym is passed in, and false otherwise.
getIncludeSynonyms() - Method in class oracle.jdbc.driver.OracleConnection
Returns true if DatabaseMetaData.getColumns will report information if a table synonym is passed in, and false otherwise.
getIndexInfo(String, String, String, boolean, boolean) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of a table's indices and statistics.
getInt(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getInt(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getInt.
getInt(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getInt.
getIntArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getIntArray(long, int) - Method in class oracle.sql.ARRAY
Oracle extension.
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.driver.OracleConnection
 
getJavaSqlConnection() - Method in class oracle.sql.BFILE
Oracle extension Return the java.sql.Connection associated with the receiver.
getJavaSqlConnection() - Method in class oracle.sql.BLOB
Oracle extension Return the java.sql.Connection associated with the receiver.
getJavaSqlConnection() - Method in class oracle.sql.REF
Oracle extension Return the java.sql.Connection associated with the receiver.
getJavaSqlConnection() - Method in class oracle.sql.ARRAY
Oracle extension Return the java.sql.Connection associated with the receiver.
getJavaSqlConnection() - Method in class oracle.sql.CLOB
Oracle extension Return the java.sql.Connection associated with the receiver.
getJavaSqlConnection() - Method in class oracle.sql.STRUCT
Oracle extension Return the java.sql.Connection associated with the receiver.
getJavaSqlConnection() - Method in class oracle.sql.OPAQUE
Oracle extension Return the java.sql.Connection associated with the receiver.
getJdbcCsId() - Method in class oracle.jdbc.driver.OracleConnection
Obtain the Oracle identifier of the character set used in the JDBC driver.
getLanguage() - Method in class oracle.sql.StructDescriptor
TODO
getLength() - Method in class oracle.sql.Datum
Retreive the length of a datum.
getLength() - Method in class oracle.sql.StructDescriptor
The number of fields in the Object Type.
getLobPrecision() - Static method in class oracle.jdbc.OracleDatabaseMetaData
 
getLocalAttributeCount() - Method in class oracle.sql.StructDescriptor
Returns the number of attributes defined in the subtype.
getLocalColumnCount() - Method in interface oracle.jdbc.StructMetaData
Get number of local attributes i.e.
getLocalColumnCount() - Method in class oracle.jdbc.driver.StructMetaData
Get number of local attributes i.e.
getLoginTimeout() - Method in class oracle.jdbc.pool.OracleDataSource
u Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogStream() - Static method in class oracle.jdbc.driver.OracleLog
Get the logging PrintStream.
getLogWriter() - Static method in class oracle.jdbc.driver.OracleLog
Get the logging PrintWriter.
getLogWriter() - Method in class oracle.jdbc.pool.OracleDataSource
Get the log writer for this data source.
getLong(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getLong(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getLong.
getLong(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getLong.
getLongArray() - Method in class oracle.sql.ARRAY
Oracle extension.
getLongArray(long, int) - Method in class oracle.sql.ARRAY
Oracle extension.
getMajorVersion() - Method in class oracle.jdbc.driver.OracleDriver
 
getMaxBinaryLiteralLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's maximum number of columns in a table?
getMaxConnections() - Method in class oracle.jdbc.OracleDatabaseMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum cursor name length?
getMaxFieldSize() - Method in class oracle.jdbc.driver.OracleStatement
 
getMaxIndexLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of an index (in bytes)?
getMaxLength() - Method in class oracle.sql.OpaqueDescriptor
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.
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?
getMaxRows() - Method in class oracle.jdbc.driver.OracleStatement
 
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?
getMaxTableNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum number of tables in a SELECT?
getMaxUserNameLength() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the maximum length of a user name?
getMetaData() - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Gets the number, types and properties of a ResultSet's columns.
getMetaData() - Method in class oracle.jdbc.driver.OracleConnection
We just return a oracle.oci8.DatabaseMetaData object.
getMetaData() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getMetaData.
getMetaData() - Method in class oracle.sql.StructDescriptor
Gets the metadata regarding this type.
getMinLimit() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Note: There are no individual setMin, setMax and setIncrement since that needs to be done in one call to setPoolConfig Return the minimum limit on the no of Connections.
getMinorVersion() - Method in class oracle.jdbc.driver.OracleDriver
 
getMoreResults() - Method in class oracle.jdbc.driver.OracleStatement
We only have one result and there no way to indicate it.
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.
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.OracleResultSet
Oracle extension.
getNUMBER(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getNUMBER(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getNUMBER(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getNUMBER(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getNUMBER(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getNumericFunctions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a comma separated list of math functions.
getNumParameters() - Method in class oracle.jdbc.driver.OracleSQLException
Get total number of ORacle error message parameters.
getObject(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getObject(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getObject.
getObject(int, Map) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getObject(int, Map) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getObject (idx, map).
getObject(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getObject.
getObject(String, Map) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getObject (idx, map).
getObjectInstance(Object, Name, Context, Hashtable) - Method in class oracle.jdbc.pool.OracleDataSourceFactory
 
getOPAQUE(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getOPAQUE(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getOPAQUE(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getOPAQUE(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getOPAQUE(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getOPAQUE(String) - Method in class oracle.jdbc.driver.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.
getOracleColumnClassName(int) - Method in class oracle.jdbc.driver.StructMetaData
Return the fully-qualified name of the Datum class whose instances are manufactured if the method OracleResultSet.getOracleObject is called to retrieve a value from a column.
getOracleError() - Method in class oracle.jdbc.xa.OracleXAException
getOracleError returns the Oracle Error code corresponding to this exception.
getOracleObject(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getOracleObject(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getOracleObject(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getOracleObject(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getOracleObject(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getOracleObject(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getOraclePlsqlIndexTable(int) - Method in interface oracle.jdbc.OracleCallableStatement
Oracle OCI driver specific.
getOraclePlsqlIndexTable(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
Oracle OCI driver specific.
getORAData(int, ORADataFactory) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getORAData(int, ORADataFactory) - Method in interface oracle.jdbc.OracleCallableStatement
 
getORAData(int, ORADataFactory) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getORAData(int, ORADataFactory) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getORAData(String, ORADataFactory) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getORAData(String, ORADataFactory) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getParameters() - Method in class oracle.jdbc.driver.OracleSQLException
Get Oracle error message parameters.
getPlsqlIndexTable(int) - Method in interface oracle.jdbc.OracleCallableStatement
Oracle OCI driver specific.
getPlsqlIndexTable(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
Oracle OCI driver specific.
getPlsqlIndexTable(int, Class) - Method in interface oracle.jdbc.OracleCallableStatement
Oracle OCI driver specific.
getPlsqlIndexTable(int, Class) - Method in class oracle.jdbc.driver.OracleCallableStatement
Oracle OCI driver specific.
getPoolConfig() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
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(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's number of decimal digits? The semantic of get precision on non NUMERIC columns is weirdly defined by the JDBC test suite.
getPrecision(int) - Method in class oracle.jdbc.driver.StructMetaData
 
getPrimaryKeys(String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of a table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
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"?
getPropertyInfo(String, Properties) - Method in class oracle.jdbc.driver.OracleDriver
 
getProxyConnection(String, Properties) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
getQueryTimeout() - Method in class oracle.jdbc.driver.OracleStatement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
getRAW(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getRAW(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getRAW(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getRAW(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getRAW(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getRAW(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getRef(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getRef(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getRef.
getREF(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getREF(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getREF(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getREF(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getRef(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getRef.
getREF(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getREF(String) - Method in class oracle.jdbc.driver.OracleResultSet
/ Oracle extension.
getReference() - Method in class oracle.jdbc.pool.OracleDataSource
 
getReference() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
getRemarksReporting() - Method in interface oracle.jdbc.OracleConnection
Return true if the DatabaseMetaData calls getTables and getColumns will report the REMARKS column.
getRemarksReporting() - Method in class oracle.jdbc.driver.OracleConnection
Return true if the DatabaseMetaData calls getTables and getColumns will report the REMARKS column.
getReportRemarks() - Method in class oracle.jdbc.driver.OracleConnection
 
getRestrictGetTables() - Method in interface oracle.jdbc.OracleConnection
Returns true if the information returned by DatabaseMetaData.getTables is restricted, and false otherwise.
getRestrictGetTables() - Method in class oracle.jdbc.driver.OracleConnection
Returns true if the information returned by DatabaseMetaData.getTables is restricted, and false otherwise.
getResultSet() - Method in class oracle.jdbc.driver.OracleStatement
Allocate a result set.
getResultSet() - Method in class oracle.sql.ARRAY
Implements Array interface method Returns a result set that contains the elements of the array designated by this Array object.
getResultSet(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.
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.
getResultSetConcurrency() - Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Retrieves the result set concurrency.
getResultSetType() - Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Determine the result set type.
getRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getRow.
getROWID(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getROWID(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getROWID(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getROWID(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getROWID(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getROWID(String) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getRowPrefetch() - Method in interface oracle.jdbc.OracleStatement
Allows the user to retrieve the prefetch value for all results sets created from this statement.
getRowPrefetch() - Method in class oracle.jdbc.driver.OracleStatement
Allows the user to retrieve the prefetch value for all results sets created from this statement.
getScale(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's number of digits to right of decimal?
getScale(int) - Method in class oracle.jdbc.driver.StructMetaData
 
getSchemaName(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's table's schema?
getSchemaName(int) - Method in class oracle.jdbc.driver.StructMetaData
Gets a attribute's schema name if it's of object type.
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.
getServerName() - Method in class oracle.jdbc.pool.OracleDataSource
Get the name of the server on which database is running.
getSessionTimeZone() - Method in interface oracle.jdbc.OracleConnection
Obtain Oracle session time zone region name.
getSessionTimeZone() - Method in class oracle.jdbc.driver.OracleConnection
Obtain Oracle session time zone region name.
getShort(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getShort(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getShort.
getShort(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getShort.
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.
getSqlKind() - Method in class oracle.jdbc.driver.OracleStatement
Return the statement kind.
getSQLType(Object) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
getSQLType(Object) - Method in class oracle.jdbc.driver.OracleConnection
 
getSQLTypeName() - Method in class oracle.sql.REF
Oracle extension.
getSQLTypeName() - Method in class oracle.sql.ARRAY
Oracle extension.
getSQLTypeName() - Method in class oracle.sql.STRUCT
Implements the Struct interface function Retrieves the SQL type name of the SQL structured type that this Struct object represents.
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.
getStatement() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getStatement.
getStmtCacheSize() - Method in interface oracle.jdbc.OracleConnection
Insert the method's description here.
getStmtCacheSize() - Method in class oracle.jdbc.driver.OracleConnection
Return the size of Statement Cache.
getStmtCacheSize() - Method in class oracle.jdbc.pool.OraclePooledConnection
Return the size of Statement Cache.
getStmtCacheSize() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the size of Statement Cache.
getStream() - Method in class oracle.sql.Datum
Create an input stream so the raw data may be read. This is the normal way to access long datatypes.
getString() - Method in class oracle.sql.CHAR
Converts the sequence of characters represented by this to a String.
getString(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getString(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getString.
getString(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getString.
getStringFunctions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a comma separated list of string functions.
getSTRUCT() - Method in class oracle.sql.REF
Oracle extension.
getSTRUCT(int) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getSTRUCT(int) - Method in interface oracle.jdbc.OracleCallableStatement
 
getSTRUCT(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getSTRUCT(int) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
getSTRUCT(String) - Method in interface oracle.jdbc.OracleResultSet
Oracle extension.
getSTRUCT(String) - Method in class oracle.jdbc.driver.OracleResultSet
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.driver.OracleConnection
Obtain the Oracle identifier of the character set used in STRUCT attributes.
getSubString(long, int) - Method in class oracle.sql.CLOB
Implements the Clob interface method.
getSubtypeName(OracleConnection, byte[], long) - Static method in class oracle.sql.TypeDescriptor
 
getSubtypeNames() - Method in class oracle.sql.StructDescriptor
Returns the SQL type names of the direct subtypes.
getSupertypeName() - Method in class oracle.sql.StructDescriptor
Returns the SQL type name of the direct subtype.
getSynchronousMode() - Method in interface oracle.jdbc.OracleConnection
Return the value of the synchronous mode switch for this connection.
getSynchronousMode() - Method in class oracle.jdbc.driver.OracleConnection
Return the value of the synchronous mode switch for this connection.
getSystemFunctions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a comma separated list of system functions.
getTableName(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
What's a column's table name?
getTableName(int) - Method in class oracle.jdbc.driver.StructMetaData
 
getTablePrivileges(String, String, String) - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in class oracle.jdbc.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.
getTime(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTime(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTime.
getTime(int, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTime(int, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTime (idx, calendar).
getTime(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTime.
getTime(String, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTime (idx, calendar).
getTimeDateFunctions() - Method in class oracle.jdbc.OracleDatabaseMetaData
Get a comma separated list of time and date functions.
getTimeout() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Return the timeout The connections idle for more than this time (seconds) are terminated periodically, to maintain optimum number of open connections.This attribute can be set dynamically.
getTimestamp(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTimestamp(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTimestamp.
getTIMESTAMP(int) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMP value from the ResultSet.
getTIMESTAMP(int) - Method in interface oracle.jdbc.OracleCallableStatement
Obtains an ouput oracle.sql.TIMESTAMP value.
getTIMESTAMP(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTIMESTAMP(int) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTimestamp(int, Calendar) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTimestamp(int, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTimestamp (idx, calendar).
getTimestamp(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getTimestamp.
getTIMESTAMP(String) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMP value from the ResultSet.
getTIMESTAMP(String) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTimestamp(String, Calendar) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getTimestamp (idx, calendar).
getTIMESTAMPLTZ(int) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMPLTZ value from the ResultSet.
getTIMESTAMPLTZ(int) - Method in interface oracle.jdbc.OracleCallableStatement
Obtains an ouput oracle.sql.TIMESTAMPLTZ value.
getTIMESTAMPLTZ(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTIMESTAMPLTZ(int) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTIMESTAMPLTZ(String) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMPLTZ value from the ResultSet.
getTIMESTAMPLTZ(String) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTIMESTAMPTZ(int) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMPTZ value from the ResultSet.
getTIMESTAMPTZ(int) - Method in interface oracle.jdbc.OracleCallableStatement
Obtains an ouput oracle.sql.TIMESTAMPTZ value.
getTIMESTAMPTZ(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getTIMESTAMPTZ(int) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTIMESTAMPTZ(String) - Method in interface oracle.jdbc.OracleResultSet
Obtain an oralce.sql.TIMESTAMPTZ value from the ResultSet.
getTIMESTAMPTZ(String) - Method in class oracle.jdbc.driver.OracleResultSet
 
getTNSEntryName() - Method in class oracle.jdbc.pool.OracleDataSource
Get the TNS entry name for this instance if set.
getTransactionIsolation() - Method in class oracle.jdbc.driver.OracleConnection
We only support dirty reads.
getTransactionTimeout() - Method in class oracle.jdbc.xa.OracleXAResource
Obtain the current transaction timeout value set for this XAResource instance.
getType() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.getType.
getTypeCode() - Method in class oracle.sql.StructDescriptor
 
getTypeCode() - Method in class oracle.sql.OpaqueDescriptor
Return the Opaque type code: OracleTypes.OPAQUE.
getTypeCode() - Method in class oracle.sql.ArrayDescriptor
 
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.driver.OracleConnection
 
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
 
getUnicodeStream(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
getUnicodeStream(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getUnicodeStream.
getUnicodeStream(String) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getUnicodeStream.
getUpdateCount() - Method in class oracle.jdbc.driver.OracleStatement
 
getURL() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's the url for this database?
getURL() - Method in class oracle.jdbc.pool.OracleDataSource
Get the URL for this datasource.
getUser() - Method in class oracle.jdbc.pool.OracleDataSource
Get the user name for this datasource.
getUserName() - Method in class oracle.jdbc.OracleDatabaseMetaData
What's our user name as known to the database?
getUserName() - Method in interface oracle.jdbc.OracleConnection
 
getUserName() - Method in class oracle.jdbc.driver.OracleConnection
 
getUsingXAFlag() - Method in interface oracle.jdbc.OracleConnection
 
getUsingXAFlag() - Method in class oracle.jdbc.driver.OracleConnection
 
getValue() - Method in class oracle.sql.REF
Oracle extension.
getValue() - Method in class oracle.sql.OPAQUE
Return the Opaque value.
getValue(Map) - 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.
getVersionNumber() - Method in class oracle.jdbc.driver.OracleConnection
 
getWarnings() - Method in class oracle.jdbc.driver.OracleConnection
Return the current warning, if any
getWarnings() - Method in class oracle.jdbc.driver.OracleStatement
We do not have any statement-level warnings
getWarnings() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.getWarnings.
getXAConnection() - Method in class oracle.jdbc.xa.OracleXADataSource
Attempt to establish a database connection.
getXAConnection() - Method in class oracle.jdbc.xa.client.OracleXADataSource
Attempt to establish a database connection.
getXAConnection() - Method in class oracle.jdbc.pool.OracleXAConnectionCacheImpl
 
getXAConnection(String, String) - Method in class oracle.jdbc.xa.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(String, String) - Method in class oracle.jdbc.pool.OracleXAConnectionCacheImpl
 
getXAError() - Method in class oracle.jdbc.xa.OracleXAException
getXAError returns the XA Error code corresponding to this exception.
getXAErrorFlag() - Method in interface oracle.jdbc.OracleConnection
 
getXAErrorFlag() - Method in class oracle.jdbc.driver.OracleConnection
 
getXAErrorMessage(int) - Static method in class oracle.jdbc.xa.OracleXAException
 
getXAResource() - Method in class oracle.jdbc.xa.OracleXAConnection
Return an XA resource to the caller.
getXAResource() - Method in class oracle.jdbc.xa.client.OracleXAConnection
Return an XA resource to the caller.
getXAResource() - Method in class oracle.jdbc.xa.client.OracleXAHeteroConnection
Return an XAResource object to the caller.
getXids() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 

H

hasFixedSize() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Opaque type has fixed size.
hashCode() - Method in class oracle.sql.REF
 
hasUnboundedSize() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Opaque type has unbounded size ().
holdLine(OracleStatement) - Method in class oracle.jdbc.driver.OracleConnection
 
HRZER0 - Static variable in class oracle.sql.DATE
Zero valued hour

I

IMPLICIT - Static variable in interface oracle.jdbc.OracleStatement
 
increment() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the NUMBER value incremented by 1.
initUserName() - Method in class oracle.jdbc.driver.OracleConnection
 
insertRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.insertRow.
insertsAreDetected(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.insertsAreDetected.
INTEGER - Static variable in class oracle.jdbc.OracleTypes
 
intValue() - Method in class oracle.sql.Datum
Convert to a integer representation of the datum object
intValue() - Method in class oracle.sql.CHAR
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.
IS_CONNECTION_POOLING - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
is_value_null(boolean, int) - Method in class oracle.jdbc.driver.OracleStatement
This is public only so that the Jolt server can get to it.
isAccumulateBatchResult() - Method in class oracle.jdbc.driver.OracleConnection
Check the batching type of the connection
isAfterLast() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.isAfterLast.
isAutoIncrement(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is the column automatically numbered, thus read-only?
isAutoIncrement(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isBeforeFirst() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.isBeforeFirst.
isCaseSensitive(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Does a column's case matter?
isCaseSensitive(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isCatalogAtStart() - Method in class oracle.jdbc.OracleDatabaseMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
isClosed() - Method in class oracle.jdbc.driver.OracleConnection
As we do not keep a state in the Java struct we call native method even for isClosed.
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.BFILE
Test whether this data object can be converted to the specified Java data type.
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.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.NUMBER
Determines if the object can be converted to a particular class
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.ARRAY
Oracle extension.
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.ROWID
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.STRUCT
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.OPAQUE
Determines if datum 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
isConvertibleTo(Class) - Method in class oracle.sql.DATE
Determines if the object can be converted to a particular class
isCurrency(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is the column a cash value?
isCurrency(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isDefinitelyWritable(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Will a write on the column definitely succeed?
isDefinitelyWritable(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isDistributedTransEnabled() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
isEmptyLob() - Method in class oracle.sql.BLOB
Return true if the lob locator points to a empty blob.
isEmptyLob() - Method in class oracle.sql.CLOB
Return true if this is a empty lob.
isEnabled() - Static method in class oracle.jdbc.driver.OracleLog
Check if logging is enabled.
isFileOpen() - Method in class oracle.sql.BFILE
Find out whether a BFILE was opened with the give BFILE.
isFinalType() - Method in class oracle.sql.StructDescriptor
Indicates whether the object type is a final type.
isFirst() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.isFirst.
isInf() - Method in class oracle.sql.NUMBER
Returns true if NUMBER value is positive or negative infinity and a false otherwise.
isInherited(int) - Method in interface oracle.jdbc.StructMetaData
Indicates whether the attribute is inherited from its supertype.
isInherited(int) - Method in class oracle.jdbc.driver.StructMetaData
Indicates whether the attribute is inherited from its supertype.
isInstantiable() - Method in class oracle.sql.StructDescriptor
Indicates whether the object type is instantiable.
isInt() - Method in class oracle.sql.NUMBER
Returns true if NUMBER value is finite and integral.
isJavaObject() - Method in class oracle.sql.StructDescriptor
Indicates whether the object type is a JAVA_STRUCT type or a STRUCT type.
isLast() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.isLast.
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.driver.OracleConnection
Method that returns a boolean indicating whether its a logical connection or not.
isModeledInC() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Opaque type is modelled in C language.
isNCLOB() - Method in class oracle.sql.CLOB
 
isNegInf() - Method in class oracle.sql.NUMBER
Returns returns true if NUMBER is negative infinity and false otherwise.
isNullable(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Can you put a NULL in this column?
isNullable(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isOpen() - Method in class oracle.sql.BFILE
Check whether the external LOB is opened.
isOpen() - Method in class oracle.sql.BLOB
Check whether the BLOB is opened.
isOpen() - Method in class oracle.sql.CLOB
Check whether the CLOB is opened.
isPoolCreated() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
isPosInf() - Method in class oracle.sql.NUMBER
Returns true if NUMBER is positive infinity and false otherwise.
isReadOnly() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is the database in read-only mode?
isReadOnly() - Method in class oracle.jdbc.driver.OracleConnection
Our connections are never in read-only mode.
isReadOnly(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is a column definitely not writable?
isReadOnly(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isSameRM(XAResource) - Method in class oracle.jdbc.xa.OracleXAResource
This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares.
isSearchable(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Can the column be used in a where clause?
isSearchable(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isSigned(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is the column a signed number?
isSigned(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isStmtCacheEnabled() - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
isSubtype() - Method in class oracle.sql.StructDescriptor
Indicates whether the object type is a subtype.
isTemporary() - Method in class oracle.sql.BLOB
Return true if the lob locator points to a temporary blob.
isTemporary() - Method in class oracle.sql.CLOB
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(CLOB) - Static method in class oracle.sql.CLOB
Return true if the lob locator points to a temporary clob.
isTrustedLibrary() - Method in class oracle.sql.OpaqueDescriptor
Indicates whether the Trusted Library implementing Support functions are specified for the Opaque type.
isValid(byte[]) - Static method in class oracle.sql.NUMBER
Checks if a given Oracle Number is valid
isWritable(int) - Method in class oracle.jdbc.driver.OracleResultSetMetaData
Is it possible for a write on the column to succeed?
isWritable(int) - Method in class oracle.jdbc.driver.StructMetaData
 
isZero() - Method in class oracle.sql.NUMBER
Returns true if NUMBER is zero.

J

JAVA_OBJECT - Static variable in class oracle.jdbc.OracleTypes
 
JAVA_STRUCT - class oracle.sql.JAVA_STRUCT.
 
JAVA_STRUCT - Static variable in class oracle.jdbc.OracleTypes
 
JAVA_STRUCT(StructDescriptor, Connection, Object[]) - Constructor for class oracle.sql.JAVA_STRUCT
Constructor.
JAVACHAR_TO_CHAR - Static variable in class oracle.jdbc.driver.OracleConnection
 
jdbcCompliant() - Method in class oracle.jdbc.driver.OracleDriver
 
JTAdebug - Static variable in class oracle.jdbc.xa.OracleMultiPhaseArgs
 

L

last() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.last.
lastDayOfMonth() - Method in class oracle.sql.DATE
returns a DATE object intialized to the last day of the month .
length() - Method in class oracle.sql.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.ARRAY
Oracle extension.
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).
lob_dbaccess - Variable in class oracle.jdbc.driver.OracleConnection
 
log(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the logarithm to the base base of the NUMBER value.
logon_as_internal_str - Static variable in class oracle.jdbc.driver.OracleDriver
 
longValue() - Method in class oracle.sql.Datum
Convert to a long representation of the datum object
longValue() - Method in class oracle.sql.CHAR
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
 

M

m_connection_pool - Variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
makeJdbcArray(int) - Method in class oracle.sql.Datum
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.NUMBER
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
makeJdbcArray(int) - Method in class oracle.sql.DATE
Returns a JDBC array representation of the datum
MASK_ALL_SET - Static variable in class oracle.jdbc.driver.OracleLog
 
MAX_CHUNK_SIZE - Static variable in class oracle.sql.BLOB
 
MAX_CHUNK_SIZE - Static variable in class oracle.sql.CLOB
 
MAX_MODULES - Static variable in class oracle.jdbc.driver.OracleLog
 
MAX_VECTOR_BITS - Static variable in class oracle.jdbc.driver.OracleLog
 
MAXBQUALSIZE - Static variable in class oracle.jdbc.xa.OracleXid
 
MAXGTRIDSIZE - Static variable in class oracle.jdbc.xa.OracleXid
 
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
 
MODULE_ALL - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_DATUM - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_DBACCESS - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_DBCONV - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_DRIVER - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_JOLT - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_JTTC - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_KPRB - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_PICKLE - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_TOTAL - Static variable in class oracle.jdbc.driver.OracleLog
 
MODULE_XA - Static variable in class oracle.jdbc.driver.OracleLog
 
ModuleName - Static variable in class oracle.jdbc.driver.OracleLog
 
moveToCurrentRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.moveToCurrentRow.
moveToInsertRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.moveToInsertRow.
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

nativeSQL(String) - Method in class oracle.jdbc.driver.OracleConnection
This is a bogus and quickly done implementation waiting for something better
needLine() - Method in class oracle.jdbc.driver.OracleConnection
 
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
 
next() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.next.
NONE - Static variable in class oracle.jdbc.driver.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 - class oracle.sql.NUMBER.
NUMBER Class The NUMBER class provides converisons between the Oracle Number (lnxnum_t) data type and Java types byte[], byte, short, integer, long, float, double, String, BigInteger.
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() - Constructor for class oracle.sql.NUMBER
Constructs a NUMBER object initialized to zero.
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(boolean) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified boolean value.
NUMBER(byte) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified byte value.
NUMBER(byte[]) - Constructor for class oracle.sql.NUMBER
Constructs a NUMBER object initialized to the value specified by the byte array.
NUMBER(double) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified double value.
NUMBER(float) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified float 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(Object) - Constructor for class oracle.sql.NUMBER
Constructs a NUMBER object initialized to the value specified by the object
NUMBER(short) - Constructor for class oracle.sql.NUMBER
Constructs a Number object initialized to the specified short value.
NUMBER(String, int) - Constructor for class oracle.sql.NUMBER
Constructs a NUMBER object initialized to the specified String value.
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

OPAQUE - class oracle.sql.OPAQUE.
 
OPAQUE - Static variable in class oracle.jdbc.OracleTypes
 
OPAQUE(OpaqueDescriptor, Connection, Object) - Constructor for class oracle.sql.OPAQUE
Constructor.
OpaqueDescriptor - class oracle.sql.OpaqueDescriptor.
 
OpaqueDescriptor(SQLName, OracleTypeOPAQUE, Connection) - Constructor for class oracle.sql.OpaqueDescriptor
(INTERNAL) Constructor.
open() - Method in class oracle.sql.BFILE
Open a external LOB in the readonly mode.
open(int) - Method in class oracle.sql.BFILE
Open a external LOB in the indicated mode.
open(int) - Method in class oracle.sql.BLOB
Open a BLOB in the indicated mode.
open(int) - Method in class oracle.sql.CLOB
Open a CLOB in the indicated mode.
openFile() - Method in class oracle.sql.BFILE
Open the FILE.
openJoltConnection(String, short, short) - Method in interface oracle.jdbc.OracleConnection
When used with the Ultra driver, opens a Jolt connection with the given generic api name and the highest version supported by both parties that is less than or equal to the version provided.
openJoltConnection(String, short, short) - Method in class oracle.jdbc.driver.OracleConnection
When used with the Ultra driver, opens a Jolt connection with the given generic api name and the highest version supported by both parties that is less than or equal to the version provided.
oracle.jdbc - package oracle.jdbc
 
oracle.jdbc.driver - package oracle.jdbc.driver
 
oracle.jdbc.pool - package oracle.jdbc.pool
 
oracle.jdbc.xa - package oracle.jdbc.xa
 
oracle.jdbc.xa.client - package oracle.jdbc.xa.client
 
oracle.sql - package oracle.sql
 
OracleCallableStatement - interface oracle.jdbc.OracleCallableStatement.
 
OracleCallableStatement - class oracle.jdbc.driver.OracleCallableStatement.
Oracle callable statement.
OracleConnection - interface oracle.jdbc.OracleConnection.
The OracleConnection class extends the JDBC 1.0 Connection interface.
OracleConnection - class oracle.jdbc.driver.OracleConnection.
The OracleConnection class implements the JDBC Connection interface.
OracleConnection(DBAccess, String, String, String, String, Properties) - Constructor for class oracle.jdbc.driver.OracleConnection
Constructor for an Oracle connection.
OracleConnectionCache - interface oracle.jdbc.pool.OracleConnectionCache.
An OracleConnectionCache is an interface one needs to implement if they like to reuse OracleConnectionEventListener and implement their own version of Connection Caching.
OracleConnectionEventListener - class oracle.jdbc.pool.OracleConnectionEventListener.
A ConnectionEventListener is an object that registers to receive events generated by a PooledConnection.
OracleConnectionEventListener() - Constructor for class oracle.jdbc.pool.OracleConnectionEventListener
Default constructor
OracleConnectionEventListener(DataSource) - Constructor for class oracle.jdbc.pool.OracleConnectionEventListener
Construct an OracleConnectionEventListener with the DataSource as it's argument.
OracleConnectionPoolDataSource - class oracle.jdbc.pool.OracleConnectionPoolDataSource.
A DataSource object is a factory for Connection objects.
OracleConnectionPoolDataSource() - Constructor for class oracle.jdbc.pool.OracleConnectionPoolDataSource
 
OracleDatabaseMetaData - class oracle.jdbc.OracleDatabaseMetaData.
The OracleDatabaseMetaData class implements the JDBC 1.0 DatabaseMetaData interface.
OracleDatabaseMetaData - class oracle.jdbc.driver.OracleDatabaseMetaData.
The OracleDatabaseMetaData class implements the JDBC 1.0 DatabaseMetaData interface.
OracleDatabaseMetaData(OracleConnection) - Constructor for class oracle.jdbc.OracleDatabaseMetaData
 
OracleDatabaseMetaData(OracleConnection) - Constructor for class oracle.jdbc.driver.OracleDatabaseMetaData
 
OracleDatabaseMetaData(OracleConnection) - Constructor for class oracle.jdbc.driver.OracleDatabaseMetaData
 
OracleDataSource - class oracle.jdbc.pool.OracleDataSource.
A DataSource object is a factory for Connection objects.
OracleDataSource() - Constructor for class oracle.jdbc.pool.OracleDataSource
 
OracleDataSourceFactory - class oracle.jdbc.pool.OracleDataSourceFactory.
 
OracleDataSourceFactory() - Constructor for class oracle.jdbc.pool.OracleDataSourceFactory
 
OracleDriver - class oracle.jdbc.OracleDriver.
Oracle driver class.
OracleDriver - class oracle.jdbc.driver.OracleDriver.
Oracle JDBC driver class.
OracleDriver() - Constructor for class oracle.jdbc.OracleDriver
 
OracleDriver() - Constructor for class oracle.jdbc.driver.OracleDriver
 
OracleLog - class oracle.jdbc.driver.OracleLog.
Oracle Jdbc logging facility.
OracleLog() - Constructor for class oracle.jdbc.driver.OracleLog
 
OracleMultiPhaseArgs - class oracle.jdbc.xa.OracleMultiPhaseArgs.
 
OracleMultiPhaseArgs() - Constructor for class oracle.jdbc.xa.OracleMultiPhaseArgs
 
OracleMultiPhaseArgs(byte[]) - Constructor for class oracle.jdbc.xa.OracleMultiPhaseArgs
 
OracleMultiPhaseArgs(int, int, Vector, Vector) - Constructor for class oracle.jdbc.xa.OracleMultiPhaseArgs
 
OracleOCIConnectionPool - class oracle.jdbc.pool.OracleOCIConnectionPool.
 
OracleOCIConnectionPool() - Constructor for class oracle.jdbc.pool.OracleOCIConnectionPool
 
OracleOCIConnectionPool(String, String, String) - Constructor for class oracle.jdbc.pool.OracleOCIConnectionPool
 
OracleOCIConnectionPool(String, String, String, Properties) - Constructor for class oracle.jdbc.pool.OracleOCIConnectionPool
 
OracleOCIFailover - interface oracle.jdbc.OracleOCIFailover.
 
OraclePooledConnection - class oracle.jdbc.pool.OraclePooledConnection.
An OraclePooledConnection object is a connection object that provides hooks for connection pool management.
OraclePooledConnection() - Constructor for class oracle.jdbc.pool.OraclePooledConnection
 
OraclePooledConnection(Connection) - Constructor for class oracle.jdbc.pool.OraclePooledConnection
Create a Pooled Connection.
OraclePooledConnection(Connection, boolean) - Constructor for class oracle.jdbc.pool.OraclePooledConnection
Create a Pooled Connection.
OraclePooledConnection(String) - Constructor for class oracle.jdbc.pool.OraclePooledConnection
Creates a PooledConnection.
OraclePooledConnection(String, String, String) - Constructor for class oracle.jdbc.pool.OraclePooledConnection
Creates a PooledConnection.
OraclePreparedStatement - interface oracle.jdbc.OraclePreparedStatement.
Oracle prepared statement class.
OraclePreparedStatement - class oracle.jdbc.driver.OraclePreparedStatement.
Oracle prepared statement class.
OracleResultSet - interface oracle.jdbc.OracleResultSet.
 
OracleResultSet - class oracle.jdbc.driver.OracleResultSet.
 
OracleResultSet() - Constructor for class oracle.jdbc.driver.OracleResultSet
 
OracleResultSetCache - interface oracle.jdbc.OracleResultSetCache.
Oracle result set cache interface.
OracleResultSetMetaData - interface oracle.jdbc.OracleResultSetMetaData.
 
OracleResultSetMetaData - class oracle.jdbc.driver.OracleResultSetMetaData.
Oracle result set metadata class.
OracleSQLException - exception oracle.jdbc.driver.OracleSQLException.
 
OracleSQLException() - Constructor for class oracle.jdbc.driver.OracleSQLException
 
OracleSQLException(String) - Constructor for class oracle.jdbc.driver.OracleSQLException
 
OracleSQLException(String, String) - Constructor for class oracle.jdbc.driver.OracleSQLException
 
OracleSQLException(String, String, int) - Constructor for class oracle.jdbc.driver.OracleSQLException
 
OracleSQLException(String, String, int, Object[]) - Constructor for class oracle.jdbc.driver.OracleSQLException
 
OracleStatement - interface oracle.jdbc.OracleStatement.
 
OracleStatement - class oracle.jdbc.driver.OracleStatement.
Oracle statement class.
OracleTypes - class oracle.jdbc.OracleTypes.
Oracle types.
OracleTypes - class oracle.jdbc.driver.OracleTypes.
Oracle types.
OracleTypes() - Constructor for class oracle.jdbc.OracleTypes
 
OracleTypes() - Constructor for class oracle.jdbc.driver.OracleTypes
 
OracleXAConnection - class oracle.jdbc.xa.OracleXAConnection.
An XAConnection object provides support for distributed transactions.
OracleXAConnection - class oracle.jdbc.xa.client.OracleXAConnection.
An XAConnection object provides support for distributed transactions.
OracleXAConnection() - Constructor for class oracle.jdbc.xa.OracleXAConnection
Create an OracleXAConnection object.
OracleXAConnection() - Constructor for class oracle.jdbc.xa.client.OracleXAConnection
Create an OracleXAConnection object.
OracleXAConnection(Connection) - Constructor for class oracle.jdbc.xa.OracleXAConnection
Create an OracleXAConnection object.
OracleXAConnection(Connection) - Constructor for class oracle.jdbc.xa.client.OracleXAConnection
Create an OracleXAConnection object.
OracleXAConnectionCacheImpl - class oracle.jdbc.pool.OracleXAConnectionCacheImpl.
 
OracleXAConnectionCacheImpl() - Constructor for class oracle.jdbc.pool.OracleXAConnectionCacheImpl
 
OracleXAConnectionCacheImpl(ConnectionPoolDataSource) - Constructor for class oracle.jdbc.pool.OracleXAConnectionCacheImpl
 
OracleXADataSource - class oracle.jdbc.xa.OracleXADataSource.
A factory for XAConnection objects.
OracleXADataSource - class oracle.jdbc.xa.client.OracleXADataSource.
A factory for XAConnection objects.
OracleXADataSource() - Constructor for class oracle.jdbc.xa.OracleXADataSource
Create an OracleXADataSource instance.
OracleXADataSource() - Constructor for class oracle.jdbc.xa.client.OracleXADataSource
Create an OracleXADataSource instance.
OracleXAException - class oracle.jdbc.xa.OracleXAException.
OracleConnectionCache extends XAException to leverage Oracle SQL Error number corresponding to the XA Exception.
OracleXAException() - Constructor for class oracle.jdbc.xa.OracleXAException
Default OracleXAException class.
OracleXAException(int) - Constructor for class oracle.jdbc.xa.OracleXAException
Default OracleXAException class that takes an error code which is a combination of Oracle Sql No.
OracleXAHeteroCloseCallback - class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback.
This class implements the OracleCloseCallback interface that is defined in oracle.jdbc.driver.
OracleXAHeteroCloseCallback() - Constructor for class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
 
OracleXAHeteroConnection - class oracle.jdbc.xa.client.OracleXAHeteroConnection.
A factory for Connection objects.
OracleXAHeteroConnection() - Constructor for class oracle.jdbc.xa.client.OracleXAHeteroConnection
Constructor.
OracleXAHeteroConnection(Connection) - Constructor for class oracle.jdbc.xa.client.OracleXAHeteroConnection
Constructor that takes a Connection parameter.
OracleXAHeteroResource - class oracle.jdbc.xa.client.OracleXAHeteroResource.
 
OracleXAHeteroResource(Connection) - Constructor for class oracle.jdbc.xa.client.OracleXAHeteroResource
 
OracleXAResource - class oracle.jdbc.xa.OracleXAResource.
 
OracleXAResource - class oracle.jdbc.xa.client.OracleXAResource.
 
OracleXAResource() - Constructor for class oracle.jdbc.xa.OracleXAResource
 
OracleXAResource() - Constructor for class oracle.jdbc.xa.client.OracleXAResource
 
OracleXAResource(Connection) - Constructor for class oracle.jdbc.xa.OracleXAResource
 
OracleXAResource(Connection) - Constructor for class oracle.jdbc.xa.client.OracleXAResource
 
OracleXid - class oracle.jdbc.xa.OracleXid.
 
OracleXid(int, byte[], byte[]) - Constructor for class oracle.jdbc.xa.OracleXid
OracleXid() -- The constructor that constructs an OracleXid with given formatId, global transacrion Id and branch qualifier.
OracleXid(int, byte[], byte[], byte[]) - Constructor for class oracle.jdbc.xa.OracleXid
OracleXid() -- The constructor that constructs an OracleXid with given formatId, global transacrion Id and branch qualifier, and transaction context.
ORAData - interface oracle.sql.ORAData.
Oracle interface for customized user-defined types.
ORADataFactory - interface oracle.sql.ORADataFactory.
ORAData factory interface.
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().
password_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
pi() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value of pi.
pingDatabase(int) - Method in interface oracle.jdbc.OracleConnection
ping Database
pingDatabase(int) - Method in class oracle.jdbc.driver.OracleConnection
ping Database and return status of connection
PLSQL_INDEX_TABLE - Static variable in class oracle.jdbc.OracleTypes
 
posInf() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to positive infinity.
position(BFILE, long) - Method in class oracle.sql.BFILE
Determine the byte position at which the given pattern
position(Blob, long) - Method in class oracle.sql.BLOB
Implements the Blob interface function.
position(byte[], long) - Method in class oracle.sql.BFILE
Determine the byte position at which the given byte pattern
position(byte[], long) - Method in class oracle.sql.BLOB
Implements the Blob interface function.
position(Clob, long) - Method in class oracle.sql.CLOB
Implements the Clob interface method.
position(String, long) - Method in class oracle.sql.CLOB
Implements the Clob interface method.
pow(int) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to NUMBER value raised to the exp power.
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.
prepare(Xid) - Method in class oracle.jdbc.xa.OracleXAResource
 
prepare(Xid) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
prepare(Xid) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
Ask RM to prepare for a commit of the txn specified in xid.
prepareCall(String) - Method in class oracle.jdbc.driver.OracleConnection
This is similar to createStatement.
prepareCall(String, int, int) - Method in class oracle.jdbc.driver.OracleConnection
JDBC 2.0 Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCallWithKey(String) - Method in interface oracle.jdbc.OracleConnection
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.
prepareCallWithKey(String) - Method in class oracle.jdbc.driver.OracleConnection
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.
prepareStatement(String) - Method in class oracle.jdbc.driver.OracleConnection
This is similar to createStatement.
prepareStatement(String, int, int) - Method in class oracle.jdbc.driver.OracleConnection
JDBC 2.0 Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatementWithKey(String) - Method in interface oracle.jdbc.OracleConnection
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.
prepareStatementWithKey(String) - Method in class oracle.jdbc.driver.OracleConnection
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.
previous() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.previous.
print(int, int, int, String) - Static method in class oracle.jdbc.driver.OracleLog
 
print(int, int, String) - Static method in class oracle.jdbc.driver.OracleLog
 
print(OracleConnection, int, int, String) - Static method in class oracle.jdbc.driver.OracleLog
 
printMPArgs() - Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
PROG_ERROR - Static variable in class oracle.jdbc.driver.OracleLog
 
protocol_string - Static variable in class oracle.jdbc.driver.OracleDriver
 
PROXY_CERTIFICATE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
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 class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXY_USER_NAME - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXYTYPE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXYTYPE_CERTIFICATE - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXYTYPE_DISTINGUISHED_NAME - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
PROXYTYPE_USER_NAME - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
put(int, int, Object) - Method in interface oracle.jdbc.OracleResultSetCache
Save the data in the i-th row and j-th column.
putBytes(long, byte[]) - Method in class oracle.sql.BLOB
Oracle extension.
putChars(long, char[]) - Method in class oracle.sql.CLOB
Oracle extension.
putDescriptor(byte[], Object) - Method in class oracle.jdbc.driver.OracleConnection
Store the Object Descriptor for later usage.
putDescriptor(String, Object) - Method in interface oracle.jdbc.OracleConnection
Store the Object Descriptor for later usage.
putDescriptor(String, Object) - Method in class oracle.jdbc.driver.OracleConnection
Store the Object Descriptor for later usage.
putString(long, String) - Method in class oracle.sql.CLOB
Oracle extension.

R

RAW - class oracle.sql.RAW.
The RAW class is a representation of the Oracle RAW datatype.
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_TO_ASCII - Static variable in class oracle.jdbc.driver.OracleConnection
 
RAW_TO_JAVACHAR - Static variable in class oracle.jdbc.driver.OracleConnection
 
RAW_TO_UNICODE - Static variable in class oracle.jdbc.driver.OracleConnection
 
RAW(byte[]) - Constructor for class oracle.sql.RAW
Construct a RAW from a byte array.
RAW(Object) - Constructor for class oracle.sql.RAW
Construct a RAW from a Java object.
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 - class oracle.sql.REF.
 
REF - Static variable in class oracle.jdbc.OracleTypes
 
refreshRow() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.refreshRow.
registerApiDescription(String, short, short, String) - Method in interface oracle.jdbc.OracleConnection
When used in the Ultra driver, registers an ApiDescription for use in a Jolt connection.
registerApiDescription(String, short, short, String) - Method in class oracle.jdbc.driver.OracleConnection
When used in the Ultra driver, registers an ApiDescription for use in a Jolt connection.
registerCloseCallback(OracleCloseCallback, Object) - Method in class oracle.jdbc.driver.OracleConnection
 
registerIndexTableOutParameter(int, int, int, int) - Method in interface oracle.jdbc.OracleCallableStatement
Oracle OCI driver specific.
registerIndexTableOutParameter(int, int, int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
Oracle OCI driver specific.
registerOutParameter(int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
registerOutParameter(int, int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
 
registerOutParameter(int, int, int, int) - Method in interface oracle.jdbc.OracleCallableStatement
Special Oracle version of registerOutParameter for registering CHAR, VARCHAR, LONG, RAW and LONG RAW columns.
registerOutParameter(int, int, int, int) - Method in class oracle.jdbc.driver.OracleCallableStatement
Special Oracle version of registerOutParameter for registering CHAR, VARCHAR, LONG, RAW and LONG RAW columns.
registerOutParameter(int, int, String) - Method in class oracle.jdbc.driver.OracleCallableStatement
Special Oracle version of registerOutParameter for registering Object columns.
registerSQLType(String, Class) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
registerSQLType(String, Class) - Method in class oracle.jdbc.driver.OracleConnection
 
registerSQLType(String, String) - Method in interface oracle.jdbc.OracleConnection
Deprecated.  
registerSQLType(String, String) - Method in class oracle.jdbc.driver.OracleConnection
Map accessor methods
registerTAFCallback(OracleOCIFailover, Object) - Method in interface oracle.jdbc.OracleConnection
Register an application TAF Callback instance that will be called when an application failover occurs.
relative(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.relative.
releaseLine() - Method in class oracle.jdbc.driver.OracleConnection
 
remove(int) - Method in interface oracle.jdbc.OracleResultSetCache
Remove the i-th row.
remove(int, int) - Method in interface oracle.jdbc.OracleResultSetCache
Remove the data stored in i-th row and j-th column
removeClientData(Object) - Method in class oracle.jdbc.driver.OracleConnection
Remove the specified key and any associated client data.
removeConnectionEventListener(ConnectionEventListener) - Method in class oracle.jdbc.pool.OraclePooledConnection
Remove an event listener.
reusePooledConnection(PooledConnection) - Method in interface oracle.jdbc.pool.OracleConnectionCache
Invoked by the ConnectionEventListener instance when Logical connection handles are closed signaling that the PooledConnection can be recycled into the pool for further use.
rollback() - Method in class oracle.jdbc.driver.OracleConnection
 
rollback(Xid) - Method in class oracle.jdbc.xa.OracleXAResource
 
rollback(Xid) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
rollback(Xid) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
Ask RM to roll back work done on behalf of a txn branch.
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.
round(String) - Method in class oracle.sql.DATE
returns a DATE object with date rounded to specified precision
rowDeleted() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.rowDeleted.
ROWID - class oracle.sql.ROWID.
The ROWID class is a representation of the Oracle ROWID datatype.
ROWID - Static variable in class oracle.jdbc.OracleTypes
 
rowInserted() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.rowInserted.
rowUpdated() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.rowUpdated.

S

scale(int, int, boolean[]) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the value determined by the rounding performed based on the right parameter below.
sendBatch() - Method in interface oracle.jdbc.OraclePreparedStatement
Send any existing Oracle-style batch.
sendBatch() - Method in interface oracle.jdbc.OracleCallableStatement
Send the sets of parameters batched (for Oracle-style batching only).
sendBatch() - Method in class oracle.jdbc.driver.OracleCallableStatement
Send the sets of parameters batched (for Oracle-style batching only).
sendBatch() - Method in class oracle.jdbc.driver.OraclePreparedStatement
Send any existing Oracle-style batch.
sendBatch() - Method in class oracle.jdbc.driver.OracleStatement
Void entrypoint so that we do not have to cast statements to OraclePreparedStatements when sending the batch
setAccumulateBatchResult(boolean) - Method in class oracle.jdbc.driver.OracleConnection
Set if the batching type for the connection
setArray(int, Array) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0.
setARRAY(int, ARRAY) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setARRAY(int, ARRAY) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setAsciiStream(int, InputStream, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAutoBuffering(boolean) - Method in class oracle.sql.ARRAY
Performance hint.
setAutoBuffering(boolean) - Method in class oracle.sql.STRUCT
Performance hint.
setAutoClose(boolean) - Method in interface oracle.jdbc.OracleConnection
We are always in auto-close mode.
setAutoClose(boolean) - Method in class oracle.jdbc.driver.OracleConnection
We are always in auto-close mode.
setAutoCommit(boolean) - Method in class oracle.jdbc.driver.OracleConnection
 
setAutoIndexing(boolean) - Method in class oracle.sql.ARRAY
Performance hint.
setAutoIndexing(boolean, int) - Method in class oracle.sql.ARRAY
Performance hint.
setAutoRefetch(boolean) - Method in class oracle.jdbc.driver.OracleStatement
Oracle extension.
setAutoRefetch(boolean) - Method in class oracle.jdbc.driver.OracleResultSet
Oracle extension.
setBfile(int, BFILE) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setBfile(int, BFILE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setBFILE(int, BFILE) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setBFILE(int, BFILE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setBigDecimal(int, BigDecimal) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.lang.BigDecimal value.
setBinaryStream(int, InputStream, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBlob(int, Blob) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0.
setBLOB(int, BLOB) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setBLOB(int, BLOB) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setBoolean(int, boolean) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java boolean value.
setByte(int, byte) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java byte value.
setBytes(byte[]) - Method in class oracle.sql.Datum
Sets datum value using a byte array.
setBytes(int, byte[]) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java array of bytes.
setCatalog(String) - Method in class oracle.jdbc.driver.OracleConnection
We do not support catalogs.
setCHAR(int, CHAR) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setCHAR(int, CHAR) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setCharacterStream(int, Reader, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCheckBindTypes(boolean) - Method in interface oracle.jdbc.OraclePreparedStatement
Enable/disable bind type checking.
setClientData(Object, Object) - Method in class oracle.jdbc.driver.OracleConnection
Store a piece client data and associate it with the specified key.
setClientIdentifier(String) - Method in class oracle.jdbc.driver.OracleConnection
Set the client identifier for this session.
setClob(int, Clob) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0.
setCLOB(int, CLOB) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setCLOB(int, CLOB) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setConnection(Connection) - Method in class oracle.sql.TypeDescriptor
 
setConnection(Connection) - Method in class oracle.sql.REF
Oracle extension.
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.driver.OracleConnection
When this is set to true, any new statements created from this connection will be created as a REF CURSOR.
setCursor(int, ResultSet) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setCursor(int, ResultSet) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setCursorName(String) - Method in class oracle.jdbc.driver.OracleStatement
We do not support that
setCustomDatum(int, CustomDatum) - Method in interface oracle.jdbc.OraclePreparedStatement
Deprecated.  
setCustomDatum(int, CustomDatum) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Deprecated.  
setDatabaseName(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the name of a particular database on a server.
setDataSource(DataSource) - Method in class oracle.jdbc.pool.OracleConnectionEventListener
Set the DataSource corresponding to this listener.
setDataSourceName(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the DataSourceName.
setDate(int, Date) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.sql.Date value.
setDATE(int, DATE) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setDATE(int, DATE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setDate(int, Date, Calendar) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets the designated parameter to a java.sql.Date value, using the given Calendar object.
setDayOfWeek(int) - Method in class oracle.sql.DATE
returns a DATE object initialized to date advanced to the week of the day specified.
setDefaultAutoRefetch(boolean) - Method in class oracle.jdbc.driver.OracleConnection
Oracle extension.
setDefaultExecuteBatch(int) - Method in interface oracle.jdbc.OracleConnection
Set the batch value for executes for all prepared statements belonging to this connection and created after the batch value was set.
setDefaultExecuteBatch(int) - Method in class oracle.jdbc.driver.OracleConnection
Set the batch value for executes for all prepared statements belonging to this connection and created after the batch value was set.
setDefaultFixedString(boolean) - Method in class oracle.jdbc.driver.OracleConnection
Changes the default setObject(string) behavior for Statements created from this Connection. By default, a call to PreparedStatement.setObject() with a String will bind the string using Types.VARCHAR, which will use non blank-padded character comparison semantics.
setDefaultRowPrefetch(int) - Method in interface oracle.jdbc.OracleConnection
Set 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.driver.OracleConnection
Set the value of row prefetch for all statements associated with this connection and created after this value was set.
setDescription(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the Desciption for this data source instance.
setDisableStmtCaching(boolean) - Method in interface oracle.jdbc.OraclePreparedStatement
Don't Cache this object even when the corresponding Connection is Cache Enabled.
setDisableStmtCaching(boolean) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Don't Cache this object even when the corresponding Connection is Cache Enabled.
setDouble(int, double) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java double value.
setDriverType(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the JDBC driver type.
setEscapeProcessing(boolean) - Method in class oracle.jdbc.driver.OracleStatement
 
setExecuteBatch(int) - Method in interface oracle.jdbc.OraclePreparedStatement
Set the batch value (for Oracle-style batching only).
setExecuteBatch(int) - Method in interface oracle.jdbc.OracleCallableStatement
Set the batch value (for Oracle-style batching only).
setExecuteBatch(int) - Method in class oracle.jdbc.driver.OracleCallableStatement
Set the batch value (for Oracle-style batching only).
setExecuteBatch(int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Set the batch value (for Oracle-style batching only).
setFetchDirection(int) - Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Gives the driver a hint as to the direction in which the rows in a result set will be processed.
setFetchDirection(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.setFetchDirection.
setFetchSize(int) - Method in class oracle.jdbc.driver.OracleStatement
JDBC 2.0 Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFetchSize(int) - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 2.0 ResultSet.setFetchSize.
setFixedCHAR(int, String) - Method in interface oracle.jdbc.OraclePreparedStatement
Use this method when binding to a CHAR column in the where clause of a Select statement.
setFixedCHAR(int, String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Use this method when binding to a CHAR column in the where clause of a Select statement.
setFixedString(boolean) - Method in class oracle.jdbc.driver.OracleStatement
Changes the default setObject(string) behavior for this Statement. By default, a call to PreparedStatement.setObject() with a String will bind the string using Types.VARCHAR, which will use non blank-padded character comparison semantics.
setFloat(int, float) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java float value.
setFormOfUse(int, short) - Method in interface oracle.jdbc.OraclePreparedStatement
Set the "Form Of Use" of a column of the PreparedStatement.
setFormOfUse(int, short) - Method in class oracle.jdbc.driver.OracleCallableStatement
Sets the "Form Of Use".
setFormOfUse(int, short) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the "Form Of Use".
setIncludeSynonyms(boolean) - Method in interface oracle.jdbc.OracleConnection
Turn on or off retrieval of synonym information in DatabaseMetaData.
setIncludeSynonyms(boolean) - Method in class oracle.jdbc.driver.OracleConnection
Turn on or off retrieval of synonym information in DatabaseMetaData.
setInt(int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java int value.
setJTADebug(boolean) - Static method in class oracle.jdbc.xa.OracleMultiPhaseArgs
 
setLoginTimeout(int) - Method in class oracle.jdbc.pool.OracleDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogStream(PrintStream) - Static method in class oracle.jdbc.driver.OracleLog
Set the logging PrintStream.
setLogVolume(int) - Static method in class oracle.jdbc.driver.OracleLog
Set the logging volume level.
setLogWriter(PrintWriter) - Static method in class oracle.jdbc.driver.OracleLog
Set the logging PrintWriter.
setLogWriter(PrintWriter) - Method in class oracle.jdbc.pool.OracleDataSource
Set the log writer for this data source.
setLong(int, long) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java long value.
setMaxFieldSize(int) - Method in class oracle.jdbc.driver.OracleStatement
 
setMaxRows(int) - Method in class oracle.jdbc.driver.OracleStatement
 
setNetworkProtocol(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the network protocol for the connections.
setNull(int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Implements JDBC 2.0 setNull for object types.
setNUMBER(int, NUMBER) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setNUMBER(int, NUMBER) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setObject(int, Object) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the value of a parameter using an object.
setOPAQUE(int, OPAQUE) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setOPAQUE(int, OPAQUE) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setOracleObject(int, Datum) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setOracleObject(int, Datum) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setORAData(int, ORAData) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setORAData(int, ORAData) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Set the designated parameter to an oracle.sql.ORAData value.
setParameters(Object[]) - Method in class oracle.jdbc.driver.OracleSQLException
Set Oracle error message parameters.
setPassword(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the password with which connections have to be obtained.
setPlsqlIndexTable(int, Object, int, int, int, int) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle OCI driver specific.
setPlsqlIndexTable(int, Object, int, int, int, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle OCI driver specific.
setPoolConfig(Properties) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
 
setPortNumber(int) - Method in class oracle.jdbc.pool.OracleDataSource
Set the port number where a server is listening for requests.
setPreBindsCompelete() - Method in class oracle.jdbc.driver.OraclePreparedStatement
 
setQueryTimeout(int) - Method in class oracle.jdbc.driver.OracleStatement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
setRAW(int, RAW) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setRAW(int, RAW) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setReadOnly(boolean) - Method in class oracle.jdbc.driver.OracleConnection
We do not support read-only connections
setRef(int, Ref) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets a Ref(<structured-type>) parameter.
setREF(int, REF) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setREF(int, REF) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setRefType(int, REF) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setRefType(int, REF) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setRemarksReporting(boolean) - Method in interface oracle.jdbc.OracleConnection
Turn on or off the reporting of the REMARKS columns by the getTables and getColumns calls of the DatabaseMetaData interface. The DatabaseMetaData calls getTables and getColumns are extremely slow if the REMARKS column has to be reported as this necessitates an expensive outer join so by default the JDBC driver does not report the REMARKS columns. You can turn the reporting of REMARKS on by passing a true argument to this method.
setRemarksReporting(boolean) - Method in class oracle.jdbc.driver.OracleConnection
Turn on or off the reporting of the REMARKS columns by the getTables and getColumns calls of the DatabaseMetaData interface. The DatabaseMetaData calls getTables and getColumns are extremely slow if the REMARKS column has to be reported as this necessitates an expensive outer join so by default the JDBC driver does not report the REMARKS columns. You can turn the reporting of REMARKS on by passing a true argument to this method.
setRestrictGetTables(boolean) - Method in interface oracle.jdbc.OracleConnection
Turn on or off the restriction of the returned data in DatabaseMetaData.
setRestrictGetTables(boolean) - Method in class oracle.jdbc.driver.OracleConnection
Turn on or off the restriction of the returned data in DatabaseMetaData.
setResultSetCache(OracleResultSetCache) - Method in interface oracle.jdbc.OracleStatement
Oracle Extenstion Override the default result set cache.
setResultSetCache(OracleResultSetCache) - Method in class oracle.jdbc.driver.OracleStatement
Oracle Extenstion Override the default result set cache.
setResultSetCache(OracleResultSetCache) - Method in class oracle.jdbc.driver.OracleStatement
Oracle Extenstion Override the default result set cache.
setROWID(int, ROWID) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setROWID(int, ROWID) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setRowPrefetch(int) - Method in interface oracle.jdbc.OracleStatement
setRowPrefetch allows the user to set the row prefetch value for all result sets created from this statement. setRowPrefetch overrides the prefetch value set from the connection, for this particular statement. The row_prefetch will be turned back to 1 automatically by the driver if any of the select-column types is streaming (long data or long raw data).
setRowPrefetch(int) - Method in class oracle.jdbc.driver.OracleStatement
setRowPrefetch allows the user to set the row prefetch value for all result sets created from this statement. setRowPrefetch overrides the prefetch value set from the connection, for this particular statement. The row_prefetch will be turned back to 1 automatically by the driver if any of the select-column types is streaming (long data or long raw data).
setServerName(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the name of the Server on which database is running.
setSessionTimeZone(String) - Method in interface oracle.jdbc.OracleConnection
Set the session time zone.
setSessionTimeZone(String) - Method in class oracle.jdbc.driver.OracleConnection
Set the session time zone.
setShareBytes(byte[]) - Method in class oracle.sql.Datum
Sets datum value using a byte array.
setShort(int, short) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java short value.
setStmtCacheSize(int) - Method in interface oracle.jdbc.OracleConnection
Insert the method's description here.
setStmtCacheSize(int) - Method in class oracle.jdbc.driver.OracleConnection
Set the statement cache size.
setStmtCacheSize(int) - Method in class oracle.jdbc.pool.OraclePooledConnection
Set the statement cache size.
setStmtCacheSize(int) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Set the statement cache size.
setStmtCacheSize(int, boolean) - Method in interface oracle.jdbc.OracleConnection
Insert the method's description here.
setStmtCacheSize(int, boolean) - Method in class oracle.jdbc.driver.OracleConnection
Set the statement cache size.
setStmtCacheSize(int, boolean) - Method in class oracle.jdbc.pool.OraclePooledConnection
Set the statement cache size.
setStmtCacheSize(int, boolean) - Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Set the statement cache size.
setString(int, String) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setSTRUCT(int, STRUCT) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setSTRUCT(int, STRUCT) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setStructDescriptor(int, StructDescriptor) - Method in interface oracle.jdbc.OraclePreparedStatement
Oracle specific.
setStructDescriptor(int, StructDescriptor) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Oracle specific.
setSynchronousMode(boolean) - Method in interface oracle.jdbc.OracleConnection
Set the value of the synchronous mode switch for this connection.
setSynchronousMode(boolean) - Method in class oracle.jdbc.driver.OracleConnection
Set the value of the synchronous mode switch for this connection.
setTime(int, Time) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.sql.Time value.
setTime(int, Time, Calendar) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets the designated parameter to a java.sql.Time value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to a java.sql.Timestamp value.
setTIMESTAMP(int, TIMESTAMP) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMP value.
setTIMESTAMP(int, TIMESTAMP) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMP value.
setTimestamp(int, Timestamp, Calendar) - Method in class oracle.jdbc.driver.OraclePreparedStatement
JDBC 2.0 Sets the designated parameter to a java.sql.Timestamp value, using the given Calendar object.
setTIMESTAMPLTZ(int, TIMESTAMPLTZ) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPLTZ value.
setTIMESTAMPLTZ(int, TIMESTAMPLTZ) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPLTZ value.
setTIMESTAMPTZ(int, TIMESTAMPTZ) - Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPTZ value.
setTIMESTAMPTZ(int, TIMESTAMPTZ) - Method in class oracle.jdbc.driver.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.
setTransactionIsolation(int) - Method in class oracle.jdbc.driver.OracleConnection
We only support dirty reads.
setTransactionTimeout(int) - Method in class oracle.jdbc.xa.OracleXAResource
Set the current transaction timeout value for this XAResource instance.
setTypeMap(Map) - Method in class oracle.jdbc.driver.OracleConnection
 
setUnicodeStream(int, InputStream, int) - Method in class oracle.jdbc.driver.OraclePreparedStatement
Deprecated.  
setURL(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the URL from which connections have to be obtained.
setUser(String) - Method in class oracle.jdbc.pool.OracleDataSource
Set the user name with which connections have to be obtained.
setUsingXAFlag(boolean) - Method in interface oracle.jdbc.OracleConnection
 
setUsingXAFlag(boolean) - Method in class oracle.jdbc.driver.OracleConnection
 
setValue(Object) - Method in class oracle.sql.REF
Oracle extension.
setXAErrorFlag(boolean) - Method in interface oracle.jdbc.OracleConnection
 
setXAErrorFlag(boolean) - Method in class oracle.jdbc.driver.OracleConnection
 
SEZERO - Static variable in class oracle.sql.DATE
Zero valued second
shareBytes() - Method in class oracle.sql.Datum
Retrieve the data bytes. Used by java code in subclasses to access the data bytes.
shift(int) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized the NUMBER value shifted digits decimal places.
shortValue() - Method in class oracle.sql.NUMBER
Calls toShort to convert internal Oracle Number to a Java short.
shutdown(int) - Method in interface oracle.jdbc.OracleConnection
 
shutdown(int) - Method in class oracle.jdbc.driver.OracleConnection
 
sign() - Method in class oracle.sql.NUMBER
Returns -1 if the sign of NUMBER is negative, 0 if NUMBER is 0, and > 0 if NUMBER is positive.
sin() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the sine of the NUMBER.
sinh() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the hyperbolic sine of NUMBER.
slash_character - Static variable in class oracle.jdbc.driver.OracleDriver
 
SMALLINT - Static variable in class oracle.jdbc.OracleTypes
 
sqroot() - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the square root of NUMBER.
start(Xid, int) - Method in class oracle.jdbc.xa.OracleXAResource
 
start(Xid, int) - Method in class oracle.jdbc.xa.client.OracleXAResource
 
start(Xid, int) - Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
Starts work on behalf of a transaction branch.
startLogging() - Static method in class oracle.jdbc.driver.OracleLog
Enable tracing.
startup(String, int) - Method in interface oracle.jdbc.OracleConnection
 
startup(String, int) - Method in class oracle.jdbc.driver.OracleConnection
 
stopLogging() - Static method in class oracle.jdbc.driver.OracleLog
Disable tracing.
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?
stringValue() - Method in class oracle.sql.Datum
Convert to a String representation of the datum object
stringValue() - Method in class oracle.sql.CHAR
Convert this data object into a String.
stringValue() - Method in class oracle.sql.NUMBER
Calls toString to convert internal Oracle Number to a Java String.
stringValue() - Method in class oracle.sql.ROWID
Convert this data object into a String.
stringValue() - Method in class oracle.sql.RAW
Convert this data object into a String.
stringValue() - Method in class oracle.sql.DATE
Calls toString to convert internal Oracle Date to a Java String.
STRUCT - class oracle.sql.STRUCT.
This class has two roles.
STRUCT - Static variable in class oracle.jdbc.OracleTypes
 
STRUCT(StructDescriptor, Connection, Object[]) - Constructor for class oracle.sql.STRUCT
Constructor.
StructDescriptor - class oracle.sql.StructDescriptor.
Descriptor of a SQL structured object.
StructDescriptor(SQLName, OracleTypeADT, Connection) - Constructor for class oracle.sql.StructDescriptor
(INTERNAL) Constructor.
StructMetaData - interface oracle.jdbc.StructMetaData.
 
StructMetaData - class oracle.jdbc.driver.StructMetaData.
 
StructMetaData(StructDescriptor) - Constructor for class oracle.jdbc.driver.StructMetaData
 
sub(NUMBER) - Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the difference of NUMBER and n.
SUBMOD_ALL - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DBAC_DATA - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DEFAULT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_CONN - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_ERR - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_LOG - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_RSET - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_SQL - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_STMT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_DRVR_UTIL - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JOLT_BASE - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JOLT_COMM - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JOLT_JDBC - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_BASE - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_RX - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_JTTC_TX - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_CONV - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_DESC - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_INIT - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_PCKL - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_TYPE - Static variable in class oracle.jdbc.driver.OracleLog
 
SUBMOD_PCKL_UNPK - Static variable in class oracle.jdbc.driver.OracleLog
 
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? If so, the SQL AS clause can be used to provide names for computed columns or to provide alias names for columns as required.
supportsConvert() - Method in class oracle.jdbc.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?
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.
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)?
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?
supportsPositionedUpdate() - Method in class oracle.jdbc.OracleDatabaseMetaData
Is positioned UPDATE supported?
supportsResultSetConcurrency(int, int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.supportsResultSetConcurrency.
supportsResultSetType(int) - Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.supportsResultSetType.
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?
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

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.
TIME - Static variable in class oracle.jdbc.OracleTypes
 
TIMESTAMP - class oracle.sql.TIMESTAMP.
TIMESTAMP Class
The TIMESTAMP class provides conversions between the Oracle Date (ldx_t) data type and Java classes java.sql.Date, java.sql.Time, java.sql.Timestamp The internal data for this object is stored as a eleven byte array in the super class' storage area.
TIMESTAMP - Static variable in class oracle.jdbc.OracleTypes
 
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(Date) - Constructor for class oracle.sql.TIMESTAMP
Create an Oracle TIMESTAMP object represented by the java Date
TIMESTAMP(DATE) - Constructor for class oracle.sql.TIMESTAMP
Create an Oracle TIMESTAMP object represented by the Oracle date
TIMESTAMP(Time) - Constructor for class oracle.sql.TIMESTAMP
Create an Oracle TIMESTAMP object represented by the given java Time
TIMESTAMP(Timestamp) - Constructor for class oracle.sql.TIMESTAMP
Create an Oracle TIMESTAMP object represented by the java Timestamp
TIMESTAMPLTZ - class oracle.sql.TIMESTAMPLTZ.
TIMESTAMPLTZ Class
The TIMESTAMPLTZ class provides conversions between the Oracle Date (ldx_t) data type and Java classes java.sql.Date, java.sql.Time, java.sql.Timestamp The internal data for this object is stored as a eleven byte array in the super class' storage area.
TIMESTAMPLTZ - Static variable in class oracle.jdbc.OracleTypes
 
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, Date, Calendar) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the java Date
TIMESTAMPLTZ(Connection, DATE, Calendar) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the Oracle date
TIMESTAMPLTZ(Connection, Time, Calendar) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the given java Time
TIMESTAMPLTZ(Connection, Timestamp, Calendar) - Constructor for class oracle.sql.TIMESTAMPLTZ
Create an Oracle TIMESTAMPLTZ object represented by the java Timestamp
TIMESTAMPNS - Static variable in class oracle.jdbc.OracleTypes
 
TIMESTAMPTZ - class oracle.sql.TIMESTAMPTZ.
TIMESTAMPTZ Class
The TIMESTAMPTZ class provides conversions between the Oracle Date (ldx_t) data type and Java classes java.sql.Date, java.sql.Time, java.sql.Timestamp The internal data for this object is stored as a thirteen byte array in the super class' storage area.
TIMESTAMPTZ - Static variable in class oracle.jdbc.OracleTypes
 
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) - Constructor for class oracle.sql.TIMESTAMPTZ
Create an Oracle TIMESTAMPTZ object represented by the Oracle 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
timestampValue() - Method in class oracle.sql.Datum
Convert to a Timestamp representation of the datum object
timestampValue() - Method in class oracle.sql.TIMESTAMP
Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
timestampValue() - 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(Connection) - Method in class oracle.sql.TIMESTAMPTZ
Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
timestampValue(Connection, Calendar) - Method in class oracle.sql.TIMESTAMPLTZ
Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
timeValue() - Method in class oracle.sql.Datum
Convert to a Time representation of the datum object
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.
TINYINT - Static variable in class oracle.jdbc.OracleTypes
 
TMENDRSCAN - Static variable in class oracle.jdbc.xa.OracleXAResource
 
TMFAIL - Static variable in class oracle.jdbc.xa.OracleXAResource
 
TMJOIN - Static variable in class oracle.jdbc.xa.OracleXAResource
 
TMNOFLAGS - Static variable in class oracle.jdbc.xa.OracleXAResource
 
TMNOMIGRATE - Static variable in class oracle.jdbc.xa.OracleXAResource
 
TMONEPHASE - Static variable in class oracle.jdbc.xa.OracleXAResource
 
TMRESUME - Static variable in class oracle.jdbc.xa.OracleXAResource
 
TMSTARTRSCAN - Static variable in class oracle.jdbc.xa.OracleXAResource
 
TMSUCCESS - Static variable in class oracle.jdbc.xa.OracleXAResource
 
TMSUSPEND - Static variable in class oracle.jdbc.xa.OracleXAResource
 
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.TIMESTAMP
Convert Oracle Timestamp object into a byte array
toBytes() - Method in class oracle.sql.NUMBER
Returns the internal Oracle Number byte array.
toBytes() - Method in class oracle.sql.TIMESTAMPLTZ
Convert Oracle Timestampltz object into a byte array
toBytes() - Method in class oracle.sql.TIMESTAMPTZ
Convert Oracle Timestamptz object into a byte array
toBytes() - Method in class oracle.sql.DATE
 
toBytes(BigDecimal) - Static method in class oracle.sql.NUMBER
Converts a Java BigDecimal 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(boolean) - Static method in class oracle.sql.NUMBER
Converts a Java boolean 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(Connection, Date) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java Date to Oracle TIMESTAMPTZ.
toBytes(Connection, DATE) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Oracle DATE to Oracle TIMESTAMPTZ
toBytes(Connection, Date, Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert Java Date to Oracle TIMESTAMPLTZ.
toBytes(Connection, Date, Calendar) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java Date to Oracle TIMESTAMPTZ.
toBytes(Connection, DATE, Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert Oracle DATE to Oracle Timestampltz
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.TIMESTAMPLTZ
Convert Java Time to Oracle TIMESTAMPLTZ.
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.TIMESTAMPLTZ
Convert Java Timestamp to Oracle TIMESTAMPLTZ
toBytes(Connection, Timestamp, Calendar) - Static method in class oracle.sql.TIMESTAMPTZ
Convert Java Timestamp to Oracle TIMESTAMPTZ
toBytes(Date) - Static method in class oracle.sql.TIMESTAMP
Convert Java Date to Oracle TIMESTAMP.
toBytes(Date) - Static method in class oracle.sql.DATE
Convert Java Date to Oracle Date.
toBytes(DATE) - Static method in class oracle.sql.TIMESTAMP
Convert Oracle DATE to Oracle Timestamp
toBytes(Date, Calendar) - Static method in class oracle.sql.DATE
Convert Java Date and Calendar to Oracle Date.
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(int) - Static method in class oracle.sql.NUMBER
Converts a Java int 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(short) - Static method in class oracle.sql.NUMBER
Converts a Java short to an Oracle Number byte array.
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(String, int) - Static method in class oracle.sql.NUMBER
Converts a Java String to an Oracle Number byte array.
toBytes(Time) - Static method in class oracle.sql.TIMESTAMP
Convert Java Time to Oracle TIMESTAMP.
toBytes(Time) - Static method in class oracle.sql.DATE
Convert Java Time to Oracle Date.
toBytes(Time, Calendar) - Static method in class oracle.sql.DATE
Convert Java Time and Calendar to Oracle Date.
toBytes(Timestamp) - Static method in class oracle.sql.TIMESTAMP
Convert Java Timestamp to Oracle Timestamp
toBytes(Timestamp) - Static method in class oracle.sql.DATE
Convert Java Timestamp to Oracle Date.
toBytes(Timestamp, Calendar) - Static method in class oracle.sql.DATE
Convert Java Timestamp and Calendar to Oracle 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.DATE
Convert Oracle Date to Java Date.
toDATE(byte[]) - Static method in class oracle.sql.TIMESTAMP
Convert a byte array representing a TIMESTAMP object to a Oracle Date Object
toDate(byte[], Calendar) - Static method in class oracle.sql.DATE
Convert Oracle Date and Calendar to Java Date.
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
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
toDatum(Connection) - Method in interface oracle.sql.ORAData
Extract an oracle.sql.Datum object.
toDatum(OracleConnection) - Method in interface oracle.sql.CustomDatum
Called by setOracleObject to extract a Datum.
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.
toInt(byte[]) - Static method in class oracle.sql.NUMBER
Converts an Oracle Number into a Java int.
toJdbc() - Method in class oracle.sql.Datum
Returns the JDBC representation of the datum object
toJdbc() - Method in class oracle.sql.BFILE
Convert this data object into its default Java object type.
toJdbc() - Method in class oracle.sql.TIMESTAMP
Returns the JDBC representation of the datum object
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.NUMBER
Returns the JDBC representation of the datum object
toJdbc() - Method in class oracle.sql.REF
Convert this data object into its default Java object type.
toJdbc() - Method in class oracle.sql.ARRAY
Oracle extension.
toJdbc() - Method in class oracle.sql.TIMESTAMPLTZ
Returns the JDBC representation of the datum object
toJdbc() - Method in class oracle.sql.ROWID
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.STRUCT
Oracle extension.
toJdbc() - Method in class oracle.sql.JAVA_STRUCT
Oracle extension.
toJdbc() - Method in class oracle.sql.RAW
Convert this data object into its default Java object type.
toJdbc() - Method in class oracle.sql.OPAQUE
Returns the JDBC representation of the datum object
toJdbc() - Method in class oracle.sql.TIMESTAMPTZ
Returns the JDBC representation of the timestamptz object
toJdbc() - Method in class oracle.sql.DATE
Returns the JDBC representation of the datum object
toJulianDays(int[], int[]) - Method in class oracle.sql.DATE
Convert to julian days and seconds from the given date.
toLong(byte[]) - Static method in class oracle.sql.NUMBER
Converts an Oracle Number into a Java long.
toNumber() - Method in class oracle.sql.DATE
Converts date to an Oracle Number.
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 short.
toString() - Method in class oracle.sql.CHAR
Converts the characters to a String.
toString(byte[]) - Static method in class oracle.sql.TIMESTAMP
Converts a TIMESTAMP 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.DATE
Converts a date to a string
toString(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Converts a TIMESTAMP to a string
toString(Connection, byte[], Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Converts a TIMESTAMP to a string
toText(byte[], String) - Method in class oracle.sql.DATE
Convert date to text as specified by fmt.
toText(String) - Method in class oracle.sql.NUMBER
Returns a String with the unformatted representation of NUMBER.
toText(String, String) - Method in class oracle.sql.DATE
Convert date to text as specified by fmt.
toTime(byte[]) - Static method in class oracle.sql.TIMESTAMP
Convert a byte array representing a TIMESTAMP object to a Java Time Object
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(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Convert a byte array representing a TIMESTAMPTZ 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
toTimestamp(byte[]) - Static method in class oracle.sql.TIMESTAMP
Convert a byte array representing a TIMESTAMP object to a Java Timestamp 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(Connection, byte[]) - Static method in class oracle.sql.TIMESTAMPTZ
Convert a byte array representing a TIMESTAMP object to a Java Timestamp Object
toTimestamp(Connection, byte[], Calendar) - Static method in class oracle.sql.TIMESTAMPLTZ
Convert a byte array representing a TIMESTAMP object to a Java Timestamp Object
TRACE - Static variable in class oracle.jdbc.driver.OracleLog
 
trace(String) - Method in class oracle.jdbc.driver.OracleConnection
 
TRANSACTIONS_DISTRIBUTED - Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
 
trim(long) - Method in class oracle.sql.BLOB
Trim the value of the BLOB to the length you specify in the newlen parameter.
trim(long) - Method in class oracle.sql.CLOB
Trim the value of the CLOB to the length you specify in the newlen parameter.
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.
truncate(String) - Method in class oracle.sql.DATE
returns a DATE object with date truncated to specified precision
TYPE_FORWARD_ONLY - Static variable in class oracle.jdbc.driver.OracleResultSet
 
TYPE_NESTED_TABLE - Static variable in class oracle.sql.ArrayDescriptor
 
TYPE_SCROLL_INSENSITIVE - Static variable in class oracle.jdbc.driver.OracleResultSet
 
TYPE_SCROLL_SENSITIVE - Static variable in class oracle.jdbc.driver.OracleResultSet
 
TYPE_VARRAY - Static variable in class oracle.sql.ArrayDescriptor
 
TypeDescriptor - class oracle.sql.TypeDescriptor.
 

U

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

V

VARBINARY - Static variable in class oracle.jdbc.OracleTypes
 
VARCHAR - Static variable in class oracle.jdbc.OracleTypes
 

W

wait_option - Variable in class oracle.jdbc.driver.OracleStatement
 
WARNING - Static variable in class oracle.jdbc.driver.OracleLog
 
wasNull() - Method in class oracle.jdbc.driver.OracleCallableStatement
 
wasNull() - Method in class oracle.jdbc.driver.OracleResultSet
Implements JDBC 1.0 ResultSet.wasNull.

X

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

Y

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

Z

zero() - Static method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to zero.

_

_getPC() - Method in interface oracle.jdbc.OracleConnection
Return the underlying physical connection if this is a logical connection.

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