| Package | Description |
|---|---|
| org.postgresql.jdbc |
| Modifier and Type | Field and Description |
|---|---|
protected PgConnection |
PgDatabaseMetaData.connection |
| Constructor and Description |
|---|
PgCallableStatement(PgConnection connection,
java.lang.String sql,
int rsType,
int rsConcurrency,
int rsHoldability) |
PgDatabaseMetaData(PgConnection conn) |
PgPreparedStatement(PgConnection connection,
CachedQuery query,
int rsType,
int rsConcurrency,
int rsHoldability) |
PgPreparedStatement(PgConnection connection,
java.lang.String sql,
int rsType,
int rsConcurrency,
int rsHoldability) |
PgStatement(PgConnection c,
int rsType,
int rsConcurrency,
int rsHoldability) |