|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
BOOLEAN
.
Close DataSource API. This removes the associated Connection Cache and frees resources. This must be the last method to invoke, after the user is finished using a cache enabled DataSource.
connection.commit();
.
Datum
.
DATALINK
.
oracle.sql.ARRAY
object.
java.io.InputStream
object.
OracleResultSet
object.
ResultSet
.
Array
object.
oracle.sql.BFILE
object.
oracle.sql.BFILE
object.
java.io.InputStream
object.
java.io.InputStream
object.
oracle.sql.BLOB
object.
oracle.sql.CHAR
object.
java.io.Reader
object.
oracle.sql.CLOB
object.
Attempt to obtain a database connection from the Implicit Connection Cache using Connection Attributes
Attempt to obtain a database connection from the Implicit Connection Cache using user, passwd and Connection Attributes
getJavaSqlConnection()
or
getInternalConnection()
, or
Use getOracleConnection()
instead.
createStatementAsRefCursor
flag which you can set with the
setCreateStatementAsRefCursor
method.
java.sql.ResultSet
object.
oracle.sql.DATE
object.
DatabaseMetaData.getColumns
.
oracle.sql.INTERVALDS
object.
oracle.sql.INTERVALYM
object.
oracle.sql.NUMBER
object.
OracleData
, which is returned by the factory's
"create" method
Ref
object.
Return the ONS configuration string that is used for remote ONS subscription, in the form specified in setONSConfiguration(String). This is used by Fast Connection Failover and Runtime Load Balancing.
oracle.sql.OPAQUE
object.
oracle.sql.Datum
object.
EVENT_TYPE_QUERYCHANGE
) kind of
events, this method returns the description of the changes for
each query which result has changed.
oracle.sql.RAW
object.
oracle.sql.REF
object.
registerAQNotification
method.
getRegId()
instead.
getTables
or
getColumns
of the DatabaseMetaData
interface will
report the REMARKS
column.
DatabaseMetaData.getTables
.
Array
object.
Array
object and uses the given
map
to map the array elements.
index
and contains up to
count
successive elements.
index
and contains up to
count
successive elements.
ResultSet
object.
oracle.sql.ROWID
object.
SQLException.getSQLState
is X/Open (now known as Open Group) SQL CLI or SQL99.
Struct
object represents.
Struct
object represents.
Struct
object represents.
oracle.sql.STRUCT
object.
EVENT_TYPE_OBJCHANGE
) kind of
events, this method returns the description of the changes
for each table that was changed.
oracle.sql.TIMESTAMP
object.
oracle.sql.TIMESTAMPLTZ
object.
oracle.sql.TIMESTAMPTZ
object.
java.io.InputStream
object.
java.io.InputStream
object.
true
if this is a SecureFile (LOBs with the STORE
AS SECUREFILE option, which were introduced in Oracle Database 11g Release 1).
true
if this is a SecureFile (LOBs with the STORE
AS SECUREFILE option, which were introduced in Oracle Database 11g Release 1).
true
if this is a SecureFile (LOBs with the STORE
AS SECUREFILE option, which were introduced in Oracle Database 11g Release 1).
true
if this is a SecureFile (LOBs with the STORE
AS SECUREFILE option, which were introduced in Oracle Database 11g Release 1).
oracle.jdbc
.OraclePreparedStatement
(which
extends the OracleStatement
interface) and incorporates standard
JDBC callable statement functionality.java.sql.Connection
.java.sql.Driver
interface.PreparedStatement
object's parameters.
java.sql.ParameterMetaData
.java.sql.PreparedStatement
.OracleSavepoint
object from the current
transaction.
OracleSavepoint
object was set.
java.sql.Savepoint
.OracleSavepoint
object that
represents it.
OracleSavepoint
object that
represents it.
java.sql.Statement
and is the superinterface of the
OraclePreparedStatement
and OracleCallableStatement
interfaces.java.sql.Array
value.
oracle.sql.ARRAY
value.
oracle.sql.ARRAY
.
oracle.sql.ARRAY
value.
CLOB
value that this Clob
object represents,
starting at position pos
.
oracle.sql.BFILE
value.
oracle.sql.BFILE
value.
oracle.sql.BFILE
value.
oracle.sql.BFILE
value.
oracle.sql.BFILE
value.
oracle.sql.BFILE
value.
java.math.BigDecimal
value.
oracle.sql.BINARY_FLOAT
value.
oracle.sql.BINARY_FLOAT
value.
oracle.sql.BINARY_FLOAT
value.
float
value.
BLOB
value that this Blob
object represents.
oracle.sql.BLOB
value.
java.sql.Blob
value.
oracle.sql.BLOB
value.
boolean
value.
byte
value.
BLOB
value that
this Blob
object represents, starting at position
pos
, and returns the number of bytes written.
byte
array to the
BLOB
value that this Blob
object represents
and returns the number of bytes written.
byte[]
value.
oracle.sql.CHAR
value.
oracle.sql.CHAR
value.
Reader
object, which is the given number of characters long.
CLOB
value that this Clob
object
represents, at position pos
.
oracle.sql.CLOB
value.
java.sql.Clob
value.
oracle.sql.CLOB
value.
Setter method to set one or more Implicit Connection Cache properties. If a null value is set, default values will take effect. Below are the list of properties supported. These are the keys (case sensitive) to be used when setting their appropriate values.
Setter method to enable Implicit Connection Caching
true
, any new statements created from this
connection will be created as a REF CURSOR
.
oracle.sql.CustomDatum
value.
oracle.sql.DATE
value.
java.sql.Date
value.
java.sql.Date
value,
using the given Calendar
object.
oracle.sql.DATE
value.
double
value.
String
See the javadoc for the setFixedChar(int, String) method
in OraclePreparedStatement.
String
and executes a
non-padded comparison with a SQL CHAR.
float
value.
int
value.
oracle.sql.INTERVALDS
value.
oracle.sql.INTERVALYM
value.
long
value.
NULL
.
NULL
.
oracle.sql.NUMBER
value.
oracle.sql.NUMBER
value.
oracle.sql.NUMBERvalue.
setObject(String, Object, int, int) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, int) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the value of the designated parameter with the given object.
setObject(Object) -
Method in class oracle.sql.REF
JDBC 3.0
Sets the structured type value that this Ref
object references to the given instance of Object
.
setObjectAtName(String, Object, int, int) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Object value.
setObjectAtName(String, Object, int) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Object value.
setObjectAtName(String, Object) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Object value.
setONSConfiguration(String) -
Method in class oracle.jdbc.pool.OracleDataSource
Deprecated. Use Oracle Universal Connection Pool instead.
Set the configuration string used for remote ONS subscription.
The parameter string closely resembles the content of the ONS
configuration file "ons.config", and contains a list of "="
pairs separated by newline character '\n', where can be one of
"nodes", "walletfile", or "walletpassword". The parameter string
should at least specify the ONS configuration attribute "nodes", as
a list of host:port pairs separated by comma ','. SSL would be used
when the "walletfile" attribute is specified as an Oracle wallet file.
An example ONS configuration string:
"nodes=host1:4200,host2:4200\nwalletfile=wfile\nwalletpassword=wpwd"
This is used primarily by Fast Connection Failover and Runtime Load
Balancing.
setOPAQUE(String, OPAQUE) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.OPAQUE
value.
setOPAQUE(int, OPAQUE) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.OPAQUE
value.
setOPAQUEAtName(String, OPAQUE) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.OPAQUE
value.
setOracleObject(String, Datum) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.Datum
value.
setOracleObject(int, Datum) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.Datum
value.
setOracleObjectAtName(String, Datum) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.Datum
value.
setORAData(String, ORAData) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.ORAData
value.
setORAData(int, ORAData) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.ORAData
value.
setORADataAtName(String, ORAData) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.ORAData
value.
setPassword(String) -
Method in class oracle.jdbc.pool.OracleDataSource
Set the password with which connections have to be obtained.
setPayload(byte[]) -
Method in interface oracle.jdbc.aq.AQMessage
Sets a RAW payload.
setPayload(byte[], byte[]) -
Method in interface oracle.jdbc.aq.AQMessage
Sets the payload in its linearized form.
setPayload(STRUCT) -
Method in interface oracle.jdbc.aq.AQMessage
Sets an ADT payload.
setPayload(ANYDATA) -
Method in interface oracle.jdbc.aq.AQMessage
Sets an ANYDATA payload.
setPayload(RAW) -
Method in interface oracle.jdbc.aq.AQMessage
Sets a RAW payload.
setPlsqlIndexTable(int, Object, int, int, int, int) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds a PL/SQL index-by table parameter in the IN parameter mode.
setPlsqlWarnings(String) -
Method in interface oracle.jdbc.OracleConnection
Enable/Disable PLSQL Compiler Warnings
setPlsqlWarnings(String) -
Method in class oracle.jdbc.OracleConnectionWrapper
setPoolConfig(Properties) -
Method in class oracle.jdbc.pool.OracleOCIConnectionPool
(Re-)Set the pool configuration for the Cache.
setPortNumber(int) -
Method in class oracle.jdbc.pool.OracleDataSource
Set the port number where a server is listening for requests.
setPrecision(long) -
Method in class oracle.sql.TypeDescriptor
setPriority(int) -
Method in interface oracle.jdbc.aq.AQMessageProperties
Specifies the priority of the message.
setProperties(Hashtable) -
Method in class oracle.jdbc.pool.OraclePooledConnection
setProtocol(int) -
Method in interface oracle.jdbc.aq.AQAgent
Protocol to interpret the address and propagate the message.
setRAW(String, RAW) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.RAW
value.
setRAW(int, RAW) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.RAW
value.
setRAWAtName(String, RAW) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.RAW
value.
setReadOnly(boolean) -
Method in class oracle.jdbc.OracleConnectionWrapper
setRecipientList(AQAgent[]) -
Method in interface oracle.jdbc.aq.AQMessageProperties
This parameter is only valid for queues which allow multiple consumers.
setRef(String, Ref) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an jdbc.sql.Ref
value.
setREF(String, REF) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.REF
value.
setREF(int, REF) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.REF
value.
setRefAtName(String, Ref) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Ref value.
setREFAtName(String, REF) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.REF
value.
setRefType(String, REF) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.REF
value.
setRefType(int, REF) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.REF
value.
setRefTypeAtName(String, REF) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.REF
value.
setRelativeMessageId(byte[]) -
Method in class oracle.jdbc.aq.AQEnqueueOptions
Deprecated.
setRemarksReporting(boolean) -
Method in interface oracle.jdbc.OracleConnection
Turns on or off the reporting of the REMARKS columns by the
getTables
and getColumns
calls of the
DatabaseMetaData
interface.
setRemarksReporting(boolean) -
Method in class oracle.jdbc.OracleConnectionWrapper
setRestrictGetTables(boolean) -
Method in interface oracle.jdbc.OracleConnection
Turns on or off the restriction of the returned data in
DatabaseMetaData.getTables.
setRestrictGetTables(boolean) -
Method in class oracle.jdbc.OracleConnectionWrapper
setResultSetCache(OracleResultSetCache) -
Method in interface oracle.jdbc.OracleStatement
Lets you use your own client-side cache implementation for scrollable
result sets.
setRetrieveMessageId(boolean) -
Method in class oracle.jdbc.aq.AQDequeueOptions
Set this to true in order to retrieve the message id during
dequeue.
setRetrieveMessageId(boolean) -
Method in class oracle.jdbc.aq.AQEnqueueOptions
Set this to true to retrieve the message id back
from the server when the message has been enqueued.
setROWID(String, ROWID) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.ROWID
value.
setROWID(int, ROWID) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.ROWID
value.
setROWIDAtName(String, ROWID) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.ROWID
value.
setRowPrefetch(int) -
Method in interface oracle.jdbc.OracleStatement
Sets the value of row prefetch for all result sets created from this
statement.
setSavepoint() -
Method in class oracle.jdbc.OracleConnectionWrapper
setSavepoint(String) -
Method in class oracle.jdbc.OracleConnectionWrapper
setScale(byte) -
Method in class oracle.sql.TypeDescriptor
setSender(AQAgent) -
Method in interface oracle.jdbc.aq.AQMessageProperties
Identifies the original sender of a message.
setSequenceDeviation(AQEnqueueOptions.SequenceDeviationOption) -
Method in class oracle.jdbc.aq.AQEnqueueOptions
Deprecated.
setServerName(String) -
Method in class oracle.jdbc.pool.OracleDataSource
Set the name of the Server on which database is running.
setServiceName(String) -
Method in class oracle.jdbc.pool.OracleDataSource
Set the service_name of a database on a server.
setSessionTimeZone(String) -
Method in interface oracle.jdbc.OracleConnection
Set the session time zone.
setSessionTimeZone(String) -
Method in class oracle.jdbc.OracleConnectionWrapper
setShareBytes(byte[]) -
Method in class oracle.sql.Datum
Sets datum value using a byte array.
setShort(String, short) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java short
value.
setShortAtName(String, short) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Short value.
setStatementCacheSize(int) -
Method in interface oracle.jdbc.OracleConnection
setStatementCacheSize
Specifies the size of the size of the application cache (which will be
used by both implicit and explicit caching).
setStatementCacheSize(int) -
Method in class oracle.jdbc.OracleConnectionWrapper
setStatementCacheSize(int) -
Method in class oracle.jdbc.pool.OraclePooledConnection
setStatementCacheSize
Specifies the size of the size of the application cache (which will be
used by both implicit and explicit caching).
setStmtCacheSize(int) -
Method in interface oracle.jdbc.OracleConnection
Deprecated. Use setStatementCacheSize() instead.
setStmtCacheSize(int, boolean) -
Method in interface oracle.jdbc.OracleConnection
Deprecated. Use setStatementCacheSize() instead.
setStmtCacheSize(int) -
Method in class oracle.jdbc.OracleConnectionWrapper
setStmtCacheSize(int, boolean) -
Method in class oracle.jdbc.OracleConnectionWrapper
setStmtCacheSize(int) -
Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Set the statement cache size.
setStmtCacheSize(int, boolean) -
Method in class oracle.jdbc.pool.OracleOCIConnectionPool
Set the statement cache size.
setStmtCacheSize(int) -
Method in class oracle.jdbc.pool.OraclePooledConnection
Deprecated.
setStmtCacheSize(int, boolean) -
Method in class oracle.jdbc.pool.OraclePooledConnection
Deprecated.
setString(String, String) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java String
value.
setString(long, String) -
Method in class oracle.sql.CLOB
JDBC 3.0
Writes the given Java String
to the CLOB
value that this Clob
object designates at the position
pos
.
setString(long, String, int, int) -
Method in class oracle.sql.CLOB
JDBC 3.0
Writes len
characters of str
, starting
at character offset
, to the CLOB
value
that this Clob
represents.
setStringAtName(String, String) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setStringForClob(String, String) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given Java String
value.
setStringForClob(int, String) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setStringForClobAtName(String, String) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java String value.
setSTRUCT(String, STRUCT) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.STRUCT
value.
setSTRUCT(int, STRUCT) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to a oracle.sql.STRUCT
value.
setSTRUCTAtName(String, STRUCT) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.STRUCT
value.
setStructDescriptor(String, StructDescriptor) -
Method in interface oracle.jdbc.OracleCallableStatement
setStructDescriptor(int, StructDescriptor) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the bind type of designated parameter from an oracle.sql.StructDescriptor.
setStructDescriptorAtName(String, StructDescriptor) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.StructDescriptor
value.
setTime(String, Time) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.sql.Time
value.
setTime(String, Time, Calendar) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.sql.Time
value,
using the given Calendar
object.
setTimeAtName(String, Time) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Time value.
setTimeAtName(String, Time, Calendar) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Time value.
setTimestamp(String, Timestamp) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.sql.Timestamp
value.
setTIMESTAMP(String, TIMESTAMP) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.TIMESTAMP
value.
setTimestamp(String, Timestamp, Calendar) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.sql.Timestamp
value,
using the given Calendar
object.
setTIMESTAMP(int, TIMESTAMP) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to an oracle.sql.TIMESTAMP value.
setTimestampAtName(String, Timestamp) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Timestamp value.
setTimestampAtName(String, Timestamp, Calendar) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java Timestamp value.
setTIMESTAMPAtName(String, TIMESTAMP) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMP
value.
setTIMESTAMPLTZ(String, TIMESTAMPLTZ) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPLTZ
value.
setTIMESTAMPLTZ(int, TIMESTAMPLTZ) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to an oracle.sql.TIMESTAMPLTZ
value.
setTIMESTAMPLTZAtName(String, TIMESTAMPLTZ) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPLTZ
value.
setTIMESTAMPTZ(String, TIMESTAMPTZ) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPTZ
value.
setTIMESTAMPTZ(int, TIMESTAMPTZ) -
Method in interface oracle.jdbc.OraclePreparedStatement
Binds the designated parameter to an oracle.sql.TIMESTAMPTZ
value.
setTIMESTAMPTZAtName(String, TIMESTAMPTZ) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to an oracle.sql.TIMESTAMPTZ
value.
setTNSEntryName(String) -
Method in class oracle.jdbc.pool.OracleDataSource
Set the TNS entry name.
setTrace(boolean) -
Static method in class oracle.jdbc.driver.OracleLog
Set the tracing enable variable.
setTransactionIsolation(int) -
Method in class oracle.jdbc.OracleConnectionWrapper
setTransactionTimeout(int) -
Method in class oracle.jdbc.xa.OracleXAResource
Set the current transaction timeout value for this XAResource instance.
setTransformation(String) -
Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies a transformation that will be applied after dequeuing the message.
setTransformation(String) -
Method in class oracle.jdbc.aq.AQEnqueueOptions
Specifies a transformation that will be applied before enqueuing
the message.
setTypeMap(Map) -
Method in class oracle.jdbc.OracleConnectionWrapper
setUnicodeStream(String, InputStream, int) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to a Java UnicodeStream value.
setUnicodeStreamAtName(String, InputStream, int) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java UnicodeStream value.
setupFromSystemProperties() -
Static method in class oracle.jdbc.driver.OracleLog
This method uses System.getProperty() to read properties to control
logging.
setURL(String, URL) -
Method in interface oracle.jdbc.OracleCallableStatement
Sets the designated parameter to the given java.net.URL
object.
setURL(String) -
Method in class oracle.jdbc.pool.OracleDataSource
Set the URL from which connections have to be obtained.
setURLAtName(String, URL) -
Method in interface oracle.jdbc.OraclePreparedStatement
Sets the designated parameter to a Java URL value.
setUser(String) -
Method in class oracle.jdbc.pool.OracleDataSource
Set the user name with which connections have to be obtained.
setUsingXAFlag(boolean) -
Method in interface oracle.jdbc.OracleConnection
Deprecated.
setUsingXAFlag(boolean) -
Method in class oracle.jdbc.OracleConnectionWrapper
setValue(Object) -
Method in class oracle.sql.REF
Oracle extension.
setVisibility(AQDequeueOptions.VisibilityOption) -
Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies whether the message is dequeued as part of the current
transaction.
setVisibility(AQEnqueueOptions.VisibilityOption) -
Method in class oracle.jdbc.aq.AQEnqueueOptions
Specifies the transactional behavior of the enqueue request.
setWait(int) -
Method in class oracle.jdbc.aq.AQDequeueOptions
Specifies the wait time if there is currently no message available which matches the
search criterion.
setWrapper(OracleConnection) -
Method in interface oracle.jdbc.OracleConnection
Set the wrapping object.
setWrapper(OracleConnection) -
Method in class oracle.jdbc.OracleConnectionWrapper
Set a connection wrapper as the wrapper of this connection.
setXAErrorFlag(boolean) -
Method in interface oracle.jdbc.OracleConnection
Deprecated.
setXAErrorFlag(boolean) -
Method in class oracle.jdbc.OracleConnectionWrapper
SEZERO -
Static variable in class oracle.sql.DATE
Zero valued second
SF7ASCII_CHARSET -
Static variable in class oracle.sql.CharacterSet
SF7DEC_CHARSET -
Static variable in class oracle.sql.CharacterSet
shareBytes() -
Method in class oracle.sql.Datum
Retrieve the data bytes.
shift(int) -
Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized the NUMBER value shifted digits
decimal places.
shortValue() -
Method in class oracle.sql.NUMBER
Calls toShort to convert internal Oracle Number to a Java short.
shutdown(OracleConnection.DatabaseShutdownMode) -
Method in interface oracle.jdbc.OracleConnection
Shuts the database server down.
shutdown(OracleConnection.DatabaseShutdownMode) -
Method in class oracle.jdbc.OracleConnectionWrapper
sign() -
Method in class oracle.sql.NUMBER
Returns -1 if the sign of NUMBER is negative, 0 if NUMBER is 0, and > 0
if NUMBER is positive.
sin() -
Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the sine of the NUMBER.
sinh() -
Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the hyperbolic sine of NUMBER.
SIZE_DATE -
Static variable in class oracle.sql.TIMESTAMP
SIZE_TIMESTAMP -
Static variable in class oracle.sql.TIMESTAMP
SIZE_TIMESTAMP_NOFRAC -
Static variable in class oracle.sql.TIMESTAMP
SMALLINT -
Static variable in class oracle.jdbc.OracleTypes
sql_exception_string -
Static variable in class oracle.jdbc.pool.OraclePooledConnection
sqroot() -
Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the square root of NUMBER.
start(Xid, int) -
Method in class oracle.jdbc.xa.client.OracleXAHeteroResource
Starts work on behalf of a transaction branch.
start(Xid, int) -
Method in class oracle.jdbc.xa.client.OracleXAResource
start() -- Starts work on behalf of a transaction branch.
start(Xid, int) -
Method in class oracle.jdbc.xa.OracleXAResource
start() -- Starts work on behalf of a transaction branch.
startup(String, int) -
Method in interface oracle.jdbc.OracleConnection
Deprecated. This method will be removed in a future version.
startup(OracleConnection.DatabaseStartupMode) -
Method in interface oracle.jdbc.OracleConnection
Starts the database server up.
startup(String, int) -
Method in class oracle.jdbc.OracleConnectionWrapper
startup(OracleConnection.DatabaseStartupMode) -
Method in class oracle.jdbc.OracleConnectionWrapper
statement_cache_size -
Static variable in class oracle.jdbc.pool.OraclePooledConnection
storesLowerCaseIdentifiers() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in lower case?
storesLowerCaseQuotedIdentifiers() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in lower case?
storesMixedCaseIdentifiers() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in mixed case?
storesMixedCaseQuotedIdentifiers() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in mixed case?
storesUpperCaseIdentifiers() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in upper case?
storesUpperCaseQuotedIdentifiers() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in upper case?
string32UTF8Length(String) -
Static method in class oracle.sql.CharacterSet
Returns the number of bytes in the UTF-8 representation of a String
stringToAL16UTF16Bytes(String) -
Static method in class oracle.sql.CharacterSet
Convert a String to an array of bytes this function will allocate the
bytes array
stringToAL16UTF16LEBytes(String) -
Static method in class oracle.sql.CharacterSet
Convert a String to an array of bytes this function will allocate the
bytes array
stringToAL32UTF8(String) -
Static method in class oracle.sql.CharacterSet
stringToASCII(String) -
Static method in class oracle.sql.CharacterSet
convert a String to a byte array in ascii.
stringToUTF(String) -
Static method in class oracle.sql.CharacterSet
Convert the str to a byte array that in UTF8 representation.
stringUTFLength(String) -
Static method in class oracle.sql.CharacterSet
Returns the number of bytes in the UTF8 representation of a String
stringValue() -
Method in class oracle.sql.ANYDATA
Returns a string representation of this ANYDATA.
stringValue(Connection) -
Method in class oracle.sql.ANYDATA
Returns a string representation of this ANYDATA.
stringValue() -
Method in class oracle.sql.ARRAY
stringValue() -
Method in class oracle.sql.BINARY_DOUBLE
Convert this data object into a String.
stringValue() -
Method in class oracle.sql.BINARY_FLOAT
Convert this data object into a String.
stringValue() -
Method in class oracle.sql.CHAR
Convert this data object into a String.
stringValue() -
Method in class oracle.sql.CLOB
Convert to a String representation of the datum object
stringValue() -
Method in class oracle.sql.DATE
Calls toString to convert internal Oracle Date to a Java String.
stringValue() -
Method in class oracle.sql.Datum
Convert to a String representation of the datum object
stringValue(Connection) -
Method in class oracle.sql.Datum
Some Datum subclass such as TIMESTAMPTZ will override
this default implementation which simply ignores the
the connection.
stringValue() -
Method in class oracle.sql.INTERVALDS
Returns String for this INTERVALDS object
stringValue() -
Method in class oracle.sql.INTERVALYM
Returns String for this INTERVALYM object
stringValue() -
Method in class oracle.sql.NUMBER
Calls toString to convert internal Oracle Number to a Java String.
stringValue() -
Method in class oracle.sql.OPAQUE
stringValue() -
Method in class oracle.sql.RAW
Convert this data object into a String.
stringValue() -
Method in class oracle.sql.ROWID
Convert this data object into a String.
stringValue() -
Method in class oracle.sql.TIMESTAMP
Calls toString to convert internal Oracle TIMESTAMP to a Java String.
stringValue(Connection) -
Method in class oracle.sql.TIMESTAMPLTZ
Calls toString(Connection, byte[]) to convert internal Oracle
TIMESTAMPLTZ to a Java String.
stringValue(Connection, Calendar) -
Method in class oracle.sql.TIMESTAMPLTZ
Calls toString(Connection, byte[], Calendar) to convert internal Oracle
TIMESTAMPLTZ to a Java String.
stringValue(Connection) -
Method in class oracle.sql.TIMESTAMPTZ
Calls toString to convert internal Oracle TIMESTAMPTZ to a Java String.
STRUCT -
Static variable in class oracle.jdbc.OracleTypes
STRUCT - Class in oracle.sql
This class has two roles.
STRUCT(StructDescriptor, Connection, Object[]) -
Constructor for class oracle.sql.STRUCT
Constructor.
STRUCT(StructDescriptor, Connection, Map) -
Constructor for class oracle.sql.STRUCT
StructDescriptor - Class in oracle.sql
Descriptor of a SQL structured object.
StructMetaData - Interface in oracle.jdbc
An interface to get information about structured column types.
sub(NUMBER) -
Method in class oracle.sql.NUMBER
Returns a new NUMBER object initialized to the difference of NUMBER and n.
supportsAlterTableWithAddColumn() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is "ALTER TABLE" with drop column supported?
supportsANSI92EntryLevelSQL() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ANSI92 entry level SQL grammar supported?
All JDBC compliant drivers must return true.
supportsANSI92FullSQL() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsBatchUpdates() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData::supportBatchUpdates.
supportsCatalogsInDataManipulation() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a catalog name be used in a index definition statement?
supportsCatalogsInPrivilegeDefinitions() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is column aliasing supported?
supportsConvert() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int) -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is CONVERT between the given SQL types supported?
supportsCoreSQLGrammar() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are correlated subqueries supported?
A JDBC compliant driver always returns true.
supportsDataDefinitionAndDataManipulationTransactions() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are both data definition and data manipulation statements
within a transaction supported?
supportsDataManipulationTransactionsOnly() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are only data manipulation statements within a transaction
supported?
supportsDifferentTableCorrelationNames() -
Method in class oracle.jdbc.OracleDatabaseMetaData
If table correlation names are supported, are they restricted
to be different from the names of the tables?
supportsExpressionsInOrderBy() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are full nested outer joins supported?
supportsGetGeneratedKeys() -
Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0
Retrieves whether auto-generated keys can be retrieved after
a statement has been executed.
supportsGroupBy() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT
provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is the escape character in "LIKE" clauses supported?
A JDBC compliant driver always returns true.
supportsLimitedOuterJoins() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is there limited support for outer joins? (This will be true
if supportFullOuterJoins is true.)
supportsMinimumSQLGrammar() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is the ODBC Minimum SQL grammar supported?
All JDBC compliant drivers must return true.
supportsMixedCaseIdentifiers() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as
case sensitive and as a result store them in mixed case?
A JDBC compliant driver will always return false.
supportsMixedCaseQuotedIdentifiers() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as
case sensitive and as a result store them in mixed case?
A JDBC compliant driver will always return false.
supportsMultipleOpenResults() -
Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0
Retrieves whether it is possible to have multiple ResultSet
objects
returned from a CallableStatement
object
simultaneously.
supportsMultipleResultSets() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can we have multiple transactions open at once (on different
connections)?
supportsNamedParameters() -
Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0
Retrieves whether this database supports named parameters to callable
statements.
supportsNonNullableColumns() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can columns be defined as non-nullable?
A JDBC compliant driver always returns true.
supportsOpenCursorsAcrossCommit() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT?
supportsOuterJoins() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is positioned DELETE supported?
NOTE: Though Oracle supports positional delete through the use of ROWID
positional delete as specified by SQLJ92 standard is not supported
which is being followed by JDBC 2.1 API Spec.
supportsPositionedUpdate() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is positioned UPDATE supported?
NOTE: Though Oracle supports positional updates through the use of ROWID
positional updates as specified by SQLJ92 standard is not supported
which is being followed by JDBC 2.1 API Spec.
supportsResultSetConcurrency(int, int) -
Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.supportsResultSetConcurrency.
supportsResultSetHoldability(int) -
Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0
Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) -
Method in class oracle.jdbc.OracleDatabaseMetaData
Implements JDBC 2.0 DatabaseMetaData.supportsResultSetType.
supportsSavepoints() -
Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is SELECT for UPDATE supported?
supportsStatementPooling() -
Method in class oracle.jdbc.OracleDatabaseMetaData
JDBC 3.0
supportsStoredProcedures() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are stored procedure calls using the stored procedure escape
syntax supported?
supportsSubqueriesInComparisons() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are subqueries in comparison expressions supported?
A JDBC compliant driver always returns true.
supportsSubqueriesInExists() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are subqueries in exists expressions supported?
A JDBC compliant driver always returns true.
supportsSubqueriesInIns() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are subqueries in "in" statements supported?
A JDBC compliant driver always returns true.
supportsSubqueriesInQuantifieds() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are subqueries in quantified expressions supported?
A JDBC compliant driver always returns true.
supportsTableCorrelationNames() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are table correlation names supported?
A JDBC compliant driver always returns true.
supportsTransactionIsolationLevel(int) -
Method in class oracle.jdbc.OracleDatabaseMetaData
Does the database support the given transaction isolation level?
supportsTransactions() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Are transactions supported? If not, commit is a noop and the
isolation level is TRANSACTION_NONE.
supportsUnion() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is SQL UNION supported?
supportsUnionAll() -
Method in class oracle.jdbc.OracleDatabaseMetaData
Is SQL UNION ALL supported?
T
- TableChangeDescription - Interface in oracle.jdbc.dcn
- This interface describes a database change at the table level.
- TableChangeDescription.TableOperation - Enum in oracle.jdbc.dcn
-
- tan() -
Method in class oracle.sql.NUMBER
- Returns a new NUMBER object initialized to the tangent of NUMBER.
- tanh() -
Method in class oracle.sql.NUMBER
- Returns a new NUMBER object initialized to the hyperbolic tangent of
Number.
- textToPrecisionNumber(String, boolean, int, boolean, int, String) -
Static method in class oracle.sql.NUMBER
- Returns a NUMBER object initialized to the value in num as described
below.
- TH8MACTHAI_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TH8MACTHAIS_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TH8TISASCII_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TH8TISEBCDIC_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TH8TISEBCDICS_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TIME -
Static variable in class oracle.jdbc.OracleTypes
-
- TIMESTAMP -
Static variable in class oracle.jdbc.OracleTypes
-
- TIMESTAMP - Class in oracle.sql
- TIMESTAMP Class
- TIMESTAMP() -
Constructor for class oracle.sql.TIMESTAMP
- Constructs a TIMESTAMP object initialized to 1/1/1970.
- TIMESTAMP(byte[]) -
Constructor for class oracle.sql.TIMESTAMP
- Create an Oracle TIMESTAMP object represented by the given
Oracle Timestamp
- TIMESTAMP(Time) -
Constructor for class oracle.sql.TIMESTAMP
- Create an Oracle TIMESTAMP object represented by the given java Time
- TIMESTAMP(Date) -
Constructor for class oracle.sql.TIMESTAMP
- Create an Oracle TIMESTAMP object represented by the java Date
- TIMESTAMP(Timestamp) -
Constructor for class oracle.sql.TIMESTAMP
- Create an Oracle TIMESTAMP object represented by the java Timestamp
- TIMESTAMP(Timestamp, Calendar) -
Constructor for class oracle.sql.TIMESTAMP
- Create an Oracle TIMESTAMP object represented by the java Timestamp
and Calendar
- TIMESTAMP(DATE) -
Constructor for class oracle.sql.TIMESTAMP
- Create an Oracle TIMESTAMP object represented by the Oracle date
- TIMESTAMP(String) -
Constructor for class oracle.sql.TIMESTAMP
- Create a TIMESTAMP object given a Java String object.
- TIMESTAMPLTZ -
Static variable in class oracle.jdbc.OracleTypes
-
- TIMESTAMPLTZ - Class in oracle.sql
- TIMESTAMPLTZ Class
- TIMESTAMPLTZ() -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Constructs a TIMESTAMPLTZ object initialized to 1/1/1970.
- TIMESTAMPLTZ(byte[]) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Create an Oracle TIMESTAMPLTZ object represented by the given
Oracle Timestampltz
- TIMESTAMPLTZ(Connection, Time, Calendar) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- TIMESTAMPLTZ(Connection, Date, Calendar) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- TIMESTAMPLTZ(Connection, Timestamp, Calendar) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- TIMESTAMPLTZ(Connection, DATE, Calendar) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- TIMESTAMPLTZ(Connection, String, Calendar) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- TIMESTAMPLTZ(Connection, Calendar, Time) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Create an Oracle TIMESTAMPLTZ object represented by the given java Time
- TIMESTAMPLTZ(Connection, Calendar, Date) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Create an Oracle TIMESTAMPLTZ object represented by the java Date
- TIMESTAMPLTZ(Connection, Calendar, Timestamp) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Create an Oracle TIMESTAMPLTZ object represented by the java Timestamp
- TIMESTAMPLTZ(Connection, Calendar, DATE) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Create an Oracle TIMESTAMPLTZ object represented by the Oracle date
- TIMESTAMPLTZ(Connection, Calendar, String) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- TIMESTAMPLTZ(Connection, Time) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Create an Oracle TIMESTAMPLTZ object represented by the given java Time
- TIMESTAMPLTZ(Connection, Date) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Create an Oracle TIMESTAMPLTZ object represented by the java Date
- TIMESTAMPLTZ(Connection, Timestamp) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Create an Oracle TIMESTAMPLTZ object represented by the java Timestamp
- TIMESTAMPLTZ(Connection, DATE) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Create an Oracle TIMESTAMPLTZ object represented by the Oracle date
- TIMESTAMPLTZ(Connection, String) -
Constructor for class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- TIMESTAMPNS -
Static variable in class oracle.jdbc.OracleTypes
- Deprecated. since 9.2.0. Use OracleTypes.TIMESTAMP instead.
- TIMESTAMPTZ -
Static variable in class oracle.jdbc.OracleTypes
-
- TIMESTAMPTZ - Class in oracle.sql
- TIMESTAMPTZ Class
- TIMESTAMPTZ() -
Constructor for class oracle.sql.TIMESTAMPTZ
- Constructs a TIMESTAMPTZ object initialized to 1/1/1970.
- TIMESTAMPTZ(byte[]) -
Constructor for class oracle.sql.TIMESTAMPTZ
- Create an Oracle TIMESTAMPTZ object represented by the given
Oracle Timestamptz
- TIMESTAMPTZ(Connection, Date) -
Constructor for class oracle.sql.TIMESTAMPTZ
- Create an Oracle TIMESTAMPTZ object represented by the java Date
- TIMESTAMPTZ(Connection, Date, Calendar) -
Constructor for class oracle.sql.TIMESTAMPTZ
- Create an Oracle TIMESTAMPTZ object represented by the java Date
and the java Calendar object
- TIMESTAMPTZ(Connection, Time) -
Constructor for class oracle.sql.TIMESTAMPTZ
- Create an Oracle TIMESTAMPTZ object represented by the given java Time
- TIMESTAMPTZ(Connection, Time, Calendar) -
Constructor for class oracle.sql.TIMESTAMPTZ
- Create an Oracle TIMESTAMPTZ object represented by the given java Time
and the java Calendar object
- TIMESTAMPTZ(Connection, Timestamp) -
Constructor for class oracle.sql.TIMESTAMPTZ
- Create an Oracle TIMESTAMPTZ object represented by the java Timestamp
- TIMESTAMPTZ(Connection, Timestamp, Calendar) -
Constructor for class oracle.sql.TIMESTAMPTZ
- Create an Oracle TIMESTAMPTZ object represented by the java Timestamp
and the java Calendar object
- TIMESTAMPTZ(Connection, DATE) -
Constructor for class oracle.sql.TIMESTAMPTZ
- Create an Oracle TIMESTAMPTZ object represented by the Oracle date
- TIMESTAMPTZ(Connection, String) -
Constructor for class oracle.sql.TIMESTAMPTZ
- Create a TIMESTAMPTZ object given a Java String object.
- TIMESTAMPTZ(Connection, String, Calendar) -
Constructor for class oracle.sql.TIMESTAMPTZ
- Create a TIMESTAMPTZ object given a Java String object.
- timestampValue() -
Method in class oracle.sql.CHAR
- Convert to a Timestamp representation of the datum object
- timestampValue() -
Method in class oracle.sql.DATE
- Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
- timestampValue(Calendar) -
Method in class oracle.sql.DATE
- Calls toTimestamp to convert internal Oracle Date and Calendar to a Java
Timestamp.
- timestampValue() -
Method in class oracle.sql.Datum
- Convert to a Timestamp representation of the datum object
- timestampValue(Calendar) -
Method in class oracle.sql.Datum
-
- timestampValue() -
Method in class oracle.sql.TIMESTAMP
- Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
- timestampValue(Calendar) -
Method in class oracle.sql.TIMESTAMP
- Calls toTimestamp to convert internal Oracle Date and Calendar to a Java
Timestamp.
- timestampValue(Connection, Calendar) -
Method in class oracle.sql.TIMESTAMPLTZ
- Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
- timestampValue(Connection) -
Method in class oracle.sql.TIMESTAMPTZ
- Calls toTimestamp to convert internal Oracle Date to a Java Timestamp.
- timeValue() -
Method in class oracle.sql.CHAR
- Convert to a Time representation of the datum object
- timeValue() -
Method in class oracle.sql.DATE
- Calls toTime to convert internal Oracle Date to a Java Time.
- timeValue(Calendar) -
Method in class oracle.sql.DATE
- Calls toTime to convert internal Oracle Date and Calendar to a Java Time.
- timeValue() -
Method in class oracle.sql.Datum
- Convert to a Time representation of the datum object
- timeValue(Calendar) -
Method in class oracle.sql.Datum
-
- timeValue() -
Method in class oracle.sql.TIMESTAMP
- Calls toTime to convert internal Oracle Date to a Java Time.
- timeValue(Connection) -
Method in class oracle.sql.TIMESTAMPLTZ
- Calls toTime to convert internal Oracle Date to a Java Time.
- timeValue(Connection, Calendar) -
Method in class oracle.sql.TIMESTAMPLTZ
- Calls toTime to convert internal Oracle Date to a Java Time.
- timeValue(Connection) -
Method in class oracle.sql.TIMESTAMPTZ
- Calls toTime to convert internal Oracle Date to a Java Time.
- TimeZoneConvert(Connection, TIMESTAMP, TimeZone, TimeZone) -
Static method in class oracle.sql.TIMESTAMP
- Converts the TIMESTAMP object from one timezone to the other
- TINYINT -
Static variable in class oracle.jdbc.OracleTypes
-
- TMENDRSCAN -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TMFAIL -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TMJOIN -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TMMIGRATE -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TMNOFLAGS -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TMNOMIGRATE -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TMONEPHASE -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TMRESUME -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TMSTARTRSCAN -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TMSUCCESS -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TMSUSPEND -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- toBigDecimal(byte[]) -
Static method in class oracle.sql.NUMBER
- Converts an Oracle Number into a Java BigDecimal.
- toBigInteger(byte[]) -
Static method in class oracle.sql.NUMBER
- Converts an Oracle Number into a Java BigInteger.
- toBoolean(byte[]) -
Static method in class oracle.sql.NUMBER
- Convert an Oracle Number to a Java boolean.
- toByte(byte[]) -
Static method in class oracle.sql.NUMBER
- Converts an Oracle Number into a Java byte.
- toByteArray() -
Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
-
- toByteArrayOS() -
Method in class oracle.jdbc.xa.OracleMultiPhaseArgs
-
- toBytes() -
Method in class oracle.sql.DATE
-
- toBytes(Date) -
Static method in class oracle.sql.DATE
- Convert Java Date to Oracle Date.
- toBytes(Time) -
Static method in class oracle.sql.DATE
- Convert Java Time to Oracle Date.
- toBytes(Timestamp) -
Static method in class oracle.sql.DATE
- Convert Java Timestamp to Oracle Date.
- toBytes(Date, Calendar) -
Static method in class oracle.sql.DATE
- Convert Java Date and Calendar to Oracle Date.
- toBytes(Time, Calendar) -
Static method in class oracle.sql.DATE
- Convert Java Time and Calendar to Oracle Date.
- toBytes(Timestamp, Calendar) -
Static method in class oracle.sql.DATE
- Convert Java Timestamp and Calendar to Oracle Date.
- toBytes(String) -
Static method in class oracle.sql.DATE
- Convert Java String to Oracle Date.
- toBytes(String, Calendar) -
Static method in class oracle.sql.DATE
- Convert Java String to Oracle Date.
- toBytes() -
Method in class oracle.sql.INTERVALDS
- Convert Oracle INTERVALDS object into a byte array
- toBytes(String) -
Static method in class oracle.sql.INTERVALDS
- Convert Java String to Oracle INTERVALDS.
- toBytes() -
Method in class oracle.sql.INTERVALYM
- Convert Oracle INTERVALYM object into a byte array
- toBytes(String) -
Static method in class oracle.sql.INTERVALYM
- Convert Java String to Oracle INTERVALYM.
- toBytes(double) -
Static method in class oracle.sql.NUMBER
- Converts a Java double to an Oracle Number byte array.
- toBytes(float) -
Static method in class oracle.sql.NUMBER
- Converts a Java float to an Oracle Number byte array.
- toBytes(long) -
Static method in class oracle.sql.NUMBER
- Converts a Java long to an Oracle Number byte array.
- toBytes(int) -
Static method in class oracle.sql.NUMBER
- Converts a Java int to an Oracle Number byte array.
- toBytes(short) -
Static method in class oracle.sql.NUMBER
- Converts a Java short to an Oracle Number byte array.
- toBytes(byte) -
Static method in class oracle.sql.NUMBER
- Converts a Java byte to an Oracle Number byte array.
- toBytes(BigInteger) -
Static method in class oracle.sql.NUMBER
- Converts a Java BigInteger to an Oracle Number byte array.
- toBytes(BigDecimal) -
Static method in class oracle.sql.NUMBER
- Converts a Java BigDecimal to an Oracle Number byte array.
- toBytes(String, int) -
Static method in class oracle.sql.NUMBER
- Converts a Java String to an Oracle Number byte array.
- toBytes(boolean) -
Static method in class oracle.sql.NUMBER
- Converts a Java boolean to an Oracle Number byte array.
- toBytes() -
Method in class oracle.sql.NUMBER
- Returns the internal Oracle Number byte array.
- toBytes() -
Method in class oracle.sql.TIMESTAMP
- Convert Oracle Timestamp object into a byte array
- toBytes(Time) -
Static method in class oracle.sql.TIMESTAMP
- Convert Java Time to Oracle TIMESTAMP.
- toBytes(Date) -
Static method in class oracle.sql.TIMESTAMP
- Convert Java Date to Oracle TIMESTAMP.
- toBytes(Timestamp) -
Static method in class oracle.sql.TIMESTAMP
- Convert Java Timestamp to Oracle Timestamp
- toBytes(Timestamp, Calendar) -
Static method in class oracle.sql.TIMESTAMP
- Convert Java Timestamp and Java Calendar to Oracle Timestamp
- toBytes(DATE) -
Static method in class oracle.sql.TIMESTAMP
- Convert Oracle DATE to Oracle Timestamp
- toBytes(String) -
Static method in class oracle.sql.TIMESTAMP
- Convert Java String to Oracle TIMESTAMP.
- toBytes() -
Method in class oracle.sql.TIMESTAMPLTZ
- Convert Oracle Timestampltz object into a byte array
- toBytes(Connection, Time, Calendar) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- toBytes(Connection, Date, Calendar) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- toBytes(Connection, Timestamp, Calendar) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- toBytes(Connection, DATE, Calendar) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- toBytes(Connection, String, Calendar) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert Java String to Oracle TIMESTAMPLTZ.
- toBytes(Connection, Calendar, Time) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert Java Time to Oracle TIMESTAMPLTZ.
- toBytes(Connection, Calendar, Date) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert Java Date to Oracle TIMESTAMPLTZ.
- toBytes(Connection, Calendar, Timestamp) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert Java Timestamp to Oracle TIMESTAMPLTZ
- toBytes(Connection, Calendar, DATE) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert Oracle DATE to Oracle Timestampltz
- toBytes(Connection, Calendar, String) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert Java String to Oracle TIMESTAMPLTZ.
- toBytes() -
Method in class oracle.sql.TIMESTAMPTZ
- Convert Oracle Timestamptz object into a byte array
- toBytes(Connection, Date) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert Java Date to Oracle TIMESTAMPTZ.
- toBytes(Connection, Date, Calendar) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert Java Date to Oracle TIMESTAMPTZ.
- toBytes(Connection, Time) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert Java Time to Oracle TIMESTAMPTZ.
- toBytes(Connection, Time, Calendar) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert Java Time to Oracle TIMESTAMPTZ.
- toBytes(Connection, Timestamp) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert Java Timestamp to Oracle TIMESTAMPTZ
- toBytes(Connection, Timestamp, Calendar) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert Java Timestamp to Oracle TIMESTAMPTZ
- toBytes(Connection, DATE) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert Oracle DATE to Oracle TIMESTAMPTZ
- toBytes(Connection, String) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert Java String to Oracle TIMESTAMPTZ.
- toBytes(Connection, String, Calendar) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert Java String to Oracle TIMESTAMPTZ.
- toDate(byte[]) -
Static method in class oracle.sql.DATE
- Convert Oracle Date to Java Date.
- toDate(byte[], Calendar) -
Static method in class oracle.sql.DATE
- Convert Oracle Date and Calendar to Java Date.
- toDate(byte[]) -
Static method in class oracle.sql.TIMESTAMP
- Convert a byte array representing a TIMESTAMP object to a
Java Date Object
- toDATE(byte[]) -
Static method in class oracle.sql.TIMESTAMP
- Convert a byte array representing a TIMESTAMP object to a
Oracle Date Object
- toDate(Connection, byte[], Calendar) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert a byte array representing a TIMESTAMPLTZ object to a
Java Date Object
- toDATE(Connection, byte[], Calendar) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert a byte array representing a TIMESTAMPLTZ object to a
Oracle Date Object
- toDate(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert a byte array representing a TIMESTAMPLTZ object to a
Java Date Object
- toDATE(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert a byte array representing a TIMESTAMPLTZ object to a
Oracle Date Object
- toDate(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert a byte array representing a TIMESTAMPTZ object to a
Java Date Object
- toDATE(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert a byte array representing a TIMESTAMPTZ object to a
Oracle Date Object
- toDate2(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert a byte array representing a TIMESTAMPTZ object to a
Java Date Object in accordance with java.sql.Date specification.
- toDatum(Connection) -
Method in class oracle.sql.ANYDATA
-
- toDatum(OracleConnection) -
Method in interface oracle.sql.CustomDatum
- Called by setOracleObject to extract a Datum.
- toDatum(Connection) -
Method in interface oracle.sql.ORAData
- Extract an oracle.sql.Datum object.
- toDatum(Connection) -
Method in class oracle.sql.TypeDescriptor
-
- toDouble(byte[]) -
Static method in class oracle.sql.NUMBER
- Converts an Oracle Number into a Java double.
- toFloat(byte[]) -
Static method in class oracle.sql.NUMBER
- Converts an Oracle Number into a Java float.
- toFormattedText(String, String) -
Method in class oracle.sql.NUMBER
- Returns a new String based on the format specified in fmt and NUMBER.
- toHex(long, int) -
Static method in class oracle.jdbc.driver.OracleLog
-
- toHex(byte) -
Static method in class oracle.jdbc.driver.OracleLog
-
- toHex(short) -
Static method in class oracle.jdbc.driver.OracleLog
-
- toHex(int) -
Static method in class oracle.jdbc.driver.OracleLog
-
- toHex(byte[], int) -
Static method in class oracle.jdbc.driver.OracleLog
-
- toHex(byte[]) -
Static method in class oracle.jdbc.driver.OracleLog
-
- toInt(byte[]) -
Static method in class oracle.sql.NUMBER
- Converts an Oracle Number into a Java int.
- toJdbc() -
Method in interface oracle.jdbc.OracleArray
- Oracle extension.
- toJdbc() -
Method in class oracle.sql.ARRAY
- Oracle extension.
- toJdbc() -
Method in class oracle.sql.BFILE
- Convert this data object into its default Java object type.
- toJdbc() -
Method in class oracle.sql.BINARY_DOUBLE
- Convert this data object into its default Java object type.
- toJdbc() -
Method in class oracle.sql.BINARY_FLOAT
- Convert this data object into its default Java object type.
- toJdbc() -
Method in class oracle.sql.BLOB
- Oracle extension.
- toJdbc() -
Method in class oracle.sql.CHAR
- Convert this data object into its default Java object type.
- toJdbc() -
Method in class oracle.sql.CLOB
- Convert this data object into its default Java object type.
- toJdbc() -
Method in class oracle.sql.DATE
- Returns the JDBC representation of the datum object
- toJdbc() -
Method in class oracle.sql.Datum
- Returns the JDBC representation of the datum object
- toJdbc() -
Method in class oracle.sql.INTERVALDS
- Returns the JDBC representation of the INTERVALDS object
- toJdbc() -
Method in class oracle.sql.INTERVALYM
- Returns the JDBC representation of the INTERVALYM object
- toJdbc() -
Method in class oracle.sql.JAVA_STRUCT
- Oracle extension.
- toJdbc() -
Method in class oracle.sql.NUMBER
- Returns the JDBC representation of the datum object
- toJdbc() -
Method in class oracle.sql.OPAQUE
- Returns the JDBC representation of the datum object
- toJdbc() -
Method in class oracle.sql.RAW
- Convert this data object into its default Java object type.
- toJdbc() -
Method in class oracle.sql.REF
- Convert this data object into its default Java object type.
- toJdbc() -
Method in class oracle.sql.ROWID
- Convert this data object into its default Java object type.
- toJdbc() -
Method in class oracle.sql.STRUCT
- Oracle extension.
- toJdbc(Map) -
Method in class oracle.sql.STRUCT
- Oracle extension.
- toJdbc() -
Method in class oracle.sql.TIMESTAMP
- Returns the JDBC representation of the datum object
- toJdbc() -
Method in class oracle.sql.TIMESTAMPLTZ
- Returns the JDBC representation of the datum object
- toJdbc() -
Method in class oracle.sql.TIMESTAMPTZ
- Returns the JDBC representation of the timestamptz object
- toJDBCObject(Connection) -
Method in interface oracle.jdbc.OracleData
- Extract a jdbc Object.
- toJDBCObject(Connection) -
Method in class oracle.sql.ANYDATA
-
- toJDBCObject(Connection) -
Method in class oracle.sql.TypeDescriptor
-
- toJulianDays(int[], int[]) -
Method in class oracle.sql.DATE
- Convert to julian days and seconds from the given date.
- toLong(byte[]) -
Static method in class oracle.sql.NUMBER
- Converts an Oracle Number into a Java long.
- toNumber() -
Method in class oracle.sql.DATE
- Converts date to an Oracle Number.
- toOracleArray(Map) -
Method in class oracle.sql.StructDescriptor
-
- toResultSet(ARRAY, long, int, Map, boolean) -
Method in class oracle.sql.ArrayDescriptor
-
- toResultSetFromImage(ARRAY, long, int, Map) -
Method in class oracle.sql.ArrayDescriptor
-
- toShort(byte[]) -
Static method in class oracle.sql.NUMBER
- Converts an Oracle Number into a Java xemacs short.
- toString() -
Method in interface oracle.jdbc.aq.AQAgent
-
- toString() -
Method in interface oracle.jdbc.aq.AQMessage
- Returns the String description of this message.
- toString() -
Method in interface oracle.jdbc.aq.AQMessageProperties
-
- toString() -
Method in class oracle.jdbc.aq.AQNotificationEvent
-
- toString() -
Method in class oracle.jdbc.dcn.DatabaseChangeEvent
-
- toString() -
Method in class oracle.sql.CHAR
- Converts the characters to a String.
- toString() -
Method in class oracle.sql.CharacterSet
- The official name of the character set.
- toString(byte[], int, int) -
Method in class oracle.sql.CharacterSet
- Convert bytes in oracleId representation to a String.
- toString(byte[], int, int) -
Method in class oracle.sql.CharacterSetWithConverter
-
- toString(byte[]) -
Static method in class oracle.sql.DATE
- Converts a date to a string
- toString() -
Method in class oracle.sql.DATE
-
- toString(byte[]) -
Static method in class oracle.sql.INTERVALDS
- Converts a INTERVALDS to a string
- toString() -
Method in class oracle.sql.INTERVALDS
- Converts a INTERVALDS to a string
- toString(byte[]) -
Static method in class oracle.sql.INTERVALYM
- Converts a INTERVALYM to a string
- toString() -
Method in class oracle.sql.INTERVALYM
- Converts a INTERVALYM to a string
- toString(byte[]) -
Static method in class oracle.sql.NUMBER
- Convert an Oracle Number to a Java String.
- toString(byte[]) -
Static method in class oracle.sql.TIMESTAMP
- Converts a TIMESTAMP to a string
- toString() -
Method in class oracle.sql.TIMESTAMP
-
- toString(Connection, byte[], Calendar) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Deprecated.
- toString(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Converts a TIMESTAMP to a string
- toString(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPTZ
- Converts a TIMESTAMP to a string
- toStringWithReplacement(byte[], int, int) -
Method in class oracle.sql.CharacterSet
- Convert bytes in oracleId representation to a String.
- toStringWithReplacement(byte[], int, int) -
Method in class oracle.sql.CharacterSetWithConverter
-
- toText(String, String) -
Method in class oracle.sql.DATE
- Convert date to text as specified by fmt.
- toText(byte[], String) -
Method in class oracle.sql.DATE
- Convert date to text as specified by fmt.
- toText(int, String) -
Method in class oracle.sql.NUMBER
- Returns a String with the unformatted representation of NUMBER.
- toTime(byte[]) -
Static method in class oracle.sql.DATE
- Convert Oracle Date to Java Time.
- toTime(byte[], Calendar) -
Static method in class oracle.sql.DATE
- Convert Oracle Date and Calendar to Java Time.
- toTime(byte[]) -
Static method in class oracle.sql.TIMESTAMP
- Convert a byte array representing a TIMESTAMP object to a
Java Time Object
- toTime(Connection, byte[], Calendar) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert a byte array representing a TIMESTAMPLTZ object to a
Java Time Object
- toTime(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert a byte array representing a TIMESTAMPLTZ object to a
Java Time Object
- toTime(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert a byte array representing a TIMESTAMPTZ object to a
Java Time Object
- toTimestamp(byte[]) -
Static method in class oracle.sql.DATE
- Convert Oracle Date to Java Timestamp.
- toTimestamp(byte[], Calendar) -
Static method in class oracle.sql.DATE
- Convert Oracle Date and Calendar to Java Timestamp.
- toTimestamp(byte[]) -
Static method in class oracle.sql.TIMESTAMP
- Convert a byte array representing a TIMESTAMP object to a
Java Timestamp Object
- toTimestamp(byte[], Calendar) -
Static method in class oracle.sql.TIMESTAMP
- Convert a byte array representing a TIMESTAMP object to a
Java Timestamp Object given Calendar object
- toTimestamp(Connection, byte[], Calendar) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert a byte array representing a TIMESTAMP object to a
Java Timestamp Object
- toTimestamp(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert a byte array representing a TIMESTAMP object to a
Java Timestamp Object
- toTIMESTAMP(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert a byte array representing a TIMESTAMPLTZ object to a
Oracle TIMESTAMP Object
- toTIMESTAMP(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPTZ
-
- toTimestamp(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert a byte array representing a TIMESTAMP WITH TIME ZONE object to a
Java Timestamp Object
- toTimestamp2(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPTZ
- Convert a byte array representing a TIMESTAMP object to a
Java Timestamp Object
- toTIMESTAMPTZ(Connection, byte[]) -
Static method in class oracle.sql.TIMESTAMPLTZ
- Convert a byte array representing a TIMESTAMPLTZ object to a
Oracle TIMESTAMPTZ Object
- toXMLString() -
Method in class oracle.sql.TypeDescriptor
- Creates a String which is an XML representation
of this type and all OracleTypes within.
- toXMLString(boolean) -
Method in class oracle.sql.TypeDescriptor
- Creates a String which is an XML representation
of this type and all OracleTypes within.
- TR7DEC_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TR8DEC_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TR8EBCDIC1026_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TR8EBCDIC1026S_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TR8MACTURKISH_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TR8MACTURKISHS_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TR8MSWIN1254_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TR8PC857_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- TRACE -
Static variable in class oracle.jdbc.aq.AQDequeueOptions
-
- TRACE -
Static variable in class oracle.jdbc.aq.AQEnqueueOptions
-
- TRACE -
Static variable in class oracle.jdbc.aq.AQFactory
-
- TRACE -
Static variable in class oracle.jdbc.aq.AQNotificationEvent
-
- TRACE -
Static variable in class oracle.jdbc.dcn.DatabaseChangeEvent
-
- TRACE -
Static variable in class oracle.jdbc.driver.OracleLog
-
- TRACE -
Static variable in class oracle.jdbc.OracleConnectionWrapper
-
- TRACE -
Static variable in class oracle.jdbc.OracleDatabaseMetaData
-
- TRACE -
Static variable in class oracle.jdbc.OracleDriver
-
- TRACE -
Static variable in class oracle.jdbc.OracleTypes
-
- TRACE -
Static variable in class oracle.jdbc.pool.OracleConnectionCacheManager
- Deprecated.
- TRACE -
Static variable in class oracle.jdbc.pool.OracleConnectionPoolDataSource
-
- TRACE -
Static variable in class oracle.jdbc.pool.OracleDataSource
-
- TRACE -
Static variable in class oracle.jdbc.pool.OracleDataSourceFactory
-
- TRACE -
Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
-
- TRACE -
Static variable in class oracle.jdbc.pool.OraclePooledConnection
-
- TRACE -
Static variable in class oracle.jdbc.xa.client.OracleXAConnection
-
- TRACE -
Static variable in class oracle.jdbc.xa.client.OracleXADataSource
-
- TRACE -
Static variable in class oracle.jdbc.xa.client.OracleXAHeteroCloseCallback
-
- TRACE -
Static variable in class oracle.jdbc.xa.client.OracleXAHeteroConnection
-
- TRACE -
Static variable in class oracle.jdbc.xa.client.OracleXAHeteroResource
-
- TRACE -
Static variable in class oracle.jdbc.xa.client.OracleXAResource
-
- TRACE -
Static variable in class oracle.jdbc.xa.OracleMultiPhaseArgs
-
- TRACE -
Static variable in class oracle.jdbc.xa.OracleXAConnection
-
- TRACE -
Static variable in class oracle.jdbc.xa.OracleXADataSource
-
- TRACE -
Static variable in exception oracle.jdbc.xa.OracleXAException
-
- TRACE -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- TRACE -
Static variable in class oracle.jdbc.xa.OracleXid
-
- TRACE -
Static variable in class oracle.sql.ANYDATA
-
- TRACE -
Static variable in class oracle.sql.ARRAY
-
- TRACE -
Static variable in class oracle.sql.ArrayDescriptor
-
- TRACE -
Static variable in class oracle.sql.AttributeDescriptor
-
- TRACE -
Static variable in class oracle.sql.BFILE
-
- TRACE -
Static variable in class oracle.sql.BINARY_DOUBLE
-
- TRACE -
Static variable in class oracle.sql.BINARY_FLOAT
-
- TRACE -
Static variable in class oracle.sql.BLOB
-
- TRACE -
Static variable in class oracle.sql.CHAR
-
- TRACE -
Static variable in class oracle.sql.CharacterBuffer
-
- TRACE -
Static variable in class oracle.sql.CharacterSet
-
- TRACE -
Static variable in class oracle.sql.CharacterSetWithConverter
-
- TRACE -
Static variable in class oracle.sql.CharacterWalker
-
- TRACE -
Static variable in class oracle.sql.CLOB
-
- TRACE -
Static variable in class oracle.sql.ConverterArchive
-
- TRACE -
Static variable in class oracle.sql.DATE
-
- TRACE -
Static variable in class oracle.sql.DatumWithConnection
-
- TRACE -
Static variable in class oracle.sql.JAVA_STRUCT
-
- TRACE -
Static variable in class oracle.sql.NCLOB
-
- TRACE -
Static variable in class oracle.sql.OPAQUE
-
- TRACE -
Static variable in class oracle.sql.OpaqueDescriptor
-
- TRACE -
Static variable in class oracle.sql.RAW
-
- TRACE -
Static variable in class oracle.sql.REF
-
- TRACE -
Static variable in class oracle.sql.ROWID
-
- TRACE -
Static variable in class oracle.sql.STRUCT
-
- TRACE -
Static variable in class oracle.sql.StructDescriptor
-
- TRACE -
Static variable in class oracle.sql.TIMESTAMP
-
- TRACE -
Static variable in class oracle.sql.TIMESTAMPLTZ
-
- TRACE -
Static variable in class oracle.sql.TIMESTAMPTZ
-
- TRACE -
Static variable in class oracle.sql.TypeDescriptor
-
- TRACE_1 -
Static variable in class oracle.jdbc.driver.OracleLog
-
- TRACE_10 -
Static variable in class oracle.jdbc.driver.OracleLog
-
- TRACE_16 -
Static variable in class oracle.jdbc.driver.OracleLog
-
- TRACE_20 -
Static variable in class oracle.jdbc.driver.OracleLog
-
- TRACE_30 -
Static variable in class oracle.jdbc.driver.OracleLog
-
- TRACE_32 -
Static variable in class oracle.jdbc.driver.OracleLog
-
- transaction_isolation -
Static variable in class oracle.jdbc.pool.OraclePooledConnection
-
- TRANSACTIONS_DISTRIBUTED -
Static variable in class oracle.jdbc.pool.OracleOCIConnectionPool
-
- trim(long) -
Method in class oracle.sql.BLOB
- Deprecated. This method id deprecated -- use truncate
- trim(long) -
Method in class oracle.sql.CLOB
- Deprecated. This method is deprecated. Use truncate().
- truncate(long) -
Method in class oracle.sql.BLOB
- JDBC 3.0
Truncates the
BLOB
value that this Blob
object represents to be len
bytes in length.
- truncate(long) -
Method in class oracle.sql.CLOB
- JDBC 3.0
Truncates the
CLOB
value that this Clob
designates to have a length of len
characters.
- truncate(String) -
Method in class oracle.sql.DATE
- returns a DATE object with date truncated to specified precision
- truncate(int) -
Method in class oracle.sql.NUMBER
- Returns a new NUMBER object initialized to the NUMBER value truncated to
specified decimal place decimal_place.
- TYPE_NESTED_TABLE -
Static variable in class oracle.sql.ArrayDescriptor
-
- TYPE_VARRAY -
Static variable in class oracle.sql.ArrayDescriptor
-
- TYPECODE_BDOUBLE -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_BFILE -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_BFLOAT -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_BLOB -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_BOOLEAN -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_CFILE -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_CHAR -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_CLOB -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_DATE -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_DECIMAL -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_DOUBLE -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_ERRHP -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_FLOAT -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_INTEGER -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_INTERVAL_DS -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_INTERVAL_YM -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_ITABLE -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_JDBC_ARRAY -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_JDBC_JOBJECT -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_JDBC_JOPAQUE -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_JDBC_JSTRUCT -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_JDBC_REF -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_JDBC_STRUCT -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_MLSLABEL -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_NAMEDCOLLECTION -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_NCHAR -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_NCLOB -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_NONE -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_NUMBER -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_NVARCHAR2 -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_OBJECT -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_OCTET -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_OPAQUE -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_OTMFIRST -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_OTMLAST -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_PLS_INTEGER -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_PTR -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_RAW -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_REAL -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_RECORD -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_REF -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_SIGNED16 -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_SIGNED32 -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_SIGNED8 -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_SMALLINT -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_SYSFIRST -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_SYSLAST -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_TABLE -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_TIME -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_TIME_TZ -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_TIMESTAMP -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_TIMESTAMP_LTZ -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_TIMESTAMP_TZ -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_UNSIGNED16 -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_UNSIGNED32 -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_UNSIGNED8 -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_UROWID -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_VARCHAR -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_VARCHAR2 -
Static variable in class oracle.sql.TypeDescriptor
-
- TYPECODE_VARRAY -
Static variable in class oracle.sql.TypeDescriptor
-
- TypeDescriptor - Class in oracle.sql
- The descriptor of pre-defined types.
U
- UNICODE_1_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- UNICODE_2_CHARSET -
Static variable in class oracle.sql.CharacterSet
- This unicode is a "true UTF8".
- unMatchedCachedConnAttr -
Variable in class oracle.jdbc.pool.OraclePooledConnection
-
- unregisterAQNotification(AQNotificationRegistration) -
Method in interface oracle.jdbc.OracleConnection
- Deletes a given AQ registration.
- unregisterAQNotification(AQNotificationRegistration) -
Method in class oracle.jdbc.OracleConnectionWrapper
-
- unregisterDatabaseChangeNotification(DatabaseChangeRegistration) -
Method in interface oracle.jdbc.OracleConnection
- Deletes a given database change registration.
- unregisterDatabaseChangeNotification(int, String, int) -
Method in interface oracle.jdbc.OracleConnection
- Deprecated.
- unregisterDatabaseChangeNotification(int) -
Method in interface oracle.jdbc.OracleConnection
- Deprecated.
- unregisterDatabaseChangeNotification(long, String) -
Method in interface oracle.jdbc.OracleConnection
- Deletes a given database change registration in the server.
- unregisterDatabaseChangeNotification(DatabaseChangeRegistration) -
Method in class oracle.jdbc.OracleConnectionWrapper
-
- unregisterDatabaseChangeNotification(int, String, int) -
Method in class oracle.jdbc.OracleConnectionWrapper
-
- unregisterDatabaseChangeNotification(int) -
Method in class oracle.jdbc.OracleConnectionWrapper
-
- unregisterDatabaseChangeNotification(long, String) -
Method in class oracle.jdbc.OracleConnectionWrapper
-
- unwrap() -
Method in interface oracle.jdbc.OracleConnection
- Return the wrapped object if any else null.
- unwrap() -
Method in class oracle.jdbc.OracleConnectionWrapper
- Unwrap one level.
- updateARRAY(int, ARRAY) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateARRAY(String, ARRAY) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateBfile(int, BFILE) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateBFILE(int, BFILE) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateBfile(String, BFILE) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateBFILE(String, BFILE) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateBLOB(int, BLOB) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateBLOB(String, BLOB) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateCHAR(int, CHAR) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateCHAR(String, CHAR) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateCLOB(int, CLOB) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateCLOB(String, CLOB) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateCustomDatum(int, CustomDatum) -
Method in interface oracle.jdbc.OracleResultSet
- Deprecated.
- updateCustomDatum(String, CustomDatum) -
Method in interface oracle.jdbc.OracleResultSet
- Deprecated.
- updateDATE(int, DATE) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateDATE(String, DATE) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateINTERVALDS(int, INTERVALDS) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateINTERVALDS(String, INTERVALDS) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateINTERVALYM(int, INTERVALYM) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateINTERVALYM(String, INTERVALYM) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateNUMBER(int, NUMBER) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateNUMBER(String, NUMBER) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateOracleObject(int, Datum) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateOracleObject(String, Datum) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateORAData(int, ORAData) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateORAData(String, ORAData) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateRAW(int, RAW) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateRAW(String, RAW) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateREF(int, REF) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateREF(String, REF) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateROWID(int, ROWID) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateROWID(String, ROWID) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updatesAreDetected(int) -
Method in class oracle.jdbc.OracleDatabaseMetaData
- Implements JDBC 2.0 DatabaseMetaData.updatesAreDetected.
- updateSTRUCT(int, STRUCT) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateSTRUCT(String, STRUCT) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateTIMESTAMP(int, TIMESTAMP) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateTIMESTAMP(String, TIMESTAMP) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateTIMESTAMPLTZ(int, TIMESTAMPLTZ) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateTIMESTAMPLTZ(String, TIMESTAMPLTZ) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateTIMESTAMPTZ(int, TIMESTAMPTZ) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- updateTIMESTAMPTZ(String, TIMESTAMPTZ) -
Method in interface oracle.jdbc.OracleResultSet
- Oracle extension.
- url_string -
Static variable in class oracle.jdbc.pool.OraclePooledConnection
-
- US16TSTFIXED_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- US7ASCII_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- US8BS2000_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- US8ICL_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- US8NOOP_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- US8PC437_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- usesLocalFilePerTable() -
Method in class oracle.jdbc.OracleDatabaseMetaData
- Does the database use a file for each table?
- usesLocalFiles() -
Method in class oracle.jdbc.OracleDatabaseMetaData
- Does the database store tables in a local file?
- UTF8_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- UTFE_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- UTFToJavaChar(byte[], int, int) -
Static method in class oracle.sql.CharacterSet
- Convert a sequence of bytes in UTF8 to an array of char's.
- UTFToJavaChar(byte[], int, int, boolean) -
Static method in class oracle.sql.CharacterSet
- Convert a sequence of bytes in UTF8 to an array of char's.
- UTFToJavaCharWithReplacement(byte[], int, int) -
Static method in class oracle.sql.CharacterSet
- Convert a sequence of bytes in UTF8 to an array of char's.
- UTFToString(byte[], int, int, boolean) -
Static method in class oracle.sql.CharacterSet
- Convert a sequence of bytes in UTF8 to a String this function will to
allocate the chars array
- UTFToString(byte[], int, int) -
Static method in class oracle.sql.CharacterSet
- Convert a sequence of bytes in UTF8 to a String this function will to
allocate the chars array
V
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQDequeueOptions.DeliveryFilter
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQDequeueOptions.DequeueMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQDequeueOptions.NavigationOption
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQDequeueOptions.VisibilityOption
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQEnqueueOptions.DeliveryMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQEnqueueOptions.SequenceDeviationOption
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQEnqueueOptions.VisibilityOption
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQMessageProperties.DeliveryMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQMessageProperties.MessageState
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQNotificationEvent.AdditionalEventType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.aq.AQNotificationEvent.EventType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.dcn.DatabaseChangeEvent.AdditionalEventType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.dcn.DatabaseChangeEvent.EventType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.dcn.QueryChangeDescription.QueryChangeEventType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.dcn.RowChangeDescription.RowOperation
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.dcn.TableChangeDescription.TableOperation
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.LargeObjectAccessMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.NotificationRegistration.RegistrationState
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.OracleConnection.CommitOption
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.OracleConnection.DatabaseShutdownMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.OracleConnection.DatabaseStartupMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.OracleResultSet.AuthorizationIndicator
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.OracleResultSetMetaData.SecurityAttribute
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.OracleTypeMetaData.ArrayStorage
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum oracle.jdbc.OracleTypeMetaData.Kind
- Returns the enum constant of this type with the specified name.
- values() -
Static method in enum oracle.jdbc.aq.AQDequeueOptions.DeliveryFilter
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.aq.AQDequeueOptions.DequeueMode
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.aq.AQDequeueOptions.NavigationOption
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.aq.AQDequeueOptions.VisibilityOption
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.aq.AQEnqueueOptions.DeliveryMode
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.aq.AQEnqueueOptions.SequenceDeviationOption
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.aq.AQEnqueueOptions.VisibilityOption
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.aq.AQMessageProperties.DeliveryMode
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.aq.AQMessageProperties.MessageState
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.aq.AQNotificationEvent.AdditionalEventType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.aq.AQNotificationEvent.EventType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.dcn.DatabaseChangeEvent.AdditionalEventType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.dcn.DatabaseChangeEvent.EventType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.dcn.QueryChangeDescription.QueryChangeEventType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.dcn.RowChangeDescription.RowOperation
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.dcn.TableChangeDescription.TableOperation
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.LargeObjectAccessMode
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.NotificationRegistration.RegistrationState
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.OracleConnection.CommitOption
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.OracleConnection.DatabaseShutdownMode
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.OracleConnection.DatabaseStartupMode
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.OracleResultSet.AuthorizationIndicator
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.OracleResultSetMetaData.SecurityAttribute
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.OracleTypeMetaData.ArrayStorage
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum oracle.jdbc.OracleTypeMetaData.Kind
- Returns an array containing the constants of this enum type, in
the order they're declared.
- VARBINARY -
Static variable in class oracle.jdbc.OracleTypes
-
- VARCHAR -
Static variable in class oracle.jdbc.OracleTypes
-
- VN8MSWIN1258_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- VN8VN3_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
W
- WE8BS2000_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8BS2000E_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8BS2000L5_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8DEC_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8DECTST_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8DG_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC1047_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC1047E_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC1140_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC1140C_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC1145_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC1146_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC1148_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC1148C_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC284_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC285_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC37_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC37C_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC500_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC500C_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC871_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8EBCDIC924_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8GCOS7_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8HP_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8ICL_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8ISO8859P15_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8ISO8859P1_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8ISO8859P9_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8ISOICLUK_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8MACROMAN8_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8MACROMAN8S_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8MSWIN1252_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8NCR4970_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8NEXTSTEP_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8PC850_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8PC858_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8PC860_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- WE8ROMAN8_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- withCode(int) -
Static method in enum oracle.jdbc.OracleTypeMetaData.ArrayStorage
-
X
- XA_OK -
Static variable in class oracle.jdbc.xa.OracleXAResource
-
- XMLTYPETOID -
Static variable in class oracle.sql.TypeDescriptor
-
Y
- YR0 -
Static variable in class oracle.sql.DATE
- Year zero does not exist
- YUG7ASCII_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
Z
- zero() -
Static method in class oracle.sql.NUMBER
- Returns a new NUMBER object initialized to zero.
- ZHS16CGB231280_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHS16DBCS_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHS16GBK_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHS16MACCGB231280_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHS32GB18030_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHT16BIG5_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHT16CCDC_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHT16DBCS_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHT16DBT_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHT16HKSCS31_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHT16HKSCS_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHT16MSWIN950_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHT32EUC_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHT32SOPS_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
- ZHT32TRIS_CHARSET -
Static variable in class oracle.sql.CharacterSet
-
_
- _getPC() -
Method in interface oracle.jdbc.OracleConnection
- Return the underlying physical connection if this is a
logical connection.
- _getPC() -
Method in class oracle.jdbc.OracleConnectionWrapper
-
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle JDBC API Reference
11g Release 2 ("11.2.0.3.0")
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 1998, 2007, Oracle. All rights reserved.