Uses of Class
org.postgresql.core.Tuple
Packages that use Tuple
-
Uses of Tuple in org.postgresql.core
Fields in org.postgresql.core with type parameters of type TupleMethods in org.postgresql.core that return TupleModifier and TypeMethodDescriptionprivate TupleTuple.copy(boolean forUpdate) Tuple.readOnlyCopy()Create a read-only copy of the tuplePGStream.receiveTupleV3()Read a tuple from the back end.static TupleSetupQueryRunner.run(QueryExecutor executor, String queryString, boolean wantResults) Tuple.updateableCopy()Create a copy of the tuple for updating.Methods in org.postgresql.core that return types with arguments of type TupleMethod 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.voidResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) Called when result rows are received from a query.voidResultHandlerBase.handleResultRows(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) voidResultHandlerDelegate.handleResultRows(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) voidSetupQueryRunner.SimpleResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) -
Uses of Tuple in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as TupleModifier and TypeFieldDescriptionprivate TuplePgResultSet.rowBufferprotected TuplePgResultSet.thisRowFields in org.postgresql.jdbc with type parameters of type TupleModifier and TypeFieldDescriptionBatchResultHandler.allGeneratedRowsBatchResultHandler.latestGeneratedRowsPgResultSet.rowsMethods in org.postgresql.jdbc with parameters of type TupleModifier and TypeMethodDescriptionprivate voidPgResultSet.setRowBufferColumn(Tuple rowBuffer, int columnIndex, Object valueObject) private voidPgResultSet.updateRowBuffer(PreparedStatement insertStatement, Tuple rowBuffer, Map<String, Object> updateValues) Method parameters in org.postgresql.jdbc with type arguments of type TupleModifier and TypeMethodDescription(package private) voidUsed to add rows to an already existing ResultSet that exactly match the existing rows.PgStatement.createDriverResultSet(Field[] fields, List<Tuple> tuples) PgStatement.createResultSet(Query originalQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) voidBatchResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) voidCallableBatchResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) voidPgResultSet.CursorResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) voidPgStatement.StatementResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) private intPgArray.storeValues(byte[] fieldBytes, List<Tuple> rows, Field[] fields, int elementOid, int[] dims, int pos, int thisDimension, int index) Constructor parameters in org.postgresql.jdbc with type arguments of type TupleModifierConstructorDescription(package private)PgResultSet(Query originalQuery, BaseStatement statement, Field[] fields, List<Tuple> tuples, ResultCursor cursor, int maxRows, int maxFieldSize, int rsType, int rsConcurrency, int rsHoldability, boolean adaptiveFetch)