Uses of Class
org.postgresql.core.Field
-
Packages that use Field Package Description org.postgresql.core org.postgresql.jdbc -
-
Uses of Field in org.postgresql.core
Methods in org.postgresql.core with parameters of type Field Modifier and Type Method Description ResultSetBaseStatement. createDriverResultSet(Field[] fields, List<Tuple> tuples)Create a synthetic resultset from data provided by the driver.ResultSetBaseStatement. 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 Field Modifier and Type Field Description protected Field[]PgResultSet. fieldsprotected Field[]PgResultSetMetaData. fieldsMethods in org.postgresql.jdbc that return Field Modifier and Type Method Description protected 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 Field Modifier and Type Method Description static Map<String,Integer>PgResultSet. createColumnNameIndexMap(Field[] fields, boolean isSanitiserDisabled)ResultSetPgStatement. createDriverResultSet(Field[] fields, List<Tuple> tuples)ResultSetPgStatement. 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 Field Constructor Description PgResultSetMetaData(BaseConnection connection, Field[] fields)Initialise for a result with a tuple set and a field descriptor set
-