dm (version 0.0.3.9003)

cdm_is_referenced: Is a dm's table referenced by another table?

Description

Is a dm's table referenced by another table?

Usage

cdm_is_referenced(dm, table)

Arguments

dm

A dm object.

table

A table in the dm

Value

TRUE, if at least one foreign key exists, pointing to the primary key of parameter table, FALSE otherwise.

See Also

Other functions utilizing foreign key relations: cdm_get_referencing_tables