dm (version 0.0.3.9003)

cdm_get_referencing_tables: Get the names of a dm's tables referencing a given table.

Description

Get the names of a dm's tables referencing a given table.

Usage

cdm_get_referencing_tables(dm, table)

Arguments

dm

A dm object.

table

A table in the dm

Value

Character vector of the names of the tables pointing to the primary key of parameter table.

See Also

Other functions utilizing foreign key relations: cdm_is_referenced