I - type of key / idM - type of main objectP - type of parent objectB - type of object to provide@FunctionalInterface public static interface ResultSetParseHelper.IRecordParser<I,M,P,B> extends Function<ResultSetParseHelper.Cursor<I,M,P>,B>
ResultSet and provide the data object with parsed values.| Modifier and Type | Method and Description |
|---|---|
default B |
apply(ResultSetParseHelper.Cursor<I,M,P> cursor) |
B |
parse(ResultSetParseHelper.Cursor<I,M,P> cursor)
extract data of record and provide data object with parsed values
|
default B apply(ResultSetParseHelper.Cursor<I,M,P> cursor)
Copyright © 2020. All rights reserved.