| Package | Description |
|---|---|
| net.snowflake.client.loader |
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadResultListener.addOperationRecordCount(Operation op,
int i) |
void |
LoadResultListener.addProcessedRecordCount(Operation op,
int i) |
void |
LoadResultListener.recordProvided(Operation op,
Object[] record) |
void |
StreamLoader.resetOperation(Operation op) |
void |
Loader.resetOperation(Operation op)
If operation is changed, previous data is committed
|
Copyright © 2022. All rights reserved.