public class NegativeQueryColumn extends QueryColumn implements HasParamsColumn
-column)。alias, name, table| Constructor and Description |
|---|
NegativeQueryColumn(QueryColumn queryColumn) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getParamValues() |
protected String |
toConditionSql(List<QueryTable> queryTables,
IDialect dialect)
生成列用于构建查询条件的 SQL 语句。
|
protected String |
toSelectSql(List<QueryTable> queryTables,
IDialect dialect)
生成列用于构建查询列的 SQL 语句。
|
add, add, as, as, as, asc, between, between, between, between, between, between, clone, desc, divide, divide, eq, eq, eq, eq, ge, ge, ge, ge, getAlias, getName, 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, 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, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisNotNull, isNotNull, isNull, isNullpublic NegativeQueryColumn(QueryColumn queryColumn)
public Object[] getParamValues()
getParamValues in interface HasParamsColumnprotected String toSelectSql(List<QueryTable> queryTables, IDialect dialect)
QueryColumntoSelectSql in class QueryColumnqueryTables - 查询表dialect - 方言protected String toConditionSql(List<QueryTable> queryTables, IDialect dialect)
QueryColumntoConditionSql in class QueryColumnqueryTables - 查询表dialect - 方言Copyright © 2024. All rights reserved.