()
| 19 | addPort(obj) {return obj;} |
| 20 | getColumnAt(pos) {return _.find(this.getColumns()||[], (c)=>c.attnum==pos);} |
| 21 | remove() {/*This is intentional (SonarQube)*/} |
| 22 | getSchemaTableName() {return [this.data.schema, this.data.name];} |
| 23 | getDisplayName() {return `(${this.data.schema}) ${this.data.name}`;} |
| 24 | cloneData(tabName) { |
no outgoing calls