Uses of Class
org.postgresql.core.Tuple
Packages that use Tuple
-
Uses of Tuple in org.postgresql.core
Methods in org.postgresql.core that return TupleModifier and TypeMethodDescriptionTuple.readOnlyCopy()
Create a read-only copy of the tuplePGStream.receiveTupleV3()
Read a tuple from the back end.static Tuple
SetupQueryRunner.run
(QueryExecutor executor, String queryString, boolean wantResults) Tuple.updateableCopy()
Create a copy of the tuple for updating.Method parameters in org.postgresql.core with type arguments of type TupleModifier and TypeMethodDescriptionBaseStatement.createDriverResultSet
(Field[] fields, List<Tuple> tuples) Create a synthetic resultset from data provided by the driver.BaseStatement.createResultSet
(Query originalQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) Create a resultset from data retrieved from the server.void
ResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) Called when result rows are received from a query.void
ResultHandlerBase.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) void
ResultHandlerDelegate.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) -
Uses of Tuple in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as TupleFields in org.postgresql.jdbc with type parameters of type TupleMethod parameters in org.postgresql.jdbc with type arguments of type TupleModifier and TypeMethodDescriptionPgStatement.createDriverResultSet
(Field[] fields, List<Tuple> tuples) PgStatement.createResultSet
(Query originalQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) void
BatchResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) void
PgResultSet.CursorResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) void
PgStatement.StatementResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor)