public abstract class SQLTableSourceImpl extends SQLObjectImpl implements SQLTableSource
| Constructor and Description |
|---|
SQLTableSourceImpl() |
SQLTableSourceImpl(String alias) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
List<SQLHint> |
getHints() |
int |
getHintsSize() |
void |
setAlias(String alias) |
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 SQLTableSourceCopyright © 2013–2016 Alibaba Group. All rights reserved.