com.alibaba.druid.sql.ast
Interface SQLStatement

All Superinterfaces:
SQLObject
All Known Subinterfaces:
MySqlStatement, OracleDDLStatement, OracleStatement, PGSQLStatement, SQLDDLStatement, SQLServerStatement
All Known Implementing Classes:
CobarShowStatus, MySqlAlterTableStatement, MySqlBinlogStatement, MySqlCommitStatement, MySqlCreateIndexStatement, MySqlCreateTableStatement, MySqlCreateUserStatement, MySqlDeleteStatement, MySqlDescribeStatement, MySqlDropTableStatement, MySqlDropUser, MySqlDropViewStatement, MySqlExecuteStatement, MySqlHelpStatement, MySqlInsertStatement, MySqlKillStatement, MySqlLoadDataInFileStatement, MySqlLoadXmlStatement, MySqlLockTableStatement, MySqlPrepareStatement, MySqlRenameTableStatement, MySqlReplaceStatement, MySqlResetStatement, MySqlRollbackStatement, MySqlSetCharSetStatement, MySqlSetNamesStatement, MySqlSetTransactionIsolationLevelStatement, MySqlShowAuthorsStatement, MySqlShowBinaryLogsStatement, MySqlShowBinLogEventsStatement, MySqlShowCharacterSetStatement, MySqlShowCollationStatement, MySqlShowColumnsStatement, MySqlShowContributorsStatement, MySqlShowCreateDatabaseStatement, MySqlShowCreateEventStatement, MySqlShowCreateFunctionStatement, MySqlShowCreateProcedureStatement, MySqlShowCreateTableStatement, MySqlShowCreateTriggerStatement, MySqlShowCreateViewStatement, MySqlShowDatabasesStatement, MySqlShowEnginesStatement, MySqlShowEngineStatement, MySqlShowErrorsStatement, MySqlShowEventsStatement, MySqlShowFunctionCodeStatement, MySqlShowFunctionStatusStatement, MySqlShowGrantsStatement, MySqlShowIndexesStatement, MySqlShowKeysStatement, MySqlShowMasterLogsStatement, MySqlShowMasterStatusStatement, MySqlShowOpenTablesStatement, MySqlShowPluginsStatement, MySqlShowPrivilegesStatement, MySqlShowProcedureCodeStatement, MySqlShowProcedureStatusStatement, MySqlShowProcessListStatement, MySqlShowProfilesStatement, MySqlShowProfileStatement, MySqlShowRelayLogEventsStatement, MySqlShowSlaveHostsStatement, MySqlShowSlaveStatusStatement, MySqlShowStatusStatement, MySqlShowTablesStatement, MySqlShowTableStatusStatement, MySqlShowTriggersStatement, MySqlShowVariantsStatement, MySqlShowWarningsStatement, MySqlStartTransactionStatement, MySqlStatementImpl, MySqlUnionQuery, MySqlUnlockTablesStatement, MySqlUpdateStatement, OracleAlterIndexStatement, OracleAlterProcedureStatement, OracleAlterSessionStatement, OracleAlterSynonymStatement, OracleAlterTablespaceStatement, OracleAlterTableStatement, OracleAlterTriggerStatement, OracleAlterViewStatement, OracleBlockStatement, OracleCommitStatement, OracleCreateIndexStatement, OracleCreateProcedureStatement, OracleCreateSequenceStatement, OracleCreateTableStatement, OracleDeleteStatement, OracleExceptionStatement, OracleExitStatement, OracleExplainStatement, OracleExprStatement, OracleFetchStatement, OracleForStatement, OracleGotoStatement, OracleGrantStatement, OracleIfStatement, OracleInsertStatement, OracleLabelStatement, OracleLockTableStatement, OracleLoopStatement, OracleMergeStatement, OracleMultiInsertStatement, OraclePLSQLCommitStatement, OracleSavePointStatement, OracleSetTransactionStatement, OracleStatementImpl, OracleTruncateStatement, OracleUpdateStatement, PGDeleteStatement, PGInsertStatement, PGSelectStatement, PGSQLStatementImpl, PGTruncateStatement, PGUpdateStatement, SQLAlterTableStatement, SQLCallStatement, SQLCommentStatement, SQLCreateDatabaseStatement, SQLCreateIndexStatement, SQLCreateTableStatement, SQLCreateViewStatement, SQLDeleteStatement, SQLDropIndexStatement, SQLDropTableStatement, SQLDropViewStatement, SQLInsertStatement, SQLReleaseSavePointStatement, SQLRollbackStatement, SQLSavePointStatement, SQLSelectStatement, SQLServerInsertStatement, SQLSetStatement, SQLStatementImpl, SQLTruncateStatement, SQLUpdateStatement, SQLUseStatement

public interface SQLStatement
extends SQLObject


Method Summary
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 



Copyright © 2012 Alibaba Group. All Rights Reserved.