Uses of Class
com.snowflake.snowpark_java.SProcRegistration
-
Packages that use SProcRegistration Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of SProcRegistration in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return SProcRegistration Modifier and Type Method Description SProcRegistration
Session. sproc()
Returns a SProcRegistration object that you can use to register Stored Procedures.
-