tableName property

String? tableName
getter/setter pair

Table which is associated with the constraint.

In case the constraint is defined on a table, this field is left empty as this information is stored in parent_name. However, if constraint is defined on a view, this field stores the table name on which the view is defined.

Implementation

core.String? tableName;