Uses of Class
org.postgresql.jdbc3.AbstractJdbc3Connection

Packages that use AbstractJdbc3Connection
org.postgresql.jdbc3   
org.postgresql.jdbc3g   
org.postgresql.jdbc4   
 

Uses of AbstractJdbc3Connection in org.postgresql.jdbc3
 

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

Constructors in org.postgresql.jdbc3 with parameters of type AbstractJdbc3Connection
AbstractJdbc3DatabaseMetaData(AbstractJdbc3Connection conn)
           
AbstractJdbc3Statement(AbstractJdbc3Connection c, int rsType, int rsConcurrency, int rsHoldability)
           
AbstractJdbc3Statement(AbstractJdbc3Connection connection, String sql, boolean isCallable, int rsType, int rsConcurrency, int rsHoldability)
           
 

Uses of AbstractJdbc3Connection in org.postgresql.jdbc3g
 

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

Constructors in org.postgresql.jdbc3g with parameters of type AbstractJdbc3Connection
AbstractJdbc3gStatement(AbstractJdbc3Connection c, int rsType, int rsConcurrency, int rsHoldability)
           
AbstractJdbc3gStatement(AbstractJdbc3Connection connection, String sql, boolean isCallable, int rsType, int rsConcurrency, int rsHoldability)
           
 

Uses of AbstractJdbc3Connection in org.postgresql.jdbc4
 

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



Copyright © 2013. All Rights Reserved.