Uses of Interface
org.postgresql.PGConnection

Packages that use PGConnection
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
PGCopyInputStream(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.core
 interface BaseConnection
          Driver-internal connection interface.
 

Uses of PGConnection in org.postgresql.jdbc
 

Classes in org.postgresql.jdbc that implement PGConnection
 class PgConnection
           
 



Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.