public class RawQueryCondition extends QueryCondition
| Constructor and Description |
|---|
RawQueryCondition(String content) |
RawQueryCondition(String content,
Object... paras) |
| Modifier and Type | Method and Description |
|---|---|
RawQueryCondition |
clone()
改写
Object.clone() 方法。 |
String |
getContent() |
String |
toSql(List<QueryTable> queryTables,
IDialect dialect) |
String |
toString() |
and, and, and, appendQuestionMark, checkEffective, connect, create, create, create, create, create, create, createEmpty, getColumn, getLogic, getNextEffectiveCondition, getPrevEffectiveCondition, getValue, notEmpty, or, or, or, setColumn, setEmpty, setLogic, setValue, when, whenprotected String content
public RawQueryCondition(String content)
public String toSql(List<QueryTable> queryTables, IDialect dialect)
toSql in class QueryConditionpublic String toString()
toString in class QueryConditionpublic String getContent()
public RawQueryCondition clone()
CloneSupportObject.clone() 方法。clone in interface CloneSupport<QueryCondition>clone in class QueryConditionCopyright © 2024. All rights reserved.