Uses of Interface
org.r10r.sqlify.rowparser.RowParser
-
Packages that use RowParser Package Description org.r10r.sqlify.resultparser org.r10r.sqlify.rowparser -
-
Uses of RowParser in org.r10r.sqlify.resultparser
Methods in org.r10r.sqlify.resultparser with parameters of type RowParser Modifier and Type Method Description static <E> ListResultParser<E>ListResultParser. of(RowParser<E> rowParser)Define your own RowParser.static <E> SingleOptionalResultParser<E>SingleOptionalResultParser. of(RowParser<E> rowParser)Define your own RowParser.static <E> SingleResultParser<E>SingleResultParser. of(RowParser<E> rowParser)Define your own RowParser. -
Uses of RowParser in org.r10r.sqlify.rowparser
Classes in org.r10r.sqlify.rowparser that implement RowParser Modifier and Type Class Description classPojoRowParser<E>A very simple parser that converts one result row into one Pojo object.classSingleLongRowParserclassSingleStringRowParserMethods in org.r10r.sqlify.rowparser that return RowParser Modifier and Type Method Description static <E> RowParserRowParsers. getDefaultParserFor(Class<E> e)Determines the default RowParser for a class.
-