com.alibaba.druid.sql.dialect.mysql.ast
Interface MySqlObject

All Superinterfaces:
SQLObject
All Known Subinterfaces:
MySqlHint, MySqlIndexHint, MySqlStatement
All Known Implementing Classes:
CobarShowStatus, MySqlAlterTableAddColumn, MySqlAlterTableAddIndex, MySqlAlterTableAddUnique, MySqlAlterTableChangeColumn, MySqlAlterTableCharacter, MySqlAlterTableOption, MySqlBinaryExpr, MySqlBinlogStatement, MySqlBooleanExpr, MySqlCommitStatement, MySqlCreateIndexStatement, MySqlCreateTableStatement, MySqlCreateUserStatement, MySqlCreateUserStatement.UserSpecification, MySqlDescribeStatement, MySqlDropTableStatement, MySqlDropUser, MySqlDropViewStatement, MySqlExecuteStatement, MySqlExprImpl, MySqlForceIndexHint, MySqlHelpStatement, MySqlHexadecimalExpr, MySqlIgnoreIndexHint, MySqlIndexHintImpl, MySqlKillStatement, MySqlLoadDataInFileStatement, MySqlLoadXmlStatement, MySqlLockTableStatement, MySqlObjectImpl, MySqlOutFileExpr, MySqlPartitionByKey, MySqlPrepareStatement, MySqlRenameTableStatement, MySqlRenameTableStatement.Item, MySqlReplaceStatement, MySqlResetStatement, MySqlRollbackStatement, MySqlSelectQueryBlock, 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, MySqlUseIndexHint, MySqlUserName

public interface MySqlObject
extends SQLObject


Method Summary
 void accept0(MySqlASTVisitor visitor)
           
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Method Detail

accept0

void accept0(MySqlASTVisitor visitor)


Copyright © 2012 Alibaba Group. All Rights Reserved.