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 UpdatableUpdatable. clone()Returns a clone of this Updatable.UpdatableSession. table(String name)Returns a Updatable that points to the specified table.UpdatableSession. table(String[] multipartIdentifier)Returns an Updatable that points to the specified table.
-