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(java.sql.ResultSetMetaData md, RowPrinter printer)ResultSetValueExtractor[]HeaderProcessor. processHeader(java.sql.ResultSet rs, RowPrinter printer)Deprecated.Methods in de.tarent.extract that return types with arguments of type ResultSetValueExtractor Modifier and Type Method Description java.lang.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(java.lang.String mapTo, java.lang.Class<? extends ResultSetValueExtractor> extractWith)ColumnMapping(java.lang.String mapTo, java.lang.Class<? extends ResultSetValueExtractor> extractWith, java.util.Map<java.lang.String,?> properties)
-