Class ColumnReference (3.21.0)

ColumnReference(referencing_column: str, referenced_column: str)

The pair of the foreign key column and primary key column.

Parameters

NameDescription
referencing_column str

The column that composes the foreign key.

referenced_column str

The column in the primary key that are referenced by the referencingColumn.