Uses of Interface
org.postgresql.PGConnection
Packages that use PGConnection
-
Uses of PGConnection in org.postgresql.copy
Constructors in org.postgresql.copy with parameters of type PGConnectionModifierConstructorDescriptionPGCopyInputStream
(PGConnection connection, String sql) Uses given connection for specified COPY TO STDOUT operation.PGCopyOutputStream
(PGConnection connection, String sql) Uses given connection for specified COPY FROM STDIN operation.PGCopyOutputStream
(PGConnection connection, 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.coreModifier and TypeInterfaceDescriptioninterface
Driver-internal connection interface. -
Uses of PGConnection in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement PGConnection