Uses of Interface
org.postgresql.core.BaseStatement

Packages that use BaseStatement
org.postgresql.jdbc   
 

Uses of BaseStatement in org.postgresql.jdbc
 

Classes in org.postgresql.jdbc that implement BaseStatement
 class PgStatement
           
 

Fields in org.postgresql.jdbc declared as BaseStatement
protected  BaseStatement PgResultSet.statement
           
 

Methods in org.postgresql.jdbc that return BaseStatement
 BaseStatement PgResultSet.getPGStatement()
           
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.