Uses of Interface
org.postgresql.PGConnection
-
Packages that use PGConnection Package Description org.postgresql.copy org.postgresql.core org.postgresql.jdbc -
-
Uses of PGConnection in org.postgresql.copy
Constructors in org.postgresql.copy with parameters of type PGConnection Constructor Description PGCopyInputStream(PGConnection connection, java.lang.String sql)
Uses given connection for specified COPY TO STDOUT operation.PGCopyOutputStream(PGConnection connection, java.lang.String sql)
Uses given connection for specified COPY FROM STDIN operation.PGCopyOutputStream(PGConnection connection, java.lang.String sql, int bufferSize)
Uses given connection for specified COPY FROM STDIN operation. -
Uses of PGConnection in org.postgresql.core
Subinterfaces of PGConnection in org.postgresql.core Modifier and Type Interface Description interface
BaseConnection
Driver-internal connection interface. -
Uses of PGConnection in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement PGConnection Modifier and Type Class Description class
PgConnection
-