Serialized Form
- 
Package oracle.jdbc- 
Class oracle.jdbc.LogicalTransactionIdEvent extends EventObject implements Serializable
- 
Class oracle.jdbc.OracleDatabaseException extends Exception implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
errorPositionint errorPosition Error position of the sql statement when execution failed. Internal APIs return short value for error position, but having the type as integer to maintain the backward compatibilty of public APIs.
- 
isSqlRewrittenboolean isSqlRewritten trueif Oracle JDBC introduced new expressions intooriginalSql, where the new expression may have caused a syntax error.
- 
oracleErrorNumberint oracleErrorNumber oracle error number for this failure
- 
originalSqlString originalSql failed sql statement before processing
- 
sqlString sql failed sql statement
 
- 
 
- 
Class oracle.jdbc.OracleSQLPermission extends BasicPermission implements Serializable
 
- 
- 
Package oracle.jdbc.aq- 
Class oracle.jdbc.aq.AQNotificationEvent extends EventObject implements Serializable
 
- 
- 
Package oracle.jdbc.datasource.impl- 
Class oracle.jdbc.datasource.impl.OracleConnectionPoolDataSource extends OracleDataSource implements Serializable
- 
Class oracle.jdbc.datasource.impl.OracleDataSource extends Object implements Serializable- serialVersionUID:
- 3349652938965166731L
 - 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException, SQLException This restores the PooledConnection Object. The properties of the Physical connection is restored and not the properties of logical Connection.
- 
writeObjectprivate void writeObject(ObjectOutputStream out) throws IOException The method serializes the OracleConnectionPool object and the properties of the Physical Connection.- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
allowSingleShardTransactionboolean allowSingleShardTransaction 
- 
clientChecksum11203xString clientChecksum11203x 
- 
clientChecksum12xString clientChecksum12x 
- 
connectionInitializationCallbackoracle.jdbc.replay.internal.ConnectionInitializationCallback connectionInitializationCallback 
- 
connectionPropertiesProperties connectionProperties 
- 
databaseNameString databaseName 
- 
dataSourceNameString dataSourceName 
- 
descriptionString description 
- 
doneDumpOnMemoryPressureAtomicBoolean doneDumpOnMemoryPressure 
- 
driverTypeString driverType 
- 
explicitCachingEnabledboolean explicitCachingEnabled 
- 
explicitCachingEnabledSetboolean explicitCachingEnabledSet 
- 
hostnameResolverOracleHostnameResolver hostnameResolver 
- 
implicitCachingEnabledboolean implicitCachingEnabled 
- 
implicitCachingEnabledSetboolean implicitCachingEnabledSet 
- 
isAutoACEnabledboolean isAutoACEnabled 
- 
isFirstConnectionAtomicBoolean isFirstConnection 
- 
isOracleDataSourceboolean isOracleDataSource 
- 
isReplayInDynamicModeboolean isReplayInDynamicMode 
- 
isStateRestorationAutoboolean isStateRestorationAuto 
- 
isTransactionReplayEnabledboolean isTransactionReplayEnabled 
- 
loginTimeoutint loginTimeout 
- 
logWriterPrintWriter logWriter 
- 
maxStatementsint maxStatements 
- 
maxStatementsSetboolean maxStatementsSet 
- 
monitorLockoracle.jdbc.internal.Monitor.CloseableLock monitorLock 
- 
networkProtocolString networkProtocol 
- 
passwordoracle.jdbc.internal.OpaqueString password 
- 
portNumberint portNumber 
- 
reconnectDelayint reconnectDelay 
- 
reconnectRetriesint reconnectRetries 
- 
replayInitiationTimeoutint replayInitiationTimeout 
- 
roleNameString roleName 
- 
serverNameString serverName 
- 
serviceNameString serviceName 
- 
sslContextSSLContext sslContext SSLContext used in the network layer of connections established with this datasource. This field may be null if an instance has not been specified via {@link #setSSLContext(SSLContext}. Instances should be initialized with TLS certificates by user code before establishing a connection with this datasource. However, this field may still reference an uninitialized instance if this data source has not yet established a connection.
- 
stateRestorationTypeoracle.jdbc.replay.internal.ReplayableConnection.StateRestorationType stateRestorationType 
- 
tnsEntryString tnsEntry 
- 
tokenSupplierjava.util.function.Supplier<? extends AccessToken> tokenSupplier Supplies instances ofAccessTokeneach time this datasource creates a connection. This field is set to a non-null value byOracleDataSource.setTokenSupplier(Supplier). If the setter method is never called, then this field is null.
- 
trackeroracle.jdbc.replay.driver.StatisticsTracker tracker 
- 
urlString url 
- 
urlExplicitboolean urlExplicit 
- 
useDefaultConnectionboolean useDefaultConnection 
- 
userString user 
 
- 
 
 
- 
- 
Package oracle.jdbc.dcn- 
Class oracle.jdbc.dcn.DatabaseChangeEvent extends EventObject implements Serializable
 
- 
- 
Package oracle.jdbc.pool- 
Class oracle.jdbc.pool.OracleConnectionPoolDataSource extends OracleConnectionPoolDataSource implements Serializable
- 
Class oracle.jdbc.pool.OracleDataSource extends OracleDataSource implements Serializable
- 
Class oracle.jdbc.pool.OracleOCIConnectionPool extends OracleDataSource implements Serializable- 
Serialized Fields- 
lifecycleoracle.jdbc.pool.OracleOCIConnectionPool.Lifecycle lifecycle 
- 
m_conn_active_sizeint m_conn_active_size 
- 
m_conn_incrementint m_conn_increment 
- 
m_conn_max_limitint m_conn_max_limit 
- 
m_conn_min_limitint m_conn_min_limit 
- 
m_conn_nowaitString m_conn_nowait 
- 
m_conn_pool_sizeint m_conn_pool_size 
- 
m_conn_timeoutint m_conn_timeout 
- 
m_connection_pooloracle.jdbc.oci.OracleOCIConnection m_connection_pool 
- 
m_is_transactions_distributedint m_is_transactions_distributed 
- 
m_lconnectionsHashtable m_lconnections 
- 
m_oracleDriveroracle.jdbc.driver.OracleDriver m_oracleDriver 
- 
m_stmtCacheSizeint m_stmtCacheSize 
- 
m_stmtClearMetaDataboolean m_stmtClearMetaData 
 
- 
 
- 
- 
Class oracle.jdbc.pool.OraclePooledConnection extends Object implements Serializable- serialVersionUID:
- -203725628718322873L
 - 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException, SQLException This restores the PooledConnection Object. The properties of the Physical connection is restored and not the properties of logical Connection.
- 
writeObjectprivate void writeObject(ObjectOutputStream out) throws IOException The method serializes the OracleConnectionPool object and the properties of the Physical Connection.- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
autoCommitboolean autoCommit 
- 
closeCallbackoracle.jdbc.driver.OracleCloseCallback closeCallback 
- 
closeOptionint closeOption 
- 
connectionPropertyHashtable connectionProperty 
- 
eventListenersHashtable eventListeners 
- 
localTxnCommitOnCloseboolean localTxnCommitOnClose 
- 
monitorLockoracle.jdbc.internal.Monitor.CloseableLock monitorLock 
- 
privateDataObject privateData 
- 
sqlExceptionSQLException sqlException 
 
- 
 
 
- 
- 
Package oracle.jdbc.replay- 
Class oracle.jdbc.replay.OracleConnectionPoolDataSourceImpl extends OracleConnectionPoolDataSource implements Serializable
- 
Class oracle.jdbc.replay.OracleDataSourceImpl extends OracleDataSource implements Serializable
- 
Class oracle.jdbc.replay.OracleXADataSourceImpl extends OracleXADataSource implements Serializable
 
- 
- 
Package oracle.jdbc.xa- 
Class oracle.jdbc.xa.OracleXAConnection extends OraclePooledConnection implements Serializable- 
Serialized Fields- 
xaResourceXAResource xaResource 
 
- 
 
- 
- 
Class oracle.jdbc.xa.OracleXADataSource extends OracleConnectionPoolDataSource implements Serializable- 
Serialized Fields- 
useNativeXAboolean useNativeXA 
 
- 
 
- 
- 
Class oracle.jdbc.xa.OracleXAException extends XAException implements Serializable- serialVersionUID:
- -1286190807520675784L
 - 
Serialized Fields- 
primaryint primary 
- 
secondaryint secondary 
- 
xaErrorint xaError 
 
- 
 
- 
Class oracle.jdbc.xa.OracleXid extends Object implements Serializable- 
Serialized Fields- 
bqualbyte[] bqual 
- 
formatIdint formatId 
- 
gtridbyte[] gtrid 
- 
m_hashCodeint m_hashCode 
- 
stateint state 
- 
txctxbyte[] txctx 
 
- 
 
- 
 
- 
- 
Package oracle.jdbc.xa.client- 
Class oracle.jdbc.xa.client.OracleXAConnection extends OracleXAConnection implements Serializable- 
Serialized Fields- 
isXAResourceTransLooseboolean isXAResourceTransLoose 
 
- 
 
- 
- 
Class oracle.jdbc.xa.client.OracleXADataSource extends OracleXADataSource implements Serializable
- 
Class oracle.jdbc.xa.client.OracleXAHeteroConnection extends OracleXAConnection implements Serializable- 
Serialized Fields- 
rmidint rmid 
- 
xaCloseStringString xaCloseString 
 
- 
 
- 
 
- 
- 
Package oracle.sql- 
Class oracle.sql.ARRAY extends DatumWithConnection implements Serializable- 
Serialized Fields- 
ojiOracleArrayoracle.jdbc.internal.OracleArray ojiOracleArray Deprecated.
- 
targetoracle.jdbc.driver.OracleArray target Deprecated.
 
- 
 
- 
- 
Class oracle.sql.ArrayDescriptor extends TypeDescriptor implements Serializable- serialVersionUID:
- 3838105394346513809L
 - 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException Deprecated.- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectprivate void writeObject(ObjectOutputStream out) throws IOException Deprecated.- Throws:
- IOException
 
 
- 
 
- 
Class oracle.sql.BFILE extends DatumWithConnection implements Serializable- 
Serialized Fields- 
ojiOracleBfileoracle.jdbc.internal.OracleBfile ojiOracleBfile Deprecated.
- 
targetoracle.jdbc.driver.OracleBfile target Deprecated.
 
- 
 
- 
- 
Class oracle.sql.BINARY_DOUBLE extends Datum implements Serializable- serialVersionUID:
- 6718338151847341754L
 
- 
Class oracle.sql.BINARY_FLOAT extends Datum implements Serializable- serialVersionUID:
- -4231112037190700631L
 
- 
Class oracle.sql.BLOB extends DatumWithConnection implements Serializable- 
Serialized Fields- 
ojiOracleBloboracle.jdbc.internal.OracleBlob ojiOracleBlob Deprecated.
- 
targetoracle.jdbc.driver.OracleBlob target Deprecated.
 
- 
 
- 
- 
Class oracle.sql.CHAR extends Datum implements Serializable- serialVersionUID:
- 5559010489982176244L
 - 
Serialized Fields- 
charSetCharacterSet charSet The character set to be used in interpreting the bytes.
- 
oracleIdint oracleId This is provided primarily so that the Aurora native code can built a CHAR using only primitive values. I.e. without creating a charSet. It does so by creating a CHAR with null CharSet, and the correct oracleId. There isn't any constructor for this, although maybe there should be.
- 
variableLengthboolean variableLength Indicates if an instance of this class should be treated as a CHAR or VARCHAR.
 
- 
 
- 
Class oracle.sql.CLOB extends DatumWithConnection implements Serializable- 
Serialized Fields- 
ojiOracleCloboracle.jdbc.internal.OracleClob ojiOracleClob Deprecated.
- 
targetoracle.jdbc.driver.OracleClob target Deprecated.
 
- 
 
- 
- 
Class oracle.sql.DATE extends Datum implements Serializable- serialVersionUID:
- 5229717576495161269L
 
- 
Class oracle.sql.Datum extends Object implements Serializable- serialVersionUID:
- 4645732484621936751L
 - 
Serialized Fields- 
databyte[] data 
- 
ojiOracleDatumWithConnectionoracle.jdbc.internal.OracleDatumWithConnection ojiOracleDatumWithConnection 
- 
targetDatumDatum targetDatum 
 
- 
 
- 
Class oracle.sql.DatumWithConnection extends Datum implements Serializable- 
Serialized Fields- 
physicalConnectionoracle.jdbc.internal.OracleConnection physicalConnection 
- 
targetDatumWithConnectionDatumWithConnection targetDatumWithConnection 
 
- 
 
- 
- 
Class oracle.sql.INTERVALDS extends Datum implements Serializable- serialVersionUID:
- 7164731704878764759L
 
- 
Class oracle.sql.INTERVALYM extends Datum implements Serializable- serialVersionUID:
- 8393284561907159296L
 
- 
Class oracle.sql.JAVA_STRUCT extends STRUCT implements Serializable- serialVersionUID:
- 2211611973003094149L
 
- 
Class oracle.sql.NCLOB extends CLOB implements Serializable
- 
Class oracle.sql.NUMBER extends Datum implements Serializable- serialVersionUID:
- -1656085588913430059L
 
- 
Class oracle.sql.OPAQUE extends DatumWithConnection implements Serializable- 
Serialized Fields- 
acProxyObject acProxy Deprecated.
- 
descriptorOpaqueDescriptor descriptor Deprecated.
- 
imageLengthlong imageLength Deprecated.
- 
imageOffsetlong imageOffset Deprecated.
- 
valuebyte[] value Deprecated.
 
- 
 
- 
- 
Class oracle.sql.OpaqueDescriptor extends TypeDescriptor implements Serializable- serialVersionUID:
- 1013921343538311063L
 - 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException Deprecated.- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectprivate void writeObject(ObjectOutputStream out) throws IOException Deprecated.- Throws:
- IOException
 
 
- 
 
- 
Class oracle.sql.RAW extends Datum implements Serializable- serialVersionUID:
- -3298750557928937840L
 
- 
Class oracle.sql.REF extends DatumWithConnection implements Serializable- 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException Deprecated.- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectprivate void writeObject(ObjectOutputStream out) throws IOException Deprecated.- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
ojiOracleReforacle.jdbc.internal.OracleRef ojiOracleRef Deprecated.
- 
targetoracle.jdbc.driver.OracleRef target Deprecated.
 
- 
 
- 
- 
Class oracle.sql.ROWID extends Datum implements Serializable- serialVersionUID:
- 5629736369998199486L
 - 
Serialized Fields- 
acProxyObject acProxy 
 
- 
 
- 
Class oracle.sql.SQLName extends Object implements Serializable- serialVersionUID:
- 2266340348729491526L
 - 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectprivate void writeObject(ObjectOutputStream arg0) throws IOException - Throws:
- IOException
 
 
- 
- 
Serialized Fields
 
- 
Class oracle.sql.STRUCT extends DatumWithConnection implements Serializable- 
Serialized Fields- 
ojiOracleStructoracle.jdbc.internal.OracleStruct ojiOracleStruct Deprecated.
- 
targetoracle.jdbc.driver.OracleStruct target Deprecated.
 
- 
 
- 
- 
Class oracle.sql.StructDescriptor extends TypeDescriptor implements Serializable- serialVersionUID:
- 1013921343538311063L
 - 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException Deprecated.- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectprivate void writeObject(ObjectOutputStream out) throws IOException Deprecated.- Throws:
- IOException
 
 
- 
 
- 
Class oracle.sql.TIMESTAMP extends Datum implements Serializable- serialVersionUID:
- -7964732752952728545L
 - 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
 
- 
 
- 
Class oracle.sql.TIMESTAMPLTZ extends Datum implements Serializable- serialVersionUID:
- 2045880772054757133L
 
- 
Class oracle.sql.TIMESTAMPTZ extends Datum implements Serializable- serialVersionUID:
- 6708361144588335769L
 
- 
Class oracle.sql.TypeDescriptor extends Object implements Serializable- serialVersionUID:
- 2022598722047823723L
 - 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectprivate void writeObject(ObjectOutputStream out) throws IOException - Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
acProxyObject acProxy 
- 
attributesDescriptorAttributeDescriptor[] attributesDescriptor 
- 
internalTypeCodeshort internalTypeCode 
- 
isTransientboolean isTransient 
- 
pickleroracle.jdbc.oracore.OracleNamedType pickler 
- 
precisionlong precision 
- 
scalebyte scale 
- 
sqlNameoracle.sql.SQLName sqlName 
- 
toidbyte[] toid 
- 
toidVersionint toidVersion 
- 
transientImagebyte[] transientImage 
- 
typeNameByUserString typeNameByUser 
 
- 
 
 
- 
- 
Package oracle.sql.json- 
Class oracle.sql.json.OracleJsonDatum extends Datum implements Serializable- serialVersionUID:
- 1L
 
- 
Class oracle.sql.json.OracleJsonException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class oracle.sql.json.OracleJsonGenerationException extends OracleJsonException implements Serializable- serialVersionUID:
- 1L
 
- 
Class oracle.sql.json.OracleJsonParsingException extends OracleJsonException implements Serializable- serialVersionUID:
- 1L
 
 
-