直列化された形式


パッケージ org.apache.commons.dbcp

クラス org.apache.commons.dbcp.DbcpExceptionRuntimeException を拡張し、Serializable を実装しています

直列化されたフィールド

cause

Throwable cause
この例外の元となる原因(一般的に SQLException ですが必須ではありません)。


パッケージ org.apache.commons.dbcp.cpdsadapter

クラス org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDSObject を拡張し、Serializable を実装しています

直列化されたフィールド

description

String description
Description


password

String password
Password


url

String url
Url name


user

String user
User name


driver

String driver
Driver class name


loginTimeout

int loginTimeout
Login TimeOut in seconds


logWriter

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


パッケージ org.apache.commons.dbcp.jdbc2pool

クラス org.apache.commons.dbcp.jdbc2pool.Jdbc2PoolDataSourceObject を拡張し、Serializable を実装しています

直列化されたフィールド

getConnectionCalled

boolean getConnectionCalled

cpds

ConnectionPoolDataSource cpds

dataSourceName

String dataSourceName
DataSource Name used to find the ConnectionPoolDataSource


defaultAutoCommit

boolean defaultAutoCommit

defaultMaxActive

int defaultMaxActive

defaultMaxIdle

int defaultMaxIdle

defaultMaxWait

int defaultMaxWait

defaultReadOnly

boolean defaultReadOnly

description

String description
Description


jndiEnvironment

Properties jndiEnvironment
Environment that may be used to set up a jndi initial context.


loginTimeout

int loginTimeout
Login TimeOut in seconds


logWriter

PrintWriter logWriter
Log stream


perUserDefaultAutoCommit

Map perUserDefaultAutoCommit

perUserMaxActive

Map perUserMaxActive

perUserMaxIdle

Map perUserMaxIdle

perUserMaxWait

Map perUserMaxWait

perUserDefaultReadOnly

Map perUserDefaultReadOnly

_testOnBorrow

boolean _testOnBorrow

_testOnReturn

boolean _testOnReturn

_timeBetweenEvictionRunsMillis

int _timeBetweenEvictionRunsMillis

_numTestsPerEvictionRun

int _numTestsPerEvictionRun

_minEvictableIdleTimeMillis

int _minEvictableIdleTimeMillis

_testWhileIdle

boolean _testWhileIdle

validationQuery

String validationQuery

testPositionSet

boolean testPositionSet

isNew

boolean isNew

instanceKey

Integer instanceKey



このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation