public class SybaseConnectionPoolDataSource extends StandardConnectionPoolDataSource
DEFAULT_PREPAREDSTMTCACHESIZElogWriter, 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, toStringequals, getConnection, getConnection, getDriverName, getObjectInstance, getReference, getTransactionIsolation, getUrl, hashCode, isWrapperFor, setDriverName, setTransactionIsolation, setUrl, unwrapgetDescription, getLoginTimeout, getLogWriter, getPassword, getThreadFactory, getUser, isDebug, isVerbose, setDebug, setDescription, setLoginTimeout, setLogWriter, setPassword, setThreadFactory, setUser, setVerbose, shutdownpublic javax.sql.PooledConnection getPooledConnection()
throws java.sql.SQLException
getPooledConnection in interface javax.sql.ConnectionPoolDataSourcegetPooledConnection in class StandardConnectionPoolDataSourcejava.sql.SQLExceptionpublic javax.sql.PooledConnection getPooledConnection(java.lang.String user,
java.lang.String password)
throws java.sql.SQLException
getPooledConnection in interface javax.sql.ConnectionPoolDataSourcegetPooledConnection in class StandardConnectionPoolDataSourcejava.sql.SQLException