public class Limit extends Object
| Constructor and Description |
|---|
Limit(com.github.sqlbuilder.jonathanhds.select.Context context,
int start,
int size) |
public Limit(com.github.sqlbuilder.jonathanhds.select.Context context,
int start,
int size)
public <E> List<E> list(RowMapper<E> rowMapper) throws SQLException
SQLExceptionpublic <E> E single(RowMapper<E> rowMapper) throws SQLException
SQLExceptionCopyright © 2014. All Rights Reserved.