odbcConnectionSchemas: odbcConnectionSchemas

odbcConnectionSchemasR Documentation

odbcConnectionSchemas

Description

This function returns a listing of available schemas.

Usage

odbcConnectionSchemas(conn, catalog_name)

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

## S4 method for signature '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.


odbc documentation built on July 9, 2023, 7:04 p.m.