Uses of Class
com.snowflake.snowpark_java.NotMatchedClauseBuilder
-
Packages that use NotMatchedClauseBuilder Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of NotMatchedClauseBuilder in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return NotMatchedClauseBuilder Modifier and Type Method Description NotMatchedClauseBuilder
MergeBuilder. whenNotMatched()
Adds a not matched clause into the merge action.NotMatchedClauseBuilder
MergeBuilder. whenNotMatched(Column condition)
Adds a matched clause into the merge action.
-