This function returns a listing of available schemas.
odbcConnectionSchemas(conn, catalog_name)# S4 method for OdbcConnection,ANY
odbcConnectionSchemas(conn, catalog_name = NULL)
# S4 method for OdbcConnection,character
odbcConnectionSchemas(conn, catalog_name)
OdbcConnection
Catalog where we are looking to list schemas.
Currently, for a generic connection the catalog_name argument is ignored.