类 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
- 所有已实现的接口:
SQLDbTypedObject,SQLObject,SQLStatement,MySqlObject,MySqlStatement
- 直接已知子类:
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,TidbSplitTableStatement
-
字段概要
从类继承的字段 com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHints从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
从类继承的方法 com.alibaba.druid.sql.ast.SQLStatementImpl
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedString从类继承的方法 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, putAttribute, setHint, setParent, setSourceColumn, setSourceLine从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent从接口继承的方法 com.alibaba.druid.sql.ast.SQLStatement
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
构造器详细资料
-
MySqlStatementImpl
public MySqlStatementImpl()
-
-
方法详细资料
-
accept0
- 覆盖:
accept0在类中SQLStatementImpl
-
accept0
- 指定者:
accept0在接口中MySqlObject
-
getChildren
- 指定者:
getChildren在接口中SQLStatement- 覆盖:
getChildren在类中SQLStatementImpl
-