Package | Description |
---|---|
org.postgresql.copy | |
org.postgresql.core | |
org.postgresql.core.v3 | |
org.postgresql.fastpath | |
org.postgresql.largeobject | |
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 | Method and Description |
---|---|
static FastpathArg |
FastpathArg.of(ByteStreamWriter writer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LargeObject.write(ByteStreamWriter writer)
Writes some data from a given writer to the object.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferByteStreamWriter
A
ByteStreamWriter that writes a java.nio.ByteBuffer to a byte array
parameter. |
Modifier and Type | Method and Description |
---|---|
static ByteStreamWriter |
ByteStreamWriter.of(java.nio.ByteBuffer... buf) |
Copyright © 2024 PostgreSQL Global Development Group. All rights reserved.