Serialized Form


Package org.enhydra.jdbc.core

Class org.enhydra.jdbc.core.CoreDataSource extends JdbcUtil implements Serializable

Serialized Fields

loginTimeout

int loginTimeout

user

String user

password

String password

description

String description

debug

boolean debug

verbose

boolean verbose

threadFactory

JdbcThreadFactory threadFactory

Package org.enhydra.jdbc.informix

Class org.enhydra.jdbc.informix.InformixConnectionPoolDataSource extends StandardConnectionPoolDataSource implements Serializable

Class org.enhydra.jdbc.informix.InformixXADataSource extends StandardXADataSource implements Serializable


Package org.enhydra.jdbc.instantdb

Class org.enhydra.jdbc.instantdb.IdbDataSource extends StandardDataSource implements Serializable

Class org.enhydra.jdbc.instantdb.IdbXADataSource extends StandardXADataSource implements Serializable

Serialized Fields

databaseId

String databaseId

Package org.enhydra.jdbc.oracle

Class org.enhydra.jdbc.oracle.OracleXADataSource extends StandardXADataSource implements Serializable


Package org.enhydra.jdbc.pool

Class org.enhydra.jdbc.pool.StandardPoolDataSource extends CoreDataSource implements Serializable

Serialized Fields

cpds

ConnectionPoolDataSource cpds

pool

GenericPool pool

dataSourceName

String dataSourceName

jdbcTestStmt

String jdbcTestStmt

onOff

boolean onOff

ictx

Context ictx

glog

org.apache.commons.logging.Log glog

Class org.enhydra.jdbc.pool.StandardXAPoolDataSource extends StandardPoolDataSource implements Serializable

Serialized Fields

xads

XADataSource xads

transactionManager

TransactionManager transactionManager

transactionManagerName

String transactionManagerName

glog

org.apache.commons.logging.Log glog

Package org.enhydra.jdbc.standard

Class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource extends StandardDataSource implements Serializable

Serialized Fields

masterPrepStmtCache

Hashtable<K,V> masterPrepStmtCache

preparedStmtCacheSize

int preparedStmtCacheSize

Class org.enhydra.jdbc.standard.StandardDataSource extends CoreDataSource implements Serializable

Serialized Fields

driverName

String driverName

url

String url

transIsolation

int transIsolation

loadedFromCCL

boolean loadedFromCCL

Class org.enhydra.jdbc.standard.StandardXADataSource extends StandardConnectionPoolDataSource implements Serializable

Serialized Fields

minCon

int minCon

maxCon

int maxCon

deadLockMaxWait

long deadLockMaxWait

freeConnections

Vector<E> freeConnections

xidConnections

Hashtable<K,V> xidConnections

deadConnections

Hashtable<K,V> deadConnections

connectionCount

int connectionCount

deadLockRetryWait

long deadLockRetryWait

transactionManagerName

String transactionManagerName

Package org.enhydra.jdbc.sybase

Class org.enhydra.jdbc.sybase.SybaseConnectionPoolDataSource extends StandardConnectionPoolDataSource implements Serializable

Class org.enhydra.jdbc.sybase.SybaseXADataSource extends StandardXADataSource implements Serializable



Copyright © 2011. All Rights Reserved.