Package | Description |
---|---|
org.postgresql.copy | |
org.postgresql.core | |
org.postgresql.jdbc |
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.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
BaseConnection |
Driver-internal connection interface.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PgConnection |
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.