Uses of Class
org.postgresql.jdbc.PgConnection
-
Packages that use PgConnection Package Description org.postgresql.jdbc -
-
Uses of PgConnection in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as PgConnection Modifier and Type Field Description protected PgConnection
PgDatabaseMetaData. connection
protected PgConnection
PgStatement. connection
Constructors in org.postgresql.jdbc with parameters of type PgConnection Constructor Description PgCallableStatement(PgConnection connection, java.lang.String sql, int rsType, int rsConcurrency, int rsHoldability)
PgDatabaseMetaData(PgConnection conn)
PgPreparedStatement(PgConnection connection, java.lang.String sql, int rsType, int rsConcurrency, int rsHoldability)
PgPreparedStatement(PgConnection connection, CachedQuery query, int rsType, int rsConcurrency, int rsHoldability)
PgStatement(PgConnection c, int rsType, int rsConcurrency, int rsHoldability)
-