Function: isTableAttr()
isTableAttr(
attr,table):boolean
Defined in: lang-sql/src/utils/is-table-attr.ts:8
Returns true when attr is an attribute of table, i.e. attr's identifier
parts are the table's parts with exactly one additional name appended.
Parameters
| Parameter | Type |
|---|---|
attr | ASTIdentifier |
table | ASTIdentifier | IdSet |
Returns
boolean