Uses of Class
org.postgresql.core.Field
Packages that use Field
-
Uses of Field in org.postgresql.core
Methods in org.postgresql.core with parameters of type FieldModifier 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) void
SetupQueryRunner.SimpleResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) -
Uses of Field in org.postgresql.core.v3
Fields in org.postgresql.core.v3 declared as FieldModifier and TypeFieldDescriptionprivate Field[]
SimpleQuery.fields
The stored fields from previous execution or describe of a prepared statement.private static final Field[]
QueryExecutorImpl.NO_FIELDS
Methods in org.postgresql.core.v3 that return FieldModifier and TypeMethodDescription(package private) Field[]
SimpleQuery.getFields()
Returns the fields that this query will return.private Field[]
QueryExecutorImpl.receiveFields()
Methods in org.postgresql.core.v3 with parameters of type Field -
Uses of Field in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as FieldModifier and TypeFieldDescriptionprotected final Field[]
PgResultSet.fields
protected final Field[]
PgResultSetMetaData.fields
Methods in org.postgresql.jdbc that return FieldModifier and TypeMethodDescriptionprotected Field
PgResultSetMetaData.getField
(int columnIndex) For several routines in this package, we need to convert a columnIndex into a Field[] descriptor.Methods in org.postgresql.jdbc with parameters of type FieldModifier and TypeMethodDescriptionPgResultSet.createColumnNameIndexMap
(Field[] fields, boolean isSanitiserDisabled) PgStatement.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
CallableBatchResultHandler.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) private void
PgResultSet.initSqlType
(Field field) protected Object
PgResultSet.internalGetObject
(int columnIndex, Field field) private int
PgArray.storeValues
(byte[] fieldBytes, List<Tuple> rows, Field[] fields, int elementOid, int[] dims, int pos, int thisDimension, int index) Constructors in org.postgresql.jdbc with parameters of type FieldModifierConstructorDescription(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) PgResultSetMetaData
(BaseConnection connection, Field[] fields) Initialise for a result with a tuple set and a field descriptor set