| 程序包 | 说明 |
|---|---|
| tech.ibit.sqlbuilder | |
| tech.ibit.sqlbuilder.sql | |
| tech.ibit.sqlbuilder.sql.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
static CountSql |
SqlFactory.createCount()
创建计数
|
| 限定符和类型 | 方法和说明 |
|---|---|
CountSql |
QuerySql.toCountSql()
转换为 CountSql
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CountSqlImpl
CountSql实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
CountSql |
CountSqlImpl.andHaving(CriteriaItem havingItem) |
CountSql |
CountSqlImpl.andHaving(List<Criteria> havings) |
CountSql |
CountSqlImpl.andWhere(CriteriaItem item) |
CountSql |
CountSqlImpl.andWhere(List<Criteria> criterion) |
CountSql |
CountSqlImpl.column(IColumn column) |
CountSql |
CountSqlImpl.column(List<? extends IColumn> columns) |
CountSql |
CountSqlImpl.columnPo(Class<?> poClass) |
CountSql |
CountSqlImpl.complexFullJoinOn(Table table,
List<CriteriaItem> criteriaItems) |
CountSql |
CountSqlImpl.complexInnerJoinOn(Table table,
List<CriteriaItem> criteriaItems) |
CountSql |
CountSqlImpl.complexLeftJoinOn(Table table,
List<CriteriaItem> criteriaItems) |
CountSql |
CountSqlImpl.complexRightJoinOn(Table table,
List<CriteriaItem> criteriaItems) |
CountSql |
CountSqlImpl.distinct() |
CountSql |
CountSqlImpl.distinct(boolean distinct) |
CountSql |
CountSqlImpl.from(List<Table> tables) |
CountSql |
CountSqlImpl.from(Table table) |
CountSql |
CountSqlImpl.fullJoinOn(Table table,
List<Column> columnPairs) |
CountSql |
CountSqlImpl.groupBy(Column groupBy) |
CountSql |
CountSqlImpl.groupBy(List<Column> groupBys) |
CountSql |
CountSqlImpl.having(Criteria having) |
CountSql |
CountSqlImpl.having(List<Criteria> havings) |
CountSql |
CountSqlImpl.innerJoinOn(Table table,
List<Column> columnPairs) |
CountSql |
CountSqlImpl.joinOn(JoinOn joinOn) |
CountSql |
CountSqlImpl.joinOn(List<JoinOn> joinOns) |
CountSql |
CountSqlImpl.joinOn(Table table,
List<Column> columnPairs) |
CountSql |
CountSqlImpl.leftJoinOn(Table table,
List<Column> columnPairs) |
CountSql |
CountSqlImpl.orHaving(CriteriaItem havingItem) |
CountSql |
CountSqlImpl.orHaving(List<Criteria> havings) |
CountSql |
CountSqlImpl.orWhere(CriteriaItem item) |
CountSql |
CountSqlImpl.orWhere(List<Criteria> criterion) |
CountSql |
CountSqlImpl.rightJoinOn(Table table,
List<Column> columnPairs) |
CountSql |
QuerySqlImpl.toCountSql() |
CountSql |
CountSqlImpl.where(Criteria criteria) |
CountSql |
CountSqlImpl.where(List<Criteria> criterion) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CountSqlImpl.setColumnSupport(ColumnSupportImpl<CountSql> columnSupport)
Sets the columnSupport
You can use getColumnSupport() to get the value of columnSupport
|
void |
CountSqlImpl.setDistinctSupport(DistinctSupportImpl<CountSql> distinctSupport)
Sets the distinctSupport
You can use getDistinctSupport() to get the value of distinctSupport
|
void |
CountSqlImpl.setFromSupport(FromSupportImpl<CountSql> fromSupport)
Sets the fromSupport
You can use getFromSupport() to get the value of fromSupport
|
void |
CountSqlImpl.setGroupBySupport(GroupBySupportImpl<CountSql> groupBySupport)
Sets the groupBySupport
You can use getGroupBySupport() to get the value of groupBySupport
|
void |
CountSqlImpl.setHavingSupport(HavingSupportImpl<CountSql> havingSupport)
Sets the havingSupport
You can use getHavingSupport() to get the value of havingSupport
|
void |
CountSqlImpl.setJoinOnSupport(JoinOnSupportImpl<CountSql> joinOnSupport)
Sets the joinOnSupport
You can use getJoinOnSupport() to get the value of joinOnSupport
|
void |
CountSqlImpl.setWhereSupport(WhereSupportImpl<CountSql> whereSupport)
Sets the whereSupport
You can use getWhereSupport() to get the value of whereSupport
|
Copyright © 2020 IBIT程序猿. All rights reserved.