Uses of Interface
com.orchestranetworks.addon.dint.schema.CSVField
-
Packages that use CSVField Package Description com.orchestranetworks.addon.dint.schema Provides classes and interfaces that represent fields and tables for the supported data source. -
-
Uses of CSVField in com.orchestranetworks.addon.dint.schema
Methods in com.orchestranetworks.addon.dint.schema that return CSVField Modifier and Type Method Description CSVFieldCSVTable. get(int columnIndex)Returns CSV field by index.CSVFieldCSVTable. get(java.lang.String columnHeader)Returns CSV field by column header.
-