Class CommonSQLStatementContext
- java.lang.Object
-
- org.apache.shardingsphere.infra.binder.statement.CommonSQLStatementContext
-
- All Implemented Interfaces:
SQLStatementContext
- Direct Known Subclasses:
AlterIndexStatementContext,AlterTableStatementContext,AlterViewStatementContext,AnalyzeTableStatementContext,CallStatementContext,CloseStatementContext,CommentStatementContext,CopyStatementContext,CreateDatabaseStatementContext,CreateFunctionStatementContext,CreateIndexStatementContext,CreateProcedureStatementContext,CreateSchemaStatementContext,CreateTableStatementContext,CreateViewStatementContext,CursorStatementContext,DeleteStatementContext,DenyUserStatementContext,DoStatementContext,DropIndexStatementContext,DropTableStatementContext,DropViewStatementContext,ExplainStatementContext,FetchStatementContext,FlushStatementContext,GrantStatementContext,InsertStatementContext,KillStatementContext,LoadDataStatementContext,LoadXMLStatementContext,MoveStatementContext,OptimizeTableStatementContext,PrepareStatementContext,RenameTableStatementContext,RevokeStatementContext,SelectStatementContext,ShowColumnsStatementContext,ShowCreateTableStatementContext,ShowIndexStatementContext,ShowTablesStatementContext,ShowTableStatusStatementContext,TruncateStatementContext,UnknownSQLStatementContext,UpdateStatementContext
public abstract class CommonSQLStatementContext extends Object implements SQLStatementContext
Common SQL statement context.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCommonSQLStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.infra.binder.statement.SQLStatementContext
getDatabaseType, getSqlStatement, getTablesContext
-
-