fetch_columns {sqlHelpers} | R Documentation |
Retrieve the columns/types in a table.
Description
Retrieve the columns/types in a table.
Usage
fetch_columns(con, schema, table)
Arguments
con |
A database connection. |
schema |
A string, the schema to query. |
table |
A string, the table to query. |
Value
A data.table.
Examples
fetch_columns(con = NULL)
[Package sqlHelpers version 0.1.2 Index]