dm
objectdm_get_all_pks()
checks the dm
object for set primary keys and
returns the tables, the respective primary key columns and their classes.
dm_get_all_pks(dm)
A dm
object.
A tibble with the following columns:
table
table name,
pk_cols
column name(s) of primary key.
Currently, keys consisting of more than one column are not supported.
This feature is planned for dm 0.2.0.
Therefore the pk_cols
column may contain vectors of length greater than one.
Other primary key functions:
dm_add_pk()
,
dm_get_pk()
,
dm_has_pk()
,
enum_pk_candidates()