Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Serialized Form


Package oracle.jdbc

Class oracle.jdbc.LogicalTransactionIdEvent extends EventObject implements Serializable

Class oracle.jdbc.OracleSQLPermission extends BasicPermission implements Serializable

Package oracle.jdbc.aq

Class oracle.jdbc.aq.AQNotificationEvent extends EventObject implements Serializable

Package oracle.jdbc.dcn

Class oracle.jdbc.dcn.DatabaseChangeEvent extends EventObject implements Serializable

Package oracle.jdbc.pool

Class oracle.jdbc.pool.OracleConnectionPoolDataSource extends OracleDataSource implements Serializable

Class oracle.jdbc.pool.OracleDataSource extends Object implements Serializable

serialVersionUID: 3349652938965166731L

Serialization Methods

readObject

private 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.
Throws:
IOException
ClassNotFoundException
SQLException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
The method serializes the OracleConnectionPool object and the properties of the Physical Connection.
Throws:
IOException

Serialized Fields

logWriter

PrintWriter logWriter

loginTimeout

int loginTimeout

databaseName

String databaseName

serviceName

String serviceName

dataSourceName

String dataSourceName

description

String description

networkProtocol

String networkProtocol

portNumber

int portNumber

user

String user

password

oracle.jdbc.internal.OpaqueString password

serverName

String serverName

url

String url

driverType

String driverType

tnsEntry

String tnsEntry

maxStatements

int maxStatements

implicitCachingEnabled

boolean implicitCachingEnabled

explicitCachingEnabled

boolean explicitCachingEnabled

maxStatementsSet

boolean maxStatementsSet

implicitCachingEnabledSet

boolean implicitCachingEnabledSet

explicitCachingEnabledSet

boolean explicitCachingEnabledSet

connCacheName

String connCacheName

connCacheProperties

Properties connCacheProperties

connectionProperties

Properties connectionProperties

connCachingEnabled

boolean connCachingEnabled

fastConnFailover

boolean fastConnFailover

onsConfigStr

String onsConfigStr

isOracleDataSource

boolean isOracleDataSource

urlExplicit

boolean urlExplicit

useDefaultConnection

boolean useDefaultConnection

Class oracle.jdbc.pool.OracleOCIConnectionPool extends OracleDataSource implements Serializable

Serialized Fields

m_connection_pool

oracle.jdbc.oci.OracleOCIConnection m_connection_pool

m_conn_min_limit

int m_conn_min_limit

m_conn_max_limit

int m_conn_max_limit

m_conn_increment

int m_conn_increment

m_conn_active_size

int m_conn_active_size

m_conn_pool_size

int m_conn_pool_size

m_conn_timeout

int m_conn_timeout

m_conn_nowait

String m_conn_nowait

m_is_transactions_distributed

int m_is_transactions_distributed

m_lconnections

Hashtable<K,V> m_lconnections

lifecycle

oracle.jdbc.pool.OracleOCIConnectionPool.Lifecycle lifecycle

m_oracleDriver

oracle.jdbc.driver.OracleDriver m_oracleDriver

m_stmtCacheSize

int m_stmtCacheSize

m_stmtClearMetaData

boolean m_stmtClearMetaData

Class oracle.jdbc.pool.OraclePooledConnection extends Object implements Serializable

serialVersionUID: -203725628718322873L

Serialization Methods

readObject

private 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.
Throws:
IOException
ClassNotFoundException
SQLException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
The method serializes the OracleConnectionPool object and the properties of the Physical Connection.
Throws:
IOException

Serialized Fields

eventListeners

Hashtable<K,V> eventListeners

sqlException

SQLException sqlException

autoCommit

boolean autoCommit

iccEventListener

ConnectionEventListener iccEventListener

connectionProperty

Hashtable<K,V> connectionProperty

cachedConnectionAttributes

Properties cachedConnectionAttributes

unMatchedCachedConnAttr

Properties unMatchedCachedConnAttr

closeOption

int closeOption

pcKey

String pcKey

closeCallback

oracle.jdbc.driver.OracleCloseCallback closeCallback

privateData

Object privateData

lastAccessedTime

long lastAccessedTime

dataSourceInstanceNameKey

String dataSourceInstanceNameKey

dataSourceHostNameKey

String dataSourceHostNameKey

dataSourceDbUniqNameKey

String dataSourceDbUniqNameKey

connectionMarkedDown

boolean connectionMarkedDown

needToAbort

boolean needToAbort

localTxnCommitOnClose

