Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.jdbc |
Modifier and Type | Method and Description |
---|---|
ResultSet |
BaseStatement.createDriverResultSet(Field[] fields,
List<byte[][]> tuples)
Create a synthetic resultset from data provided by the driver.
|
ResultSet |
BaseStatement.createResultSet(Query originalQuery,
Field[] fields,
List<byte[][]> tuples,
ResultCursor cursor)
Create a resultset from data retrieved from the server.
|
void |
ResultHandlerBase.handleResultRows(Query fromQuery,
Field[] fields,
List<byte[][]> tuples,
ResultCursor cursor) |
void |
ResultHandlerDelegate.handleResultRows(Query fromQuery,
Field[] fields,
List<byte[][]> tuples,
ResultCursor cursor) |
void |
ResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
List<byte[][]> tuples,
ResultCursor cursor)
Called when result rows are received from a query.
|
Modifier and Type | Field and Description |
---|---|
protected Field[] |
PgResultSetMetaData.fields |
protected Field[] |
PgResultSet.fields |
Modifier and Type | Method and Description |
---|---|
protected Field |
PgResultSetMetaData.getField(int columnIndex) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Integer> |
PgResultSet.createColumnNameIndexMap(Field[] fields,
boolean isSanitiserDisabled) |
ResultSet |
PgStatement.createDriverResultSet(Field[] fields,
List<byte[][]> tuples) |
ResultSet |
PgStatement.createResultSet(Query originalQuery,
Field[] fields,
List<byte[][]> tuples,
ResultCursor cursor) |
void |
PgStatement.StatementResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
List<byte[][]> tuples,
ResultCursor cursor) |
void |
BatchResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
List<byte[][]> tuples,
ResultCursor cursor) |
void |
PgResultSet.CursorResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
List<byte[][]> tuples,
ResultCursor cursor) |
protected Object |
PgResultSet.internalGetObject(int columnIndex,
Field field) |
Constructor and Description |
---|
PgResultSetMetaData(BaseConnection connection,
Field[] fields) |
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.