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