Uses of Class
org.postgresql.jdbc2.AbstractJdbc2Connection

Packages that use AbstractJdbc2Connection
org.postgresql.jdbc2   
org.postgresql.jdbc3   
org.postgresql.jdbc3g   
org.postgresql.jdbc4   
 

Uses of AbstractJdbc2Connection in org.postgresql.jdbc2
 

Fields in org.postgresql.jdbc2 declared as AbstractJdbc2Connection
protected  AbstractJdbc2Connection AbstractJdbc2DatabaseMetaData.connection
           
 

Constructors in org.postgresql.jdbc2 with parameters of type AbstractJdbc2Connection
AbstractJdbc2DatabaseMetaData(AbstractJdbc2Connection conn)
           
AbstractJdbc2Statement(AbstractJdbc2Connection c, int rsType, int rsConcurrency)
           
AbstractJdbc2Statement(AbstractJdbc2Connection connection, String sql, boolean isCallable, int rsType, int rsConcurrency)
           
 

Uses of AbstractJdbc2Connection in org.postgresql.jdbc3
 

Subclasses of AbstractJdbc2Connection in org.postgresql.jdbc3
 class AbstractJdbc3Connection
          This class defines methods of the jdbc3 specification.
 class Jdbc3Connection
          This class implements the java.sql.Connection interface for JDBC3.
 

Uses of AbstractJdbc2Connection in org.postgresql.jdbc3g
 

Subclasses of AbstractJdbc2Connection in org.postgresql.jdbc3g
 class AbstractJdbc3gConnection
           
 class Jdbc3gConnection
          This class implements the java.sql.Connection interface for JDBC3.
 

Uses of AbstractJdbc2Connection in org.postgresql.jdbc4
 

Subclasses of AbstractJdbc2Connection in org.postgresql.jdbc4
 class Jdbc4Connection
          This class implements the java.sql.Connection interface for JDBC4.
 



Copyright © 2013. All Rights Reserved.