Uses of Class
com.identityworksllc.iiq.common.iterators.ResultSetIterator.ColumnOutput
-
Packages that use ResultSetIterator.ColumnOutput Package Description com.identityworksllc.iiq.common.iterators -
-
Uses of ResultSetIterator.ColumnOutput in com.identityworksllc.iiq.common.iterators
Methods in com.identityworksllc.iiq.common.iterators that return ResultSetIterator.ColumnOutput Modifier and Type Method Description static ResultSetIterator.ColumnOutput
ResultSetIterator. extractColumnValue(ResultSet resultSet, String columnToken, Integer type)
Processes the resulting column by extracting an appropriate object from the result set, returning the combination of the value and a derived type which can be passed to deriveTypedValue.
-