Uses of Interface
org.postgresql.core.ResultCursor

Packages that use ResultCursor
org.postgresql.core   
org.postgresql.core.v2   
org.postgresql.core.v3   
org.postgresql.jdbc   
 

Uses of ResultCursor in org.postgresql.core
 

Methods in org.postgresql.core with parameters of type ResultCursor
 ResultSet BaseStatement.createResultSet(Query originalQuery, Field[] fields, List<byte[][]> 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, List<byte[][]> 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.jdbc
 

Fields in org.postgresql.jdbc declared as ResultCursor
protected  ResultCursor PgResultSet.cursor
           
 

Methods in org.postgresql.jdbc with parameters of type ResultCursor
 ResultSet PgStatement.createResultSet(Query originalQuery, Field[] fields, List<byte[][]> tuples, ResultCursor cursor)
           
 void PgStatement.StatementResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<byte[][]> tuples, ResultCursor cursor)
           
 void PgResultSet.CursorResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<byte[][]> tuples, ResultCursor cursor)
           
 void BatchResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<byte[][]> tuples, ResultCursor cursor)
           
 



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