public class DistinctQueryColumn extends QueryColumn
| 限定符和类型 | 字段和说明 |
|---|---|
private List<QueryColumn> |
queryColumns |
alias, name, table| 构造器和说明 |
|---|
DistinctQueryColumn(QueryColumn... queryColumns) |
| 限定符和类型 | 方法和说明 |
|---|---|
DistinctQueryColumn |
clone()
改写
Object.clone() 方法。 |
(专用程序包) String |
toConditionSql(List<QueryTable> queryTables,
IDialect dialect) |
String |
toSelectSql(List<QueryTable> queryTables,
IDialect dialect) |
add, add, as, as, as, asc, between, between, between, between, desc, divide, divide, eq, eq, eq, eq, ge, ge, ge, ge, getAlias, getName, getSelectTable, getTable, gt, gt, gt, gt, in, in, in, in, in, in, in, in, in, in, in, isNotNull, isNull, le, le, le, le, like, like, like, like, likeLeft, likeLeft, likeLeft, likeLeft, likeRaw, likeRaw, likeRaw, likeRaw, likeRight, likeRight, likeRight, likeRight, lt, lt, lt, lt, multiply, multiply, ne, ne, ne, ne, notBetween, notBetween, notBetween, notBetween, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notLike, notLike, notLike, notLike, notLikeLeft, notLikeLeft, notLikeLeft, notLikeLeft, notLikeRaw, notLikeRaw, notLikeRaw, notLikeRaw, notLikeRight, notLikeRight, notLikeRight, notLikeRight, setAlias, setName, setTable, subtract, subtract, toStringisNotNull, isNotNull, isNull, isNullprivate List<QueryColumn> queryColumns
public DistinctQueryColumn(QueryColumn... queryColumns)
public String toSelectSql(List<QueryTable> queryTables, IDialect dialect)
toSelectSql 在类中 QueryColumnString toConditionSql(List<QueryTable> queryTables, IDialect dialect)
toConditionSql 在类中 QueryColumnpublic DistinctQueryColumn clone()
CloneSupportObject.clone() 方法。clone 在接口中 CloneSupport<QueryColumn>clone 在类中 QueryColumnCopyright © 2023. All rights reserved.