public class RawQueryOrderBy extends QueryOrderBy
| Constructor and Description |
|---|
RawQueryOrderBy(String content) |
RawQueryOrderBy(String content,
boolean checkSafe) |
| Modifier and Type | Method and Description |
|---|---|
RawQueryOrderBy |
clone()
改写
Object.clone() 方法。 |
String |
getContent() |
String |
toSql(List<QueryTable> queryTables,
IDialect dialect) |
String |
toString() |
nullsFirst, nullsLastprotected String content
public RawQueryOrderBy(String content)
public RawQueryOrderBy(String content, boolean checkSafe)
public String toSql(List<QueryTable> queryTables, IDialect dialect)
toSql in class QueryOrderBypublic String getContent()
public RawQueryOrderBy clone()
CloneSupportObject.clone() 方法。clone in interface CloneSupport<QueryOrderBy>clone in class QueryOrderByCopyright © 2024. All rights reserved.