Interface MySqlShowStatement
-
- All Superinterfaces:
MySqlObject,MySqlStatement,SQLDbTypedObject,SQLObject,SQLShowStatement,SQLStatement
- All Known Implementing Classes:
MySqlClearPlanCacheStatement,MysqlCreateFullTextDictionaryStatement,MySqlDisabledPlanCacheStatement,MySqlExplainPlanCacheStatement,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,MySqlShowGrantsStatement,MySqlShowHelpStatement,MySqlShowHMSMetaStatement,MysqlShowHtcStatement,MySqlShowJobStatusStatement,MySqlShowMasterLogsStatement,MySqlShowMasterStatusStatement,MySqlShowMigrateTaskStatusStatement,MySqlShowNodeStatement,MySqlShowOpenTablesStatement,MySqlShowPartitionsStatement,MySqlShowPhysicalProcesslistStatement,MySqlShowPlanCacheStatement,MySqlShowPlanCacheStatusStatement,MySqlShowPluginsStatement,MySqlShowPrivilegesStatement,MySqlShowProcedureCodeStatement,MySqlShowProcedureStatusStatement,MySqlShowProcessListStatement,MySqlShowProfilesStatement,MySqlShowProfileStatement,MySqlShowRelayLogEventsStatement,MySqlShowRuleStatement,MySqlShowRuleStatusStatement,MySqlShowSequencesStatement,MySqlShowSlaveHostsStatement,MySqlShowSlaveStatusStatement,MySqlShowSlowStatement,MySqlShowStatusStatement,MysqlShowStcStatement,MySqlShowTableStatusStatement,MySqlShowTopologyStatement,MySqlShowTraceStatement,MySqlShowTriggersStatement,MySqlShowWarningsStatement,MySqlUpdatePlanCacheStatement
public interface MySqlShowStatement extends MySqlStatement, SQLShowStatement
-
-
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLStatement
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
-