Class MySqlStatementImpl
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlStatementImpl
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLStatement,MySqlObject,MySqlStatement
- Direct Known Subclasses:
CobarShowStatus,DrdsBaselineStatement,DrdsCancelDDLJob,DrdsChangeDDLJob,DrdsClearDDLJobCache,DrdsInspectDDLJobCache,DrdsRecoverDDLJob,DrdsRemoveDDLJob,DrdsRollbackDDLJob,DrdsShowDDLJobs,DrdsShowGlobalIndex,DrdsShowMetadataLock,MySqlAlterEventStatement,MysqlAlterFullTextStatement,MySqlAlterLogFileGroupStatement,MySqlAlterServerStatement,MySqlAlterTablespaceStatement,MySqlAlterUserStatement,MySqlBinlogStatement,MySqlCaseStatement,MySqlChecksumTableStatement,MySqlCheckTableStatement,MySqlClearPlanCacheStatement,MySqlCreateAddLogFileGroupStatement,MySqlCreateEventStatement,MySqlCreateExternalCatalogStatement,MysqlCreateFullTextAnalyzerStatement,MysqlCreateFullTextCharFilterStatement,MysqlCreateFullTextDictionaryStatement,MysqlCreateFullTextTokenFilterStatement,MysqlCreateFullTextTokenizerStatement,MySqlCreateServerStatement,MySqlCreateTableSpaceStatement,MySqlCreateUserStatement,MySqlCursorDeclareStatement,MysqlDeallocatePrepareStatement,MySqlDeclareConditionStatement,MySqlDeclareHandlerStatement,MySqlDeclareStatement,MySqlDisabledPlanCacheStatement,MysqlDropFullTextStatement,MySqlExecuteForAdsStatement,MySqlExecuteStatement,MySqlExplainPlanCacheStatement,MySqlFlashbackStatement,MySqlFlushStatement,MySqlHelpStatement,MySqlHintStatement,MySqlIterateStatement,MySqlLeaveStatement,MySqlLoadDataInFileStatement,MySqlLoadXmlStatement,MySqlLockTableStatement,MySqlManageInstanceGroupStatement,MySqlMigrateStatement,MySqlOptimizeStatement,MySqlPrepareStatement,MySqlRaftLeaderTransferStatement,MySqlRaftMemberChangeStatement,MySqlRenameSequenceStatement,MySqlRenameTableStatement,MySqlRepeatStatement,MySqlResetStatement,MySqlSelectIntoStatement,MySqlSetTransactionStatement,MySqlShowAuthorsStatement,MySqlShowBinaryLogsStatement,MySqlShowBinLogEventsStatement,MySqlShowBroadcastsStatement,MySqlShowCharacterSetStatement,MySqlShowClusterNameStatement,MySqlShowCollationStatement,MySqlShowConfigStatement,MySqlShowContributorsStatement,MySqlShowCreateDatabaseStatement,MySqlShowCreateEventStatement,MysqlShowCreateFullTextStatement,MySqlShowCreateFunctionStatement,MySqlShowCreateProcedureStatement,MySqlShowCreateTriggerStatement,MySqlShowDatabaseStatusStatement,MySqlShowDatasourcesStatement,MysqlShowDbLockStatement,MySqlShowDdlStatusStatement,MySqlShowDsStatement,MySqlShowEnginesStatement,MySqlShowEngineStatement,MySqlShowErrorsStatement,MySqlShowEventsStatement,MysqlShowFullTextStatement,MySqlShowFunctionCodeStatement,MySqlShowFunctionStatusStatement,MySqlShowHelpStatement,MySqlShowHMSMetaStatement,MysqlShowHtcStatement,MySqlShowJobStatusStatement,MySqlShowMasterLogsStatement,MySqlShowMasterStatusStatement,MySqlShowMigrateTaskStatusStatement,MySqlShowNodeStatement,MySqlShowOpenTablesStatement,MySqlShowPartitionsStatement,MySqlShowPhysicalProcesslistStatement,MySqlShowPlanCacheStatement,MySqlShowPlanCacheStatusStatement,MySqlShowPluginsStatement,MySqlShowPrivilegesStatement,MySqlShowProcedureCodeStatement,MySqlShowProcedureStatusStatement,MySqlShowProfilesStatement,MySqlShowProfileStatement,MySqlShowRelayLogEventsStatement,MySqlShowRuleStatement,MySqlShowRuleStatusStatement,MySqlShowSequencesStatement,MySqlShowSlaveHostsStatement,MySqlShowSlaveStatusStatement,MySqlShowSlowStatement,MySqlShowStatusStatement,MysqlShowStcStatement,MySqlShowTableStatusStatement,MySqlShowTopologyStatement,MySqlShowTraceStatement,MySqlShowTriggersStatement,MySqlShowWarningsStatement,MySqlUnlockTablesStatement,MySqlUpdatePlanCacheStatement,MySqlXAStatement
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHintsFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentMethods inherited from interface com.alibaba.druid.sql.ast.SQLStatement
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
Constructor Details
-
MySqlStatementImpl
public MySqlStatementImpl()
-
-
Method Details
-
accept0
- Overrides:
accept0in classSQLStatementImpl
-
accept0
- Specified by:
accept0in interfaceMySqlObject
-
getChildren
- Specified by:
getChildrenin interfaceSQLStatement- Overrides:
getChildrenin classSQLStatementImpl
-