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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLTableSourceImpl()
public SQLTableSourceImpl(String alias)
public String getAlias()
getAlias
in interface SQLTableSource
public void setAlias(String alias)
setAlias
in interface SQLTableSource
public int getHintsSize()
public List<SQLHint> getHints()
getHints
in interface SQLTableSource
Copyright © 2013–2017 Alibaba Group. All rights reserved.