| 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 |
ResultHandlerDelegate.handleResultRows(Query fromQuery,
Field[] fields,
List<byte[][]> tuples,
ResultCursor cursor) |
void |
ResultHandlerBase.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 |
|---|---|
Field |
PgResultSetMetaData.getField(int columnIndex)
For several routines in this package, we need to convert a columnIndex into a Field[]
descriptor.
|
| 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 |
BatchResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
List<byte[][]> tuples,
ResultCursor cursor) |
void |
PgStatement.StatementResultHandler.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)
Initialise for a result with a tuple set and a field descriptor set
|
Copyright © 2023 openGauss. All rights reserved.