Uses of Class
net.snowflake.ingest.utils.Constants.WriteMode
-
Packages that use Constants.WriteMode Package Description net.snowflake.ingest.utils -
-
Uses of Constants.WriteMode in net.snowflake.ingest.utils
Methods in net.snowflake.ingest.utils that return Constants.WriteMode Modifier and Type Method Description static Constants.WriteMode
Constants.WriteMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.WriteMode[]
Constants.WriteMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-