Package | Description |
---|---|
org.postgresql.jdbc |
Modifier and Type | Class and Description |
---|---|
(package private) class |
PgCallableStatement |
(package private) class |
PgPreparedStatement |
class |
PgStatement |
Modifier and Type | Field and Description |
---|---|
protected BaseStatement |
PgResultSet.statement |
Modifier and Type | Method and Description |
---|---|
BaseStatement |
PgResultSet.getPGStatement() |
Constructor and 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) |