public static class SQLJoinTableSource.UDJ extends SQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
alias |
protected List<SQLExpr> |
arguments |
protected List<SQLName> |
columns |
protected String |
function |
attributes, hint, parent, sourceColumn, sourceLine| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor v) |
SQLJoinTableSource.UDJ |
clone() |
String |
getAlias() |
List<SQLExpr> |
getArguments() |
List<SQLName> |
getColumns() |
String |
getFunction() |
void |
setAlias(String alias) |
void |
setFunction(String function) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic UDJ()
public UDJ(String function)
protected void accept0(SQLASTVisitor v)
accept0 在类中 SQLObjectImplpublic SQLJoinTableSource.UDJ clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplpublic String getFunction()
public void setFunction(String function)
public String getAlias()
public void setAlias(String alias)
Copyright © 2013–2023. All rights reserved.