getTableColumns {datrProfile} | R Documentation |
getTableColumns
Description
Issues query against the RDBS to retrieve information about each column of the table. Name, type, length, precision, etc.
Usage
getTableColumns(conn.info, schema, table)
Arguments
conn.info |
Connection info created with |
schema |
Table schema |
table |
Table name |
Value
data frame containing the columns' metadata
[Package datrProfile version 0.1.0 Index]