public abstract class SQLTableSourceImpl extends SQLObjectImpl implements SQLTableSource
| Constructor and Description |
|---|
SQLTableSourceImpl() |
SQLTableSourceImpl(String alias) |
| Modifier and Type | Method and Description |
|---|---|
SQLTableSource |
clone() |
String |
computeAlias() |
String |
getAlias() |
SQLExpr |
getFlashback() |
List<SQLHint> |
getHints() |
int |
getHintsSize() |
void |
setAlias(String alias) |
void |
setFlashback(SQLExpr flashback) |
void |
setHints(List<SQLHint> hints) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLTableSourceImpl()
public SQLTableSourceImpl(String alias)
public String getAlias()
getAlias in interface SQLTableSourcepublic void setAlias(String alias)
setAlias in interface SQLTableSourcepublic int getHintsSize()
public List<SQLHint> getHints()
getHints in interface SQLTableSourcepublic SQLTableSource clone()
clone in interface SQLObjectclone in interface SQLTableSourceclone in class SQLObjectImplpublic String computeAlias()
computeAlias in interface SQLTableSourcepublic SQLExpr getFlashback()
getFlashback in interface SQLTableSourcepublic void setFlashback(SQLExpr flashback)
setFlashback in interface SQLTableSourceCopyright © 2013–2017 Alibaba Group. All rights reserved.