Uses of Interface
org.postgresql.core.BaseStatement

Packages that use BaseStatement
org.postgresql.jdbc2   
org.postgresql.jdbc3   
org.postgresql.jdbc3g   
 

Uses of BaseStatement in org.postgresql.jdbc2
 

Classes in org.postgresql.jdbc2 that implement BaseStatement
 class AbstractJdbc2Statement
          This class defines methods of the jdbc2 specification.
 

Fields in org.postgresql.jdbc2 declared as BaseStatement
protected  BaseStatement AbstractJdbc2ResultSet.statement
           
 

Methods in org.postgresql.jdbc2 that return BaseStatement
 BaseStatement AbstractJdbc2ResultSet.getPGStatement()
           
 

Constructors in org.postgresql.jdbc2 with parameters of type BaseStatement
AbstractJdbc2ResultSet(Query originalQuery, BaseStatement statement, Field[] fields, Vector tuples, ResultCursor cursor, int maxRows, int maxFieldSize, int rsType, int rsConcurrency)
           
 

Uses of BaseStatement in org.postgresql.jdbc3
 

Classes in org.postgresql.jdbc3 that implement BaseStatement
 class AbstractJdbc3Statement
          This class defines methods of the jdbc3 specification.
 

Constructors in org.postgresql.jdbc3 with parameters of type BaseStatement
AbstractJdbc3ResultSet(Query originalQuery, BaseStatement statement, Field[] fields, Vector tuples, ResultCursor cursor, int maxRows, int maxFieldSize, int rsType, int rsConcurrency, int rsHoldability)
           
 

Uses of BaseStatement in org.postgresql.jdbc3g
 

Classes in org.postgresql.jdbc3g that implement BaseStatement
 class AbstractJdbc3gStatement
           
 

Constructors in org.postgresql.jdbc3g with parameters of type BaseStatement
AbstractJdbc3gResultSet(Query originalQuery, BaseStatement statement, Field[] fields, Vector tuples, ResultCursor cursor, int maxRows, int maxFieldSize, int rsType, int rsConcurrency, int rsHoldability)
           
 



Copyright © 2013. All Rights Reserved.