public class RawQueryOrderBy extends QueryOrderBy
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
content |
queryColumn| 构造器和说明 |
|---|
RawQueryOrderBy(String content) |
RawQueryOrderBy(String content,
boolean checkSafe) |
| 限定符和类型 | 方法和说明 |
|---|---|
RawQueryOrderBy |
clone()
改写
Object.clone() 方法。 |
String |
getContent() |
String |
toSql(List<QueryTable> queryTables,
IDialect dialect) |
String |
toString() |
nullsFirst, nullsLastpublic RawQueryOrderBy(String content)
public RawQueryOrderBy(String content, boolean checkSafe)
public String toSql(List<QueryTable> queryTables, IDialect dialect)
toSql 在类中 QueryOrderBypublic String getContent()
public RawQueryOrderBy clone()
CloneSupportObject.clone() 方法。clone 在接口中 CloneSupport<QueryOrderBy>clone 在类中 QueryOrderByCopyright © 2024. All rights reserved.