public interface QuerySql extends ColumnSupport<QuerySql>, DistinctSupport<QuerySql>, FromSupport<QuerySql>, GroupBySupport<QuerySql>, HavingSupport<QuerySql>, JoinOnSupport<QuerySql>, LimitSupport<QuerySql>, OrderBySupport<QuerySql>, WhereSupport<QuerySql>, PrepareStatementSupport
| 限定符和类型 | 方法和说明 |
|---|---|
CountSql |
toCountSql()
转换为 CountSql
|
column, column, columnPodistinct, distinctfrom, fromgroupBy, groupByandHaving, andHaving, having, having, orHaving, orHavingcomplexFullJoinOn, complexInnerJoinOn, complexLeftJoinOn, complexRightJoinOn, fullJoinOn, innerJoinOn, joinOn, joinOn, joinOn, leftJoinOn, rightJoinOnlimit, limitorderBy, orderBy, orderBy, orderByandWhere, andWhere, orWhere, orWhere, where, wheregetPrepareStatementCountSql toCountSql()
Copyright © 2020 IBIT程序猿. All rights reserved.