Uses of Class
org.postgresql.jdbc.PgConnection
Packages that use PgConnection
-
Uses of PgConnection in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as PgConnectionModifier and TypeFieldDescriptionprotected final PgConnection
PgDatabaseMetaData.connection
protected final PgConnection
PgStatement.connection
Constructors in org.postgresql.jdbc with parameters of type PgConnectionModifierConstructorDescription(package private)
PgCallableStatement
(PgConnection connection, String sql, int rsType, int rsConcurrency, int rsHoldability) (package private)
PgPreparedStatement
(PgConnection connection, String sql, int rsType, int rsConcurrency, int rsHoldability) (package private)
PgPreparedStatement
(PgConnection connection, CachedQuery query, int rsType, int rsConcurrency, int rsHoldability) (package private)
PgStatement
(PgConnection c, int rsType, int rsConcurrency, int rsHoldability)