public class RawFragment extends QueryCondition
| 构造器和说明 |
|---|
RawFragment(String content) |
RawFragment(String content,
Object... paras) |
| 限定符和类型 | 方法和说明 |
|---|---|
RawFragment |
clone()
改写
Object.clone() 方法。 |
String |
getContent() |
String |
toSql(List<QueryTable> queryTables,
IDialect dialect) |
and, and, and, appendQuestionMark, checkEffective, connect, containsTable, create, create, create, createEmpty, getColumn, getLogic, getPrevEffectiveCondition, getValue, nextContainsTable, or, or, or, setColumn, setLogic, setValue, toString, when, when, whenpublic RawFragment(String content)
public RawFragment(String content, Object... paras)
public String toSql(List<QueryTable> queryTables, IDialect dialect)
toSql 在类中 QueryConditionpublic RawFragment clone()
CloneSupportObject.clone() 方法。clone 在接口中 CloneSupport<QueryCondition>clone 在类中 QueryConditionpublic String getContent()
Copyright © 2023. All rights reserved.