Uses of Interface
org.postgresql.core.ResultHandler

Packages that use ResultHandler
org.postgresql.core   
org.postgresql.core.v2   
org.postgresql.core.v3   
org.postgresql.jdbc2   
 

Uses of ResultHandler in org.postgresql.core
 

Methods in org.postgresql.core with parameters of type ResultHandler
 void QueryExecutor.execute(Query[] queries, ParameterList[] parameterLists, ResultHandler handler, int maxRows, int fetchSize, int flags)
          Execute several Query, passing results to a provided ResultHandler.
 void QueryExecutor.execute(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags)
          Execute a Query, passing results to a provided ResultHandler.
 void QueryExecutor.fetch(ResultCursor cursor, ResultHandler handler, int fetchSize)
          Fetch additional rows from a cursor.
 

Uses of ResultHandler in org.postgresql.core.v2
 

Methods in org.postgresql.core.v2 with parameters of type ResultHandler
 void QueryExecutorImpl.execute(Query[] queries, ParameterList[] parameters, ResultHandler handler, int maxRows, int fetchSize, int flags)
           
 void QueryExecutorImpl.execute(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags)
           
 void QueryExecutorImpl.fetch(ResultCursor cursor, ResultHandler handler, int rows)
           
protected  void QueryExecutorImpl.processResults(Query originalQuery, ResultHandler handler, int maxRows, int flags)
           
 

Uses of ResultHandler in org.postgresql.core.v3
 

Methods in org.postgresql.core.v3 with parameters of type ResultHandler
 void QueryExecutorImpl.execute(Query[] queries, ParameterList[] parameterLists, ResultHandler handler, int maxRows, int fetchSize, int flags)
           
 void QueryExecutorImpl.execute(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags)
           
 void QueryExecutorImpl.fetch(ResultCursor cursor, ResultHandler handler, int fetchSize)
           
protected  void QueryExecutorImpl.processResults(ResultHandler handler, int flags)
           
 

Uses of ResultHandler in org.postgresql.jdbc2
 

Classes in org.postgresql.jdbc2 that implement ResultHandler
 class AbstractJdbc2ResultSet.CursorResultHandler
           
 class AbstractJdbc2Statement.StatementResultHandler
           
 



Copyright © 2013. All Rights Reserved.