Uses of Class
net.snowflake.client.loader.LoadingError.ErrorProperty
-
Packages that use LoadingError.ErrorProperty Package Description net.snowflake.client.loader -
-
Uses of LoadingError.ErrorProperty in net.snowflake.client.loader
Methods in net.snowflake.client.loader that return LoadingError.ErrorProperty Modifier and Type Method Description static LoadingError.ErrorProperty
LoadingError.ErrorProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadingError.ErrorProperty[]
LoadingError.ErrorProperty. 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 LoadingError.ErrorProperty Modifier and Type Method Description String
LoadingError. getProperty(LoadingError.ErrorProperty p)
void
LoadingError. setProperty(LoadingError.ErrorProperty p, String value)
-