public class OrderBy extends Object
| Constructor and Description |
|---|
OrderBy(com.github.sqlbuilder.jonathanhds.select.Context context) |
public OrderBy column(String column, OrderByType type)
public Limit limit(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.