com.alibaba.druid.sql.dialect.mysql.ast.statement
Interface MySqlStatement

All Superinterfaces:
MySqlObject, SQLObject, SQLStatement
All Known Implementing Classes:
CobarShowStatus, MySqlBinlogStatement, MySqlCommitStatement, MySqlCreateIndexStatement, MySqlCreateTableStatement, MySqlCreateUserStatement, MySqlDescribeStatement, MySqlDropTableStatement, MySqlDropUser, MySqlDropViewStatement, MySqlExecuteStatement, MySqlHelpStatement, 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

public interface MySqlStatement
extends SQLStatement, MySqlObject


Method Summary
 
Methods inherited from interface com.alibaba.druid.sql.dialect.mysql.ast.MySqlObject
accept0
 
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.