(String columnName)
| 4485 | |
| 4486 | |
| 4487 | public StringList getStringList(String columnName) { |
| 4488 | return new StringList(getStringColumn(columnName)); |
| 4489 | } |
| 4490 | |
| 4491 | |
| 4492 | public StringList getStringList(int column) { |
nothing calls this directly
no test coverage detected