| Package | Description |
|---|---|
| net.snowflake.client.loader |
| Modifier and Type | Method and Description |
|---|---|
static LoaderProperty |
LoaderProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoaderProperty[] |
LoaderProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamLoader.setProperty(LoaderProperty property,
Object value) |
void |
Loader.setProperty(LoaderProperty property,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static Loader |
LoaderFactory.createLoader(Map<LoaderProperty,Object> properties,
Connection uploadConnection,
Connection processingConnection) |
| Constructor and Description |
|---|
StreamLoader(Map<LoaderProperty,Object> properties,
Connection putConnection,
Connection processConnection) |
Copyright © 2022. All rights reserved.