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.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 Field in org.postgresql.core.v3
Fields in org.postgresql.core.v3 declared as FieldModifier and TypeFieldDescriptionprivate Field[]SimpleQuery.fieldsThe stored fields from previous execution or describe of a prepared statement.private static final Field[]QueryExecutorImpl.NO_FIELDSMethods 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.fieldsprotected final Field[]PgResultSetMetaData.fieldsMethods in org.postgresql.jdbc that return FieldModifier and TypeMethodDescriptionprotected FieldPgResultSetMetaData.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) 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 voidPgResultSet.initSqlType(Field field) protected ObjectPgResultSet.internalGetObject(int columnIndex, Field field) private intPgArray.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