dm (version 0.0.3.9003)

cdm_get_all_pks: Get all primary keys of a dm object

Description

cdm_get_all_pks() checks the dm object for set primary keys and returns the tables, the respective primary key columns and their classes.

Usage

cdm_get_all_pks(dm)

Arguments

dm

A dm object.

See Also

Other primary key functions: cdm_add_pk, cdm_get_pk, cdm_has_pk, cdm_rm_pk, enum_pk_candidates