com.alibaba.druid.sql.ast.statement
Class SQLTableSourceImpl
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
- All Implemented Interfaces:
- SQLObject, SQLTableSource, Serializable
- Direct Known Subclasses:
- SQLExprTableSource, SQLJoinTableSource, SQLSubqueryTableSource
public abstract class SQLTableSourceImpl
- extends SQLObjectImpl
- implements SQLTableSource
- See Also:
- Serialized Form
SQLTableSourceImpl
public SQLTableSourceImpl()
SQLTableSourceImpl
public SQLTableSourceImpl(String alias)
getAlias
public String getAlias()
- Specified by:
getAlias in interface SQLTableSource
setAlias
public void setAlias(String alias)
- Specified by:
setAlias in interface SQLTableSource
getHints
public List<SQLHint> getHints()
- Specified by:
getHints in interface SQLTableSource
setHints
public void setHints(List<SQLHint> hints)
Copyright © 2012 Alibaba Group. All Rights Reserved.