Catalog¶
Catalog module for Snowpark.
Catalog
|
Check if the given database exists. |
|
Check if the given database exists. |
|
Drop the given database. |
|
Drop the given schema in the given database. |
|
Drop the given table in the given database and schema. |
|
Drop the given view in the given database and schema. |
|
Drop the given database. |
|
Drop the given schema in the given database. |
|
Drop the given table in the given database and schema. |
|
Drop the given view in the given database and schema. |
Get the current database. |
|
Get the current schema. |
|
|
Name of the database to get |
|
Get the procedure by name and argument types in given database and schema. |
|
Name of the schema to get. |
|
Get the table by name in given database and schema. |
|
Get the user defined function by name and argument types in given database and schema. |
|
Get the view by name in given database and schema. |
Get the current database. |
|
Get the current schema. |
|
|
Name of the database to get |
|
Get the procedure by name and argument types in given database and schema. |
|
Name of the schema to get. |
|
Get the table by name in given database and schema. |
|
Get the user defined function by name and argument types in given database and schema. |
|
Get the view by name in given database and schema. |
|
List columns in the given table. |
|
List databases in the current session. |
|
List of procedures in the given database and schema. |
|
List schemas in the current session. |
|
List tables in the current session. |
|
List of user defined functions in the given database and schema. |
|
List views in the current session. |
|
List columns in the given table. |
|
List databases in the current session. |
|
List of procedures in the given database and schema. |
|
List schemas in the current session. |
|
List tables in the current session. |
|
List of user defined functions in the given database and schema. |
|
List views in the current session. |
|
Check if the given procedure exists in the given database and schema. |
|
Check if the given procedure exists in the given database and schema. |
|
Check if the given schema exists in the given database. |
|
Check if the given schema exists in the given database. |
|
Set the current default database for the session. |
|
Set the current default schema for the session. |
|
Set the current default database for the session. |
|
Set the current default schema for the session. |
|
Check if the given table exists in the given database and schema. |
|
Check if the given table exists in the given database and schema. |
|
Check if the given user defined function exists in the given database and schema. |
|
Check if the given user defined function exists in the given database and schema. |
|
Check if the given view exists in the given database and schema. |
|
Check if the given view exists in the given database and schema. |