Uses of Class
org.postgresql.core.Field
-
Packages that use Field Package Description org.postgresql.core org.postgresql.core.v3 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 java.sql.ResultSetBaseStatement. createDriverResultSet(Field[] fields, java.util.List<Tuple> tuples)Create a synthetic resultset from data provided by the driver.java.sql.ResultSetBaseStatement. createResultSet(Query originalQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)Create a resultset from data retrieved from the server.voidResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)Called when result rows are received from a query.voidResultHandlerBase. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidResultHandlerDelegate. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidSetupQueryRunner.SimpleResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor) -
Uses of Field in org.postgresql.core.v3
Fields in org.postgresql.core.v3 declared as Field Modifier and Type Field Description private Field[]SimpleQuery. fieldsThe stored fields from previous execution or describe of a prepared statement.private static Field[]QueryExecutorImpl. NO_FIELDSMethods in org.postgresql.core.v3 that return Field Modifier and Type Method Description (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 Modifier and Type Method Description (package private) voidSimpleQuery. setFields(Field[] fields)Sets the fields that this query will return.private booleanQueryExecutorImpl. useBinary(Field field)Returns true if the specified field should be retrieved using binary encoding. -
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 java.util.Map<java.lang.String,java.lang.Integer>PgResultSet. createColumnNameIndexMap(Field[] fields, boolean isSanitiserDisabled)java.sql.ResultSetPgStatement. createDriverResultSet(Field[] fields, java.util.List<Tuple> tuples)java.sql.ResultSetPgStatement. createResultSet(Query originalQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidBatchResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidCallableBatchResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidPgResultSet.CursorResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidPgStatement.StatementResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)private voidPgResultSet. initSqlType(Field field)protected java.lang.ObjectPgResultSet. internalGetObject(int columnIndex, Field field)private intPgArray. storeValues(byte[] fieldBytes, java.util.List<Tuple> rows, Field[] fields, int elementOid, int[] dims, int pos, int thisDimension, int index)Constructors in org.postgresql.jdbc with parameters of type Field Constructor Description PgResultSet(Query originalQuery, BaseStatement statement, Field[] fields, java.util.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
-