odbcConnectionColumns_,Snowflake,character-method {odbc} | R Documentation |
Connecting to Snowflake via ODBC
Description
odbcConnectionColumns()
If the catalog, or the schema arguments are NULL, attempt to infer by querying for CURRENT_DATABASE() and CURRENT_SCHEMA(). We do this to aid with performance, as the SQLColumns method is more performant when restricted to a particular DB/schema.
Usage
## S4 method for signature 'Snowflake,character'
dbExistsTableForWrite(conn, name, ..., catalog_name = NULL, schema_name = NULL)
Arguments
conn |
A DBIConnection object, as returned by
|
name |
The table name, passed on to
|
... |
Other parameters passed on to methods. |
catalog_name , schema_name |
Catalog and schema names. |
[Package odbc version 1.5.0 Index]