Uses of Class
com.snowflake.snowpark_java.Updatable
-
Packages that use Updatable Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of Updatable in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return Updatable Modifier and Type Method Description Updatable
Updatable. clone()
Returns a clone of this Updatable.Updatable
Session. table(String name)
Returns a Updatable that points to the specified table.Updatable
Session. table(String[] multipartIdentifier)
Returns an Updatable that points to the specified table.
-