com.alibaba.druid.sql.dialect.mysql.ast
接口 MySqlObject

所有超级接口:
SQLObject
所有已知子接口:
MySqlHint, MySqlIndexHint, MySqlStatement
所有已知实现类:
CobarShowStatus, MySqlAlterTableAddColumn, MySqlAlterTableChangeColumn, MySqlAlterTableCharacter, MySqlAlterTableDiscardTablespace, MySqlAlterTableImportTablespace, MySqlAlterTableModifyColumn, MySqlAlterTableOption, MySqlAlterUserStatement, MySqlAnalyzeStatement, MySqlBinaryExpr, MySqlBinlogStatement, MySqlBooleanExpr, MySqlCommitStatement, MySqlCreateIndexStatement, MySqlCreateTableStatement, MySqlCreateTableStatement.TableSpaceOption, MySqlCreateUserStatement, MySqlCreateUserStatement.UserSpecification, MySqlDescribeStatement, MySqlExecuteStatement, MySqlExprImpl, MySqlForceIndexHint, MySqlHelpStatement, MySqlIgnoreIndexHint, MySqlIndexHintImpl, MySqlKillStatement, MySqlLoadDataInFileStatement, MySqlLoadXmlStatement, MySqlLockTableStatement, MySqlObjectImpl, MySqlOptimizeStatement, MySqlOutFileExpr, MySqlPartitionByHash, MySqlPartitionByKey, MySqlPartitionByList, MySqlPartitionByRange, MySqlPartitioningClause, MySqlPartitioningDef, MySqlPartitioningDef.InValues, MySqlPartitioningDef.LessThanValues, MySqlPartitioningDef.Values, MySqlPrepareStatement, MySqlRenameTableStatement, MySqlRenameTableStatement.Item, MySqlReplaceStatement, MySqlResetStatement, MySqlRollbackStatement, MySqlSelectQueryBlock, MySqlSetCharSetStatement, MySqlSetNamesStatement, MySqlSetPasswordStatement, 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, MySqlTableIndex, MySqlUnionQuery, MySqlUnlockTablesStatement, MySqlUpdateStatement, MySqlUseIndexHint, MySqlUserName

public interface MySqlObject
extends SQLObject


方法摘要
 void accept0(MySqlASTVisitor visitor)
           
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

方法详细信息

accept0

void accept0(MySqlASTVisitor visitor)


Copyright © 2013 Alibaba Group. All Rights Reserved.