org.enhydra.jdbc.sybase
Class SybasePooledConnection

java.lang.Object
  |
  +--org.enhydra.jdbc.standard.StandardPooledConnection
        |
        +--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
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SybasePooledConnection

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

newConnectionHandle

protected void newConnectionHandle()
Overrides:
newConnectionHandle in class StandardPooledConnection