public class GroupBySet extends OrderBySet implements GroupBy
pojo, top| Constructor and Description |
|---|
GroupBySet() |
GroupBySet(String... names) |
| Modifier and Type | Method and Description |
|---|---|
GroupBy |
groupBy(String... names) |
GroupBy |
having(Condition cnd) |
void |
joinSql(Entity<?> en,
StringBuilder sb)
将当前的语句组成元素输出,以便组成 PreparedStatement 语句
|
asc, desc, getItems, orderBy, setPojo, toSql, toStringgetParamNames, joinAdaptor, joinParams, paramCount_en, _fmtcolnm, getFieldMatcher, getPojo, getSqlType, isTop, setTop, setupPojoclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPojo, joinAdaptor, joinParams, paramCount, setPojo, toStringpublic GroupBySet()
public GroupBySet(String... names)
public void joinSql(Entity<?> en, StringBuilder sb)
PItemjoinSql in interface PItemjoinSql in class OrderBySeten - 参考的实体,如果为 null,则取当前元素所在 POJO 的关联实体sb - 文本缓冲Copyright © 2017. All rights reserved.