getCheckQuery
public String getCheckQuery()
getConnection
public static Connection getConnection(String poolName)
throws SQLException
getConnectionAge
public String getConnectionAge()
- Returns the connectionAge.
getDataSource
public String getDataSource()
getDbUrl
public String getDbUrl()
getDriver
public String getDriver()
getPassword
public String getPassword()
getPoolMax
public String getPoolMax()
getTimeout
public String getTimeout()
getTrimInterval
public String getTrimInterval()
- Returns the trimInterval.
getUsername
public String getUsername()
isAutocommit
public boolean isAutocommit()
isKeepAlive
public boolean isKeepAlive()
setAutocommit
public void setAutocommit(boolean autocommit)
autocommit
- The autocommit to set.
setCheckQuery
public void setCheckQuery(String checkQuery)
checkQuery
- The checkQuery to set.
setConnectionAge
public void setConnectionAge(String connectionAge)
connectionAge
- The connectionAge to set.
setDataSource
public void setDataSource(String dataSource)
dataSource
- The poolname to set.
setDbUrl
public void setDbUrl(String dbUrl)
dbUrl
- The dbUrl to set.
setDriver
public void setDriver(String driver)
driver
- The driver to set.
setKeepAlive
public void setKeepAlive(boolean keepAlive)
keepAlive
- The keepAlive to set.
setPassword
public void setPassword(String password)
password
- The password to set.
setPoolMax
public void setPoolMax(String poolMax)
poolMax
- The poolMax to set.
setTimeout
public void setTimeout(String timeout)
timeout
- The timeout to set.
setTrimInterval
public void setTrimInterval(String trimInterval)
trimInterval
- The trimInterval to set.
setUsername
public void setUsername(String username)
username
- The username to set.