public abstract class SQLTableSourceImpl extends SQLObjectImpl implements SQLTableSource
构造器和说明 |
---|
SQLTableSourceImpl() |
SQLTableSourceImpl(String alias) |
限定符和类型 | 方法和说明 |
---|---|
String |
getAlias() |
List<SQLHint> |
getHints() |
int |
getHintsSize() |
void |
setAlias(String alias) |
void |
setHints(List<SQLHint> hints) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public SQLTableSourceImpl()
public SQLTableSourceImpl(String alias)
public String getAlias()
getAlias
在接口中 SQLTableSource
public void setAlias(String alias)
setAlias
在接口中 SQLTableSource
public int getHintsSize()
public List<SQLHint> getHints()
getHints
在接口中 SQLTableSource
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.