Serialized Form


Package org.apache.commons.dbcp

Class org.apache.commons.dbcp.DbcpException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The root cause of this exception (typically an SQLException but this is not required).


Package org.apache.commons.dbcp.cpdsadapter

Class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS implements Serializable

Serialized Fields

description

java.lang.String description
Description


password

java.lang.String password
Password


url

java.lang.String url
Url name


user

java.lang.String user
User name


driver

java.lang.String driver
Driver class name


loginTimeout

int loginTimeout
Login TimeOut in seconds


logWriter

java.io.PrintWriter logWriter
Log stream


poolPreparedStatements

boolean poolPreparedStatements

maxActive

int maxActive

maxIdle

int maxIdle

_timeBetweenEvictionRunsMillis

int _timeBetweenEvictionRunsMillis

_numTestsPerEvictionRun

int _numTestsPerEvictionRun

_minEvictableIdleTimeMillis

int _minEvictableIdleTimeMillis

getConnectionCalled

boolean getConnectionCalled



Copyright © 2001 Apache Software Foundation. Documenation generated August 12 2002.