Uses of Interface
de.tarent.extract.ResultSetValueExtractor
-
Packages that use ResultSetValueExtractor Package Description de.tarent.extract -
-
Uses of ResultSetValueExtractor in de.tarent.extract
Classes in de.tarent.extract that implement ResultSetValueExtractor Modifier and Type Class Description classBooleanExtractorclassDateExtractorclassDefaultExtractorMethods in de.tarent.extract that return ResultSetValueExtractor Modifier and Type Method Description ResultSetValueExtractor[]HeaderProcessor. processHeader(ResultSetMetaData md, RowPrinter printer)ResultSetValueExtractor[]HeaderProcessor. processHeader(ResultSet rs, RowPrinter printer)Deprecated.Methods in de.tarent.extract that return types with arguments of type ResultSetValueExtractor Modifier and Type Method Description Class<? extends ResultSetValueExtractor>ColumnMapping. getExtractWith()Constructors in de.tarent.extract with parameters of type ResultSetValueExtractor Constructor Description RowProcessor(ResultSetValueExtractor... extractors)Constructor parameters in de.tarent.extract with type arguments of type ResultSetValueExtractor Constructor Description ColumnMapping(String mapTo, Class<? extends ResultSetValueExtractor> extractWith)ColumnMapping(String mapTo, Class<? extends ResultSetValueExtractor> extractWith, Map<String,?> properties)
-