| fetch_columns | R Documentation |
Retrieve the columns/types in a table.
fetch_columns(con, schema, table)
con |
A database connection. |
schema |
A string, the schema to query. |
table |
A string, the table to query. |
A data.table.
fetch_columns(con = NULL)