public class RawQueryTable extends QueryTable
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
alias, name, schema| Constructor and Description |
|---|
RawQueryTable(String content) |
| Modifier and Type | Method and Description |
|---|---|
RawQueryTable |
clone()
改写
Object.clone() 方法。 |
String |
getContent() |
String |
toSql(IDialect dialect,
OperateType operateType) |
String |
toString() |
as, getAlias, getName, getNameWithSchema, getSchema, setAlias, setName, setSchemaprotected String content
public RawQueryTable(String content)
public String toSql(IDialect dialect, OperateType operateType)
toSql in class QueryTablepublic String toString()
toString in class QueryTablepublic String getContent()
public RawQueryTable clone()
CloneSupportObject.clone() 方法。clone in interface CloneSupport<QueryTable>clone in class QueryTableCopyright © 2024. All rights reserved.