(Column catalog_col)
| 69 | } |
| 70 | |
| 71 | public int getColumnIndex(Column catalog_col) { |
| 72 | return (this.getColumnIndex(catalog_col.getName())); |
| 73 | } |
| 74 | |
| 75 | public int getColumnIndex(String columnName) { |
| 76 | for (int i = 0, cnt = getColumnCount(); i < cnt; i++) { |
no test coverage detected