HasLeftRight Return bool if is of form `table.column` or `schema`.`table`
()
| 1135 | |
| 1136 | // HasLeftRight Return bool if is of form `table.column` or `schema`.`table` |
| 1137 | func (m *IdentityNode) HasLeftRight() bool { |
| 1138 | return m.left != "" |
| 1139 | } |
| 1140 | |
| 1141 | // Return left, right values if is of form `table.column` or `schema`.`table` and |
| 1142 | // also return true/false for if it even has left & right syntax |
no outgoing calls
no test coverage detected