public class StringQueryCondition extends QueryCondition
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
sqlContent |
before, column, connector, effective, logic, LOGIC_BETWEEN, LOGIC_EQUALS, LOGIC_GE, LOGIC_GT, LOGIC_IN, LOGIC_IS_NOT_NULL, LOGIC_IS_NULL, LOGIC_LE, LOGIC_LIKE, LOGIC_LT, LOGIC_NOT_BETWEEN, LOGIC_NOT_EQUALS, LOGIC_NOT_IN, next, value| 构造器和说明 |
|---|
StringQueryCondition(String content) |
StringQueryCondition(String content,
Object... paras) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
toSql(List<QueryTable> queryTables,
IDialect dialect) |
and, and, and, appendQuestionMark, checkEffective, connect, create, create, create, createEmpty, getColumn, getEffectiveBefore, getLogic, getValue, or, or, or, setColumn, setLogic, setValue, toString, when, when, whenprotected String sqlContent
public StringQueryCondition(String content)
public StringQueryCondition(String content, Object... paras)
public String toSql(List<QueryTable> queryTables, IDialect dialect)
toSql 在类中 QueryConditionCopyright © 2023. All rights reserved.