Uses of Interface
org.postgresql.core.ResultCursor

Packages that use ResultCursor
org.postgresql.core   
org.postgresql.core.v2   
org.postgresql.core.v3   
org.postgresql.jdbc2   
org.postgresql.jdbc3   
org.postgresql.jdbc3g   
 

Uses of ResultCursor in org.postgresql.core
 

Methods in org.postgresql.core with parameters of type ResultCursor
 ResultSet BaseStatement.createResultSet(Query originalQuery, Field[] fields, Vector tuples, ResultCursor cursor)
          Create a resultset from data retrieved from the server.
 void QueryExecutor.fetch(ResultCursor cursor, ResultHandler handler, int fetchSize)
          Fetch additional rows from a cursor.
 void ResultHandler.handleResultRows(Query fromQuery, Field[] fields, Vector tuples, ResultCursor cursor)
          Called when result rows are received from a query.
 

Uses of ResultCursor in org.postgresql.core.v2
 

Methods in org.postgresql.core.v2 with parameters of type ResultCursor
 void QueryExecutorImpl.fetch(ResultCursor cursor, ResultHandler handler, int rows)
           
 

Uses of ResultCursor in org.postgresql.core.v3
 

Methods in org.postgresql.core.v3 with parameters of type ResultCursor
 void QueryExecutorImpl.fetch(ResultCursor cursor, ResultHandler handler, int fetchSize)
           
 

Uses of ResultCursor in org.postgresql.jdbc2
 

Fields in org.postgresql.jdbc2 declared as ResultCursor
protected  ResultCursor AbstractJdbc2ResultSet.cursor
           
 

Methods in org.postgresql.jdbc2 with parameters of type ResultCursor
abstract  ResultSet AbstractJdbc2Statement.createResultSet(Query originalQuery, Field[] fields, Vector tuples, ResultCursor cursor)
           
 void AbstractJdbc2Statement.StatementResultHandler.handleResultRows(Query fromQuery, Field[] fields, Vector tuples, ResultCursor cursor)
           
 void AbstractJdbc2ResultSet.CursorResultHandler.handleResultRows(Query fromQuery, Field[] fields, Vector tuples, ResultCursor cursor)
           
 

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

Uses of ResultCursor in org.postgresql.jdbc3
 

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

Uses of ResultCursor in org.postgresql.jdbc3g
 

Constructors in org.postgresql.jdbc3g with parameters of type ResultCursor
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.