org.enhydra.jdbc.sybase
Class SybasePooledConnection

java.lang.Object
  extended by org.enhydra.jdbc.standard.StandardPooledConnection
      extended by org.enhydra.jdbc.sybase.SybasePooledConnection
All Implemented Interfaces:
javax.sql.PooledConnection

public class SybasePooledConnection
extends StandardPooledConnection


Field Summary
 
Fields inherited from class org.enhydra.jdbc.standard.StandardPooledConnection
con, connectionHandle, dataSource, log
 
Constructor Summary
SybasePooledConnection(javax.sql.ConnectionPoolDataSource dataSource, java.lang.String user, java.lang.String password)
           
 
Method Summary
protected  void newConnectionHandle()
           
 
Methods inherited from class org.enhydra.jdbc.standard.StandardPooledConnection
addConnectionEventListener, close, connectionErrorOccurred, getConnection, getPhysicalConnection, removeConnectionEventListener, setLogger, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.sql.PooledConnection
addStatementEventListener, removeStatementEventListener
 

Constructor Detail

SybasePooledConnection

public SybasePooledConnection(javax.sql.ConnectionPoolDataSource dataSource,
                              java.lang.String user,
                              java.lang.String password)
                       throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

newConnectionHandle

protected void newConnectionHandle()
Overrides:
newConnectionHandle in class StandardPooledConnection