Skip navigation links
Oracle® Database JDBC Java API Reference
11g Release 2 ("11.2.0.0.1-Beta-1") BETA
E13995-01
PREV NEXT
FRAMES NO FRAMES All Classes
Serialized Form
serialVersionUID: 3349652938965166731L
readObject
private void readObject (java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.sql.SQLException
This restores the PooledConnection Object. The properties of the Physical connection is restored and not the properties of logical Connection.
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.sql.SQLException
writeObject
private void writeObject (java.io.ObjectOutputStream out)
throws java.io.IOException
The method serializes the OracleConnectionPool object and the properties of the Physical Connection.
Throws:
java.io.IOException
logWriter
java.io.PrintWriter logWriter
loginTimeout
int loginTimeout
databaseName
java.lang.String databaseName
serviceName
java.lang.String serviceName
dataSourceName
java.lang.String dataSourceName
description
java.lang.String description
networkProtocol
java.lang.String networkProtocol
portNumber
int portNumber
user
java.lang.String user
password
java.lang.String password
serverName
java.lang.String serverName
url
java.lang.String url
driverType
java.lang.String driverType
tnsEntry
java.lang.String tnsEntry
maxStatements
int maxStatements
implicitCachingEnabled
boolean implicitCachingEnabled
explicitCachingEnabled
boolean explicitCachingEnabled
connCacheName
java.lang.String connCacheName
connCacheProperties
java.util.Properties connCacheProperties
connectionProperties
java.util.Properties connectionProperties
connCachingEnabled
boolean connCachingEnabled
fastConnFailover
boolean fastConnFailover
onsConfigStr
java.lang.String onsConfigStr
isOracleDataSource
boolean isOracleDataSource
urlExplicit
boolean urlExplicit
useDefaultConnection
boolean useDefaultConnection
m_connection_pool
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
java.lang.String m_conn_nowait
m_is_transactions_distributed
int m_is_transactions_distributed
m_lconnections
java.util.Hashtable<K,V> m_lconnections
lifecycle
oracle.jdbc.pool.OracleOCIConnectionPool.Lifecycle lifecycle
m_oracleDriver
OracleDriver m_oracleDriver
m_stmtCacheSize
int m_stmtCacheSize
m_stmtClearMetaData
boolean m_stmtClearMetaData
serialVersionUID: -203725628718322873L
readObject
private void readObject (java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.sql.SQLException
This restores the PooledConnection Object. The properties of the Physical connection is restored and not the properties of logical Connection.
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.sql.SQLException
writeObject
private void writeObject (java.io.ObjectOutputStream out)
throws java.io.IOException
The method serializes the OracleConnectionPool object and the properties of the Physical Connection.
Throws:
java.io.IOException
eventListeners
java.util.Hashtable<K,V> eventListeners
sqlException
java.sql.SQLException sqlException
autoCommit
boolean autoCommit
iccEventListener
javax.sql.ConnectionEventListener iccEventListener
connectionProperty
java.util.Hashtable<K,V> connectionProperty
cachedConnectionAttributes
java.util.Properties cachedConnectionAttributes
unMatchedCachedConnAttr
java.util.Properties unMatchedCachedConnAttr
closeOption
int closeOption
pcKey
java.lang.String pcKey
closeCallback
OracleCloseCallback closeCallback
privateData
java.lang.Object privateData
lastAccessedTime
long lastAccessedTime
dataSourceInstanceNameKey
java.lang.String dataSourceInstanceNameKey
dataSourceHostNameKey
java.lang.String dataSourceHostNameKey
dataSourceDbUniqNameKey
java.lang.String dataSourceDbUniqNameKey
connectionMarkedDown
boolean connectionMarkedDown
needToAbort
boolean needToAbort
localTxnCommitOnClose
boolean localTxnCommitOnClose
xaResource
javax.transaction.xa.XAResource xaResource
useNativeXA
boolean useNativeXA
thinUseNativeXA
boolean thinUseNativeXA
xaError
int xaError
primary
int primary
secondary
int secondary
formatId
int formatId
gtrid
byte[] gtrid
bqual
byte[] bqual
txctx
byte[] txctx
state
int state
Package oracle.jdbc.xa.client
isXAResourceTransLoose
boolean isXAResourceTransLoose
rmid
int rmid
xaOpenString
java.lang.String xaOpenString
driverCharSetIdString
java.lang.String driverCharSetIdString
oldTnsEntry
java.lang.String oldTnsEntry
rmid
int rmid
xaCloseString
java.lang.String xaCloseString
descriptor
ArrayDescriptor descriptor
objArray
java.lang.Object objArray
datumArray
Datum [] datumArray
locator
byte[] locator
prefixFlag
byte prefixFlag
prefixSegment
byte[] prefixSegment
numElems
int numElems
enableBuffering
boolean enableBuffering
enableIndexing
boolean enableIndexing
accessDirection
int accessDirection
lastIndex
long lastIndex
lastOffset
long lastOffset
indexArray
long[] indexArray
imageOffset
long imageOffset
imageLength
long imageLength
serialVersionUID: 3838105394346513809L
readObject
private void readObject (java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject (java.io.ObjectOutputStream out)
throws java.io.IOException
Throws:
java.io.IOException
dbaccess
BfileDBAccess dbaccess
bfileLength
long bfileLength
dbaccess
BlobDBAccess dbaccess
dbChunkSize
int dbChunkSize
isFree
boolean isFree
cachedLobLength
long cachedLobLength
prefetchData
byte[] prefetchData
activePrefetch
boolean activePrefetch
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.
dbaccess
ClobDBAccess dbaccess
dbChunkSize
int dbChunkSize
csform
short csform
isFree
boolean isFree
cachedLengthOfClobInChars
long cachedLengthOfClobInChars
prefetchData
char[] prefetchData
activePrefetch
boolean activePrefetch
serialVersionUID: 4645732484621936751L
data
byte[] data
physicalConnection
oracle.jdbc.internal.OracleConnection physicalConnection
descriptor
OpaqueDescriptor descriptor
value
byte[] value
imageOffset
long imageOffset
imageLength
long imageLength
serialVersionUID: 1013921343538311063L
readObject
private void readObject (java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject (java.io.ObjectOutputStream out)
throws java.io.IOException
Throws:
java.io.IOException
serialVersionUID: 1328446996944583167L
readObject
private void readObject (java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject (java.io.ObjectOutputStream out)
throws java.io.IOException
Throws:
java.io.IOException
typename
java.lang.String typename
descriptor
StructDescriptor descriptor
datumArray
Datum [] datumArray
objectArray
java.lang.Object[] objectArray
enableLocalCache
boolean enableLocalCache
imageOffset
long imageOffset
imageLength
long imageLength
serialVersionUID: 1013921343538311063L
readObject
private void readObject (java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject (java.io.ObjectOutputStream out)
throws java.io.IOException
Throws:
java.io.IOException
sqlHint
java.lang.String sqlHint
serialVersionUID: -7964732752952728545L
readObject
private void readObject (java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
serialVersionUID: 2022598722047823723L
readObject
private void readObject (java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject (java.io.ObjectOutputStream out)
throws java.io.IOException
Throws:
java.io.IOException
sqlName
SQLName sqlName
pickler
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
Skip navigation links
Oracle® Database JDBC Java API Reference
11g Release 2 ("11.2.0.0.1-Beta-1") BETA
E13995-01
PREV NEXT
FRAMES NO FRAMES All Classes
Copyright © 2009, Oracle and/or its affiliates. All rights reserved.
ORACLE CONFIDENTIAL
For authorized use only.
Do not distribute to third parties.