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

Packages that use SQLTableSource
com.alibaba.druid.sql.ast.statement   
com.alibaba.druid.sql.dialect.mysql.ast.statement   
com.alibaba.druid.sql.dialect.oracle.ast.stmt   
com.alibaba.druid.sql.dialect.oracle.parser   
com.alibaba.druid.sql.dialect.postgresql.ast.stmt   
com.alibaba.druid.sql.parser   
com.alibaba.druid.wall.spi   
 

Uses of SQLTableSource in com.alibaba.druid.sql.ast.statement
 

Classes in com.alibaba.druid.sql.ast.statement that implement SQLTableSource
 class SQLExprTableSource
           
 class SQLJoinTableSource
           
 class SQLSubqueryTableSource
           
 class SQLTableSourceImpl
           
 

Methods in com.alibaba.druid.sql.ast.statement that return SQLTableSource
 SQLTableSource SQLSelectQueryBlock.getFrom()
           
 SQLTableSource SQLJoinTableSource.getLeft()
           
 SQLTableSource SQLJoinTableSource.getRight()
           
 SQLTableSource SQLUpdateStatement.getTableSource()
           
 SQLTableSource SQLDeleteStatement.getTableSource()
           
 

Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLTableSource
 void SQLSelectQueryBlock.setFrom(SQLTableSource from)
           
 void SQLJoinTableSource.setLeft(SQLTableSource left)
           
 void SQLJoinTableSource.setRight(SQLTableSource right)
           
 void SQLUpdateStatement.setTableSource(SQLTableSource tableSource)
           
 void SQLDeleteStatement.setTableSource(SQLTableSource tableSource)
           
 

Uses of SQLTableSource in com.alibaba.druid.sql.dialect.mysql.ast.statement
 

Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return SQLTableSource
 SQLTableSource MySqlDeleteStatement.getFrom()
           
 SQLTableSource MySqlDeleteStatement.getUsing()
           
 

Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLTableSource
 void MySqlDeleteStatement.setFrom(SQLTableSource from)
           
 void MySqlDeleteStatement.setUsing(SQLTableSource using)
           
 

Uses of SQLTableSource in com.alibaba.druid.sql.dialect.oracle.ast.stmt
 

Subinterfaces of SQLTableSource in com.alibaba.druid.sql.dialect.oracle.ast.stmt
 interface OracleSelectTableSource
           
 

Classes in com.alibaba.druid.sql.dialect.oracle.ast.stmt that implement SQLTableSource
 class OracleSelectJoin
           
 class OracleSelectSubqueryTableSource
           
 class OracleSelectTableReference
           
 

Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return SQLTableSource
 SQLTableSource OracleMergeStatement.getUsing()
           
 

Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type SQLTableSource
 void OracleMergeStatement.setUsing(SQLTableSource using)
           
 

Uses of SQLTableSource in com.alibaba.druid.sql.dialect.oracle.parser
 

Methods in com.alibaba.druid.sql.dialect.oracle.parser that return SQLTableSource
 SQLTableSource OracleSelectParser.parseTableSource()
           
 

Uses of SQLTableSource in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
 

Classes in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that implement SQLTableSource
 class PGFunctionTableSource
           
 

Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that return SQLTableSource
 SQLTableSource PGUpdateStatement.getFrom()
           
 

Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt with parameters of type SQLTableSource
 void PGUpdateStatement.setFrom(SQLTableSource from)
           
 

Uses of SQLTableSource in com.alibaba.druid.sql.parser
 

Methods in com.alibaba.druid.sql.parser that return SQLTableSource
 SQLTableSource SQLSelectParser.parseTableSource()
           
 

Uses of SQLTableSource in com.alibaba.druid.wall.spi
 

Methods in com.alibaba.druid.wall.spi with parameters of type SQLTableSource
static void WallVisitorUtils.checkReadOnly(WallVisitor visitor, SQLTableSource tableSource)
           
static boolean WallVisitorUtils.isSimpleCountTableSource(SQLTableSource tableSource)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.