Skip to contents

This function returns a listing of available schemas.

Usage

odbcConnectionSchemas(conn, catalog_name = NULL)

# S4 method for OdbcConnection
odbcConnectionSchemas(conn, catalog_name = NULL)

Arguments

conn

OdbcConnection

catalog_name

Catalog where we are looking to list schemas.

Details

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.