|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||