com.alibaba.druid.sql.ast.statement
Class SQLTableSourceImpl

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by 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

Constructor Summary
SQLTableSourceImpl()
           
SQLTableSourceImpl(String alias)
           
 
Method Summary
 String getAlias()
           
 List<SQLHint> getHints()
           
 void setAlias(String alias)
           
 void setHints(List<SQLHint> hints)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

SQLTableSourceImpl

public SQLTableSourceImpl()

SQLTableSourceImpl

public SQLTableSourceImpl(String alias)
Method Detail

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.