boolean localTxnCommitOnClose

Package oracle.jdbc.replay

Class oracle.jdbc.replay.OracleConnectionPoolDataSourceImpl extends OracleDataSourceImpl implements Serializable

Class oracle.jdbc.replay.OracleDataSourceImpl extends Object implements Serializable

serialVersionUID: 5634196469087099680L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException,
                        SQLException
Throws:
IOException
ClassNotFoundException
SQLException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Serialized Fields

ods

OracleDataSource ods

odsReconnectOnly

OracleDataSource odsReconnectOnly

user

String user

password

oracle.jdbc.internal.OpaqueString password

url

String url

serverName

String serverName

portNumber

int portNumber

databaseName

String databaseName

dataSourceName

String dataSourceName

description

String description

networkProtocol

String networkProtocol

roleName

String roleName

connectionProperties

Properties connectionProperties

reconnectionProperties

Properties reconnectionProperties

maxStatements

int maxStatements

implicitCachingEnabled

boolean implicitCachingEnabled

explicitCachingEnabled

boolean explicitCachingEnabled

connectionInitializationCallback

ConnectionInitializationCallback connectionInitializationCallback

isFirstConnection

AtomicBoolean isFirstConnection

reconnectDelay

int reconnectDelay

reconnectRetries

int reconnectRetries

isTransactionReplayEnabled

boolean isTransactionReplayEnabled

isReplayInDynamicMode

boolean isReplayInDynamicMode

replayInitiationTimeout

int replayInitiationTimeout

clientChecksum12x

String clientChecksum12x

clientChecksum11203x

String clientChecksum11203x

acStatistics

LinkedList<E> acStatistics

Package oracle.jdbc.xa

Class oracle.jdbc.xa.OracleXAConnection extends OraclePooledConnection implements Serializable

Serialized Fields

xaResource

XAResource xaResource

Class oracle.jdbc.xa.OracleXADataSource extends OracleConnectionPoolDataSource implements Serializable

Serialized Fields

useNativeXA

boolean useNativeXA

Class oracle.jdbc.xa.OracleXAException extends XAException implements Serializable

serialVersionUID: -1286190807520675784L

Serialized Fields

xaError

int xaError

primary

int primary

secondary

int secondary

Class oracle.jdbc.xa.OracleXid extends Object implements Serializable

Serialized Fields

formatId

int formatId

gtrid

byte[] gtrid

bqual

byte[] bqual

txctx

byte[] txctx

state

int state

Package oracle.jdbc.xa.client

Class oracle.jdbc.xa.client.OracleXAConnection extends OracleXAConnection implements Serializable

Serialized Fields

isXAResourceTransLoose

boolean isXAResourceTransLoose

Class oracle.jdbc.xa.client.OracleXADataSource extends OracleXADataSource implements Serializable

Serialized Fields

rmid

int rmid

xaOpenString

String xaOpenString

driverCharSetIdString

String driverCharSetIdString

oldTnsEntry

String oldTnsEntry

Class oracle.jdbc.xa.client.OracleXAHeteroConnection extends OracleXAConnection implements Serializable

Serialized Fields

rmid

int rmid

xaCloseString

String xaCloseString

Package oracle.sql

Class oracle.sql.ARRAY extends DatumWithConnection implements Serializable

Serialized Fields

descriptor

ArrayDescriptor descriptor
Deprecated. 

objArray

Object objArray
Deprecated. 

datumArray

Datum[] datumArray
Deprecated. 

locator

byte[] locator
Deprecated. 

prefixFlag

byte prefixFlag
Deprecated. 

prefixSegment

byte[] prefixSegment
Deprecated. 

numElems

int numElems
Deprecated. 

enableBuffering

boolean enableBuffering
Deprecated. 

enableIndexing

boolean enableIndexing
Deprecated. 

isFreed

boolean isFreed
Deprecated. 

accessDirection

int accessDirection
Deprecated. 

lastIndex

long lastIndex
Deprecated. 

lastOffset

long lastOffset
Deprecated. 

indexArray

long[] indexArray
Deprecated. 

imageOffset

long imageOffset
Deprecated. 

imageLength

long imageLength
Deprecated. 

acProxy

Object acProxy
Deprecated. 

Class oracle.sql.ArrayDescriptor extends TypeDescriptor implements Serializable

serialVersionUID: 3838105394346513809L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Deprecated. 
Throws:
IOException

Class oracle.sql.BFILE extends DatumWithConnection implements Serializable

Serialized Fields

dbaccess

oracle.sql.BfileDBAccess dbaccess
Deprecated. 

bfileLength

long bfileLength
Deprecated. 

acProxy

Object acProxy
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

dbaccess

oracle.sql.BlobDBAccess dbaccess
Deprecated. 

dbChunkSize

int dbChunkSize
Deprecated. 

isFree

boolean isFree
Deprecated. 

fromObject

boolean fromObject
Deprecated. 

cachedLobLength

long cachedLobLength
Deprecated. 

prefetchData

byte[] prefetchData
Deprecated. 

prefetchDataSize

int prefetchDataSize
Deprecated. 

activePrefetch

boolean activePrefetch
Deprecated. 

acProxy

Object acProxy
Deprecated. 

Class oracle.sql.CHAR extends Datum implements Serializable

serialVersionUID: 5559010489982176244L

Serialized Fields

charSet

CharacterSet charSet
The character set to be used in interpreting the bytes.

oracleId

int 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.

Class oracle.sql.CLOB extends DatumWithConnection implements Serializable

Serialized Fields

dbaccess

oracle.sql.ClobDBAccess dbaccess
Deprecated. 

dbChunkSize

int dbChunkSize
Deprecated. 

csform

short csform
Deprecated. 

isFree

boolean isFree
Deprecated. 

fromObject

boolean fromObject
Deprecated. 

cachedLengthOfClobInChars

long cachedLengthOfClobInChars
Deprecated. 

prefetchData

char[] prefetchData
Deprecated. 

prefetchDataSize

int prefetchDataSize
Deprecated. 

activePrefetch

boolean activePrefetch
Deprecated. 

acProxy

Object acProxy
Deprecated. 

Class oracle.sql.DATE extends Datum implements Serializable

serialVersionUID: 5229717576495161269L

Class oracle.sql.Datum extends Object implements Serializable

serialVersionUID: 4645732484621936751L

Serialized Fields

data

byte[] data

Class oracle.sql.DatumWithConnection extends Datum implements Serializable

Serialized Fields

physicalConnection

oracle.jdbc.internal.OracleConnection physicalConnection

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

descriptor

OpaqueDescriptor descriptor
Deprecated. 

value

byte[] value
Deprecated. 

imageOffset

long imageOffset
Deprecated. 

imageLength

long imageLength
Deprecated. 

acProxy

Object acProxy
Deprecated. 

Class oracle.sql.OpaqueDescriptor extends TypeDescriptor implements Serializable

serialVersionUID: 1013921343538311063L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Throws:
IOException
ClassNotFoundException

writeObject

private 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

serialVersionUID: 1328446996944583167L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Deprecated. 
Throws:
IOException

Serialized Fields

typename

String typename
Deprecated. 

acProxy

Object acProxy
Deprecated. 

Class oracle.sql.ROWID extends Datum implements Serializable

serialVersionUID: 5629736369998199486L

Serialized Fields

acProxy

Object acProxy

Class oracle.sql.SQLName extends Object implements Serializable

serialVersionUID: 2266340348729491526L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Serialized Fields

name

String name

schema

String schema

simple

String simple

version

int version

synonym

boolean synonym

Class oracle.sql.STRUCT extends DatumWithConnection implements Serializable

Serialized Fields

descriptor

StructDescriptor descriptor
Deprecated. 

datumArray

Datum[] datumArray
Deprecated. 

objectArray

Object[] objectArray
Deprecated. 

enableLocalCache

boolean enableLocalCache
Deprecated. 

imageOffset

long imageOffset
Deprecated. 

imageLength

long imageLength
Deprecated. 

acProxy

Object acProxy
Deprecated. 

Class oracle.sql.StructDescriptor extends TypeDescriptor implements Serializable

serialVersionUID: 1013921343538311063L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Deprecated. 
Throws:
IOException

Class oracle.sql.TIMESTAMP extends Datum implements Serializable

serialVersionUID: -7964732752952728545L

Serialization Methods

readObject

private 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

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Serialized Fields

sqlName

oracle.sql.SQLName sqlName

pickler

oracle.jdbc.oracore.OracleNamedType pickler

internalTypeCode

short internalTypeCode

isTransient

boolean isTransient

toid

byte[] toid

toidVersion

int toidVersion

precision

long precision

scale

byte scale

transientImage

byte[] transientImage

attributesDescriptor

AttributeDescriptor[] attributesDescriptor

typeNameByUser

String typeNameByUser

acProxy

Object acProxy

Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


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