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) -
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) voidPgResultSet.CursorResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) voidPgStatement.StatementResultHandler.handleResultRows(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) protected ObjectPgResultSet.internalGetObject(int columnIndex, Field field) Constructors in org.postgresql.jdbc with parameters of type FieldModifierConstructorDescriptionPgResultSetMetaData(BaseConnection connection, Field[] fields) Initialise for a result with a tuple set and a field descriptor set