Learn R Programming

odbc (version 1.3.5)

odbcConnectionSchemas: odbcConnectionSchemas

Description

This function returns a listing of available schemas.

Usage

odbcConnectionSchemas(conn, catalog_name)

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

# S4 method for OdbcConnection,character odbcConnectionSchemas(conn, catalog_name)

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.