| Package | Description |
|---|---|
| com.amazon.redshift.copy | |
| com.amazon.redshift.core.v3 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CopyDual
Bidirectional via copy stream protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedshiftCopyOutputStream
OutputStream for buffered input into a Redshift COPY FROM STDIN operation.
|
| Modifier and Type | Method and Description |
|---|---|
CopyIn |
CopyManager.copyIn(String sql) |
| Constructor and Description |
|---|
RedshiftCopyOutputStream(CopyIn op)
Use given CopyIn operation for writing.
|
RedshiftCopyOutputStream(CopyIn op,
int bufferSize)
Use given CopyIn operation for writing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CopyDualImpl |
class |
CopyInImpl
COPY FROM STDIN operation.
|
Copyright © 2024 Amazon.com Inc.. All rights reserved.