public interface CountSql extends ColumnSupport<CountSql>, DistinctSupport<CountSql>, FromSupport<CountSql>, GroupBySupport<CountSql>, HavingSupport<CountSql>, JoinOnSupport<CountSql>, WhereSupport<CountSql>, PrepareStatementSupport
Modifier and Type | Method and Description |
---|---|
int |
executeCount()
计数
|
CountSql |
fromDefault()
Deprecated.
|
column, column, columnPo
distinct, distinct
from, from
groupBy, groupBy
andHaving, andHaving, having, having, orHaving, orHaving
complexFullJoinOn, complexInnerJoinOn, complexLeftJoinOn, complexRightJoinOn, fullJoinOn, innerJoinOn, joinOn, joinOn, joinOn, leftJoinOn, rightJoinOn
andWhere, andWhere, orWhere, orWhere, where, where
getPrepareStatement
@Deprecated CountSql fromDefault()
int executeCount()
Copyright © 2020 IBIT程序猿. All rights reserved.