(int columnIndex)
| 974 | } |
| 975 | |
| 976 | public Factor<?> setAsFactor(int columnIndex) throws DDFException { |
| 977 | return this.getSchemaHandler().setAsFactor(columnIndex); |
| 978 | } |
| 979 | |
| 980 | public Factor<?> setAsFactor(String columnName) throws DDFException { |
| 981 | return this.getSchemaHandler().setAsFactor(columnName); |