(pos)
| 18 | getPorts() {return null;} |
| 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}`;} |
no test coverage detected