Uses of Class
org.postgresql.jdbc2.ResultWrapper

Packages that use ResultWrapper
org.postgresql.jdbc2   
 

Uses of ResultWrapper in org.postgresql.jdbc2
 

Fields in org.postgresql.jdbc2 declared as ResultWrapper
protected  ResultWrapper AbstractJdbc2Statement.firstUnclosedResult
          The first unclosed result.
protected  ResultWrapper AbstractJdbc2Statement.generatedKeys
          Results returned by a statement that wants generated keys.
protected  ResultWrapper AbstractJdbc2Statement.result
          The current results.
 

Methods in org.postgresql.jdbc2 that return ResultWrapper
 ResultWrapper ResultWrapper.getNext()
           
 

Methods in org.postgresql.jdbc2 with parameters of type ResultWrapper
 void ResultWrapper.append(ResultWrapper newResult)
           
 



Copyright © 2013. All Rights Reserved.