|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.apache.commons.dbcp |
|---|
| Class org.apache.commons.dbcp.DbcpException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 2477800549022838103L
| Serialized Fields |
|---|
Throwable cause
SQLException but this is not required).
| Class org.apache.commons.dbcp.SQLNestedException extends SQLException implements Serializable |
|---|
serialVersionUID: 1046151479543081202L
| Package org.apache.commons.dbcp.cpdsadapter |
|---|
| Class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS extends Object implements Serializable |
|---|
serialVersionUID: -4820523787212147844L
| Serialized Fields |
|---|
String description
String password
String url
String user
String driver
int loginTimeout
boolean poolPreparedStatements
int maxActive
int maxIdle
int _timeBetweenEvictionRunsMillis
int _numTestsPerEvictionRun
int _minEvictableIdleTimeMillis
int _maxPreparedStatements
boolean getConnectionCalled
Properties connectionProperties
boolean accessToUnderlyingConnectionAllowed
| Package org.apache.commons.dbcp.datasources |
|---|
| Class org.apache.commons.dbcp.datasources.InstanceKeyDataSource extends Object implements Serializable |
|---|
serialVersionUID: -4243533936955098795L
| Serialized Fields |
|---|
boolean getConnectionCalled
ConnectionPoolDataSource dataSource
String dataSourceName
boolean defaultAutoCommit
int defaultTransactionIsolation
boolean defaultReadOnly
String description
Properties jndiEnvironment
int loginTimeout
PrintWriter logWriter
boolean _testOnBorrow
boolean _testOnReturn
int _timeBetweenEvictionRunsMillis
int _numTestsPerEvictionRun
int _minEvictableIdleTimeMillis
boolean _testWhileIdle
String validationQuery
boolean rollbackAfterValidation
boolean testPositionSet
String instanceKey
| Class org.apache.commons.dbcp.datasources.PerUserPoolDataSource extends InstanceKeyDataSource implements Serializable |
|---|
serialVersionUID: -3104731034410444060L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException - if an error occurs
ClassNotFoundException - if an error occurs| Serialized Fields |
|---|
int defaultMaxActive
int defaultMaxIdle
int defaultMaxWait
Map<K,V> perUserDefaultAutoCommit
Map<K,V> perUserDefaultTransactionIsolation
Map<K,V> perUserMaxActive
Map<K,V> perUserMaxIdle
Map<K,V> perUserMaxWait
Map<K,V> perUserDefaultReadOnly
| Class org.apache.commons.dbcp.datasources.SharedPoolDataSource extends InstanceKeyDataSource implements Serializable |
|---|
serialVersionUID: -8132305535403690372L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException - if an error occurs
ClassNotFoundException - if an error occurs| Serialized Fields |
|---|
int maxActive
int maxIdle
int maxWait
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||