public class From extends Object
| Constructor and Description |
|---|
From(com.github.sqlbuilder.jonathanhds.select.Context context) |
| Modifier and Type | Method and Description |
|---|---|
GroupBy |
groupBy() |
Join |
innerJoin(String condition) |
Join |
leftOuterJoin(String condition) |
Limit |
limit(int start,
int size) |
<E> List<E> |
list(RowMapper<E> rowMapper) |
OrderBy |
orderBy() |
Join |
rightOuterJoin(String condition) |
<E> E |
single(RowMapper<E> rowMapper) |
From |
table(String table) |
Where |
where() |
public Where where()
public GroupBy groupBy()
public OrderBy orderBy()
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.