
Last chance! 50% off unlimited learning
Sale ends in
This function returns a listing of available schemas.
odbcConnectionSchemas(conn, catalog_name = NULL)# S4 method for OdbcConnection
odbcConnectionSchemas(conn, catalog_name = NULL)
OdbcConnection
Catalog where we are looking to list schemas.
Currently, for a generic connection the catalog_name argument is ignored.
Databricks supports multiple catalogs. On the other hand,
the default implementation of odbcConnectionSchemas
which routes through
SQLTables
is likely to enumerate the schemas in the currently active
catalog only.
This implementation will respect the catalog_name
arrgument.