Uses of Class
org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection

Packages that use AbstractJdbc23PooledConnection
org.postgresql.ds   
org.postgresql.ds.jdbc4   
org.postgresql.xa   
 

Uses of AbstractJdbc23PooledConnection in org.postgresql.ds
 

Subclasses of AbstractJdbc23PooledConnection in org.postgresql.ds
 class PGPooledConnection
          PostgreSQL implementation of the PooledConnection interface.
 

Uses of AbstractJdbc23PooledConnection in org.postgresql.ds.jdbc4
 

Subclasses of AbstractJdbc23PooledConnection in org.postgresql.ds.jdbc4
 class AbstractJdbc4PooledConnection
           
 

Uses of AbstractJdbc23PooledConnection in org.postgresql.xa
 

Subclasses of AbstractJdbc23PooledConnection in org.postgresql.xa
 class PGXAConnection
          The PostgreSQL implementation of XAResource.
 



Copyright © 2013. All Rights Reserved.