R/db_check_misc.R
get_tbl_pkeys.Rd
Get table primary key fields
get_tbl_pkeys(con, tbl)
connexion object returned by DBI::dbConnect()
a character name of the table
Primary key fields as a character vector.
if (FALSE) { # \dontrun{ get_tbl_pkeys("species") } # }