public abstract class SQLTableSourceImpl extends SQLObjectImpl implements SQLTableSource
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
alias |
protected long |
aliasHashCod64 |
protected SQLExpr |
flashback |
protected List<SQLHint> |
hints |
attributes, parent| 构造器和说明 |
|---|
SQLTableSourceImpl() |
SQLTableSourceImpl(String alias) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
aliasHashCode64() |
SQLTableSource |
clone() |
String |
computeAlias() |
boolean |
containsAlias(String alias) |
boolean |
equals(Object o) |
SQLColumnDefinition |
findColumn(long columnNameHash) |
SQLColumnDefinition |
findColumn(String columnName) |
SQLTableSource |
findTableSource(long alias_hash) |
SQLTableSource |
findTableSource(String alias) |
SQLTableSource |
findTableSourceWithColumn(long columnNameHash) |
SQLTableSource |
findTableSourceWithColumn(String columnName) |
String |
getAlias() |
SQLExpr |
getFlashback() |
List<SQLHint> |
getHints() |
int |
getHintsSize() |
int |
hashCode() |
SQLObject |
resolveColum(long columnNameHash) |
void |
setAlias(String alias) |
void |
setFlashback(SQLExpr flashback) |
void |
setHints(List<SQLHint> hints) |
accept, accept0, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected String alias
protected SQLExpr flashback
protected long aliasHashCod64
public SQLTableSourceImpl()
public SQLTableSourceImpl(String alias)
public String getAlias()
getAlias 在接口中 SQLTableSourcepublic void setAlias(String alias)
setAlias 在接口中 SQLTableSourcepublic int getHintsSize()
public List<SQLHint> getHints()
getHints 在接口中 SQLTableSourcepublic SQLTableSource clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableSourceclone 在类中 SQLObjectImplpublic String computeAlias()
computeAlias 在接口中 SQLTableSourcepublic SQLExpr getFlashback()
getFlashback 在接口中 SQLTableSourcepublic void setFlashback(SQLExpr flashback)
setFlashback 在接口中 SQLTableSourcepublic boolean containsAlias(String alias)
containsAlias 在接口中 SQLTableSourcepublic long aliasHashCode64()
aliasHashCode64 在接口中 SQLTableSourcepublic SQLColumnDefinition findColumn(String columnName)
findColumn 在接口中 SQLTableSourcepublic SQLColumnDefinition findColumn(long columnNameHash)
findColumn 在接口中 SQLTableSourcepublic SQLTableSource findTableSourceWithColumn(String columnName)
findTableSourceWithColumn 在接口中 SQLTableSourcepublic SQLTableSource findTableSourceWithColumn(long columnNameHash)
findTableSourceWithColumn 在接口中 SQLTableSourcepublic SQLTableSource findTableSource(String alias)
findTableSource 在接口中 SQLTableSourcepublic SQLTableSource findTableSource(long alias_hash)
findTableSource 在接口中 SQLTableSourcepublic SQLObject resolveColum(long columnNameHash)
resolveColum 在接口中 SQLTableSourceCopyright © 2013–2019 Alibaba Group. All rights reserved.