| Package | Description |
|---|---|
| org.r10r.sqlify.resultparser | |
| org.r10r.sqlify.rowparser |
| Modifier and Type | Method and Description |
|---|---|
static <E> ListResultParser<E> |
ListResultParser.of(RowParser<E> rowParser)
Define your own RowParser.
|
static <E> SingleResultParser<E> |
SingleResultParser.of(RowParser<E> rowParser)
Define your own RowParser.
|
static <E> SingleOptionalResultParser<E> |
SingleOptionalResultParser.of(RowParser<E> rowParser)
Define your own RowParser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PojoRowParser<E>
A very simple parser that converts one result row into one Pojo object.
|
class |
SingleLongRowParser |
class |
SingleStringRowParser |
| Modifier and Type | Method and Description |
|---|---|
static <E> RowParser |
RowParsers.getDefaultParserFor(Class<E> e)
Determines the default RowParser for a class.
|
Copyright © 2018. All rights reserved.