Uses of Class
net.snowflake.client.loader.LoaderProperty
-
Packages that use LoaderProperty Package Description net.snowflake.client.loader -
-
Uses of LoaderProperty in net.snowflake.client.loader
Methods in net.snowflake.client.loader that return LoaderProperty Modifier and Type Method 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.Methods in net.snowflake.client.loader with parameters of type LoaderProperty Modifier and Type Method Description void
Loader. setProperty(LoaderProperty property, Object value)
void
StreamLoader. setProperty(LoaderProperty property, Object value)
Method parameters in net.snowflake.client.loader with type arguments of type LoaderProperty Modifier and Type Method Description static Loader
LoaderFactory. createLoader(Map<LoaderProperty,Object> properties, Connection uploadConnection, Connection processingConnection)
Constructor parameters in net.snowflake.client.loader with type arguments of type LoaderProperty Constructor Description StreamLoader(Map<LoaderProperty,Object> properties, Connection putConnection, Connection processConnection)
-