com.alibaba.druid.sql.ast.statement
Interface SQLTableSource

All Superinterfaces:
SQLObject
All Known Subinterfaces:
OracleSelectTableSource
All Known Implementing Classes:
OracleSelectJoin, OracleSelectSubqueryTableSource, OracleSelectTableReference, PGFunctionTableSource, SQLExprTableSource, SQLJoinTableSource, SQLSubqueryTableSource, SQLTableSourceImpl

public interface SQLTableSource
extends SQLObject


Method Summary
 String getAlias()
           
 List<SQLHint> getHints()
           
 void setAlias(String alias)
           
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Method Detail

getAlias

String getAlias()

setAlias

void setAlias(String alias)

getHints

List<SQLHint> getHints()


Copyright © 2012 Alibaba Group. All Rights Reserved.