???????????
cpd.setAlias(getAlias());
????? ??????
cpd.setDriver(getDriver());
???????????
cpd.setFatalSqlExceptionsAsString(getFatalSqlExceptionsAsString());
???????????
cpd.setFatalSqlExceptionWrapper(getFatalSqlExceptionWrapperClass());
???????????
cpd.setHouseKeepingSleepTime(getHouseKeepingSleepTime());
???????????
cpd.setHouseKeepingTestSql(getHouseKeepingTestSql());
???????????
cpd.setMaximumActiveTime(getMaximumActiveTime());
???????????
cpd.setMaximumConnectionCount(getMaximumConnectionCount());
???????????
cpd.setMaximumConnectionLifetime(getMaximumConnectionLifetime());
???????????
cpd.setMinimumConnectionCount(getMinimumConnectionCount());
???????????
cpd.setPrototypeCount(getPrototypeCount());
???????????
cpd.setPassword(getPassword());
???????????
cpd.setRecentlyStartedThreshold(getRecentlyStartedThreshold());
???????????
cpd.setSimultaneousBuildThrottle(getSimultaneousBuildThrottle());
???????????
cpd.setUser(getUser());
???????????
cpd.setStatistics(getStatistics());
???????????
cpd.setStatisticsLogLevel(
getStatisticsLogLevel
());
?????? ?????
cpd.setTrace(isTrace());
???????????
cpd.setUrl(getDriverUrl());
???????????
cpd.setVerbose(isVerbose());
???????????
cpd.setJmx(isJmx());
???????????
cpd.setJmxAgentId(getJmxAgentId());
???????????
cpd.setTestAfterUse(isTestAfterUse());
???????????
cpd.setTestBeforeUse(isTestBeforeUse());
???????????
cpd.setDelegateProperties(delegateProperties);
|