public class From extends Object implements TerminalExpression
| Modifier and Type | Method and Description |
|---|---|
GroupBy |
groupBy() |
GroupBy |
groupBy(String... columns) |
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) |
From |
select(String selectQuery,
String alias) |
<E> E |
single(RowMapper<E> rowMapper) |
From |
table(String table) |
From |
tables(String... tables) |
String |
toString() |
Where |
where() |
Where |
where(String condition) |
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
list in interface TerminalExpressionSQLExceptionpublic <E> E single(RowMapper<E> rowMapper) throws SQLException
single in interface TerminalExpressionSQLExceptionCopyright © 2013–2014. All rights reserved.