public class SybaseConnectionPoolDataSource extends StandardConnectionPoolDataSource
DEFAULT_PREPAREDSTMTCACHESIZE
logWriter, password, user
Constructor and Description |
---|
SybaseConnectionPoolDataSource() |
Modifier and Type | Method and Description |
---|---|
javax.sql.PooledConnection |
getPooledConnection()
Create a pooled connection using the default username and password.
|
javax.sql.PooledConnection |
getPooledConnection(java.lang.String user,
java.lang.String password)
Create a sybase pooled connection using the supplied username and password.
|
getMasterPrepStmtCache, getParentLogger, getPreparedStmtCacheSize, setPreparedStmtCacheSize, toString
equals, getConnection, getConnection, getDriverName, getObjectInstance, getReference, getTransactionIsolation, getUrl, hashCode, isWrapperFor, setDriverName, setTransactionIsolation, setUrl, unwrap
getDescription, getLoginTimeout, getLogWriter, getPassword, getThreadFactory, getUser, isDebug, isVerbose, setDebug, setDescription, setLoginTimeout, setLogWriter, setPassword, setThreadFactory, setUser, setVerbose, shutdown
public javax.sql.PooledConnection getPooledConnection() throws java.sql.SQLException
getPooledConnection
in interface javax.sql.ConnectionPoolDataSource
getPooledConnection
in class StandardConnectionPoolDataSource
java.sql.SQLException
public javax.sql.PooledConnection getPooledConnection(java.lang.String user, java.lang.String password) throws java.sql.SQLException
getPooledConnection
in interface javax.sql.ConnectionPoolDataSource
getPooledConnection
in class StandardConnectionPoolDataSource
java.sql.SQLException