Package | Description |
---|---|
org.postgresql.copy | |
org.postgresql.core | |
org.postgresql.core.v3 | |
org.postgresql.util |
Modifier and Type | Method and Description |
---|---|
long |
CopyManager.copyIn(java.lang.String sql,
ByteStreamWriter from)
Use COPY FROM STDIN for very fast copying from an ByteStreamWriter into a database table.
|
void |
PGCopyOutputStream.writeToCopy(ByteStreamWriter from) |
void |
CopyIn.writeToCopy(ByteStreamWriter from)
Writes a ByteStreamWriter to an open and writable copy operation.
|
Modifier and Type | Method and Description |
---|---|
void |
PGStream.send(ByteStreamWriter writer)
Send a fixed-size array of bytes to the backend.
|
void |
ParameterList.setBytea(int index,
ByteStreamWriter writer)
Binds a binary bytea value stored as a ByteStreamWriter.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyInImpl.writeToCopy(ByteStreamWriter from) |
void |
CopyDualImpl.writeToCopy(ByteStreamWriter from) |
void |
QueryExecutorImpl.writeToCopy(CopyOperationImpl op,
ByteStreamWriter from)
Sends data during a live COPY IN operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferByteStreamWriter
A
ByteStreamWriter that writes a java.nio.ByteBuffer to a byte array
parameter. |
Copyright © 2021 PostgreSQL Global Development Group. All rights reserved.