(int columnIndex)
| 982 | } |
| 983 | |
| 984 | public void unsetAsFactor(int columnIndex) throws DDFException { |
| 985 | this.getSchemaHandler().unsetAsFactor(columnIndex); |
| 986 | } |
| 987 | |
| 988 | public void unsetAsFactor(String columnName) throws DDFException { |
| 989 | this.getSchemaHandler().unsetAsFactor(columnName); |
nothing calls this directly
no test coverage detected