public class Limit extends Object implements TerminalExpression
| Constructor and Description |
|---|
Limit(Context context,
int start,
int size) |
| Modifier and Type | Method and Description |
|---|---|
<E> List<E> |
list(RowMapper<E> rowMapper) |
<E> E |
single(RowMapper<E> rowMapper) |
String |
toString() |
public Limit(Context context, int start, int size)
public <E> List<E> list(RowMapper<E> rowMapper) throws SQLException
list in interface TerminalExpressionSQLExceptionpublic <E> E single(RowMapper<E> rowMapper) throws SQLException
single in interface TerminalExpressionSQLExceptionCopyright © 2013–2014. All rights reserved.