Interface SQLShowStatement
-
- All Superinterfaces:
SQLDbTypedObject,SQLObject,SQLStatement
- All Known Subinterfaces:
MySqlShowStatement
- All Known Implementing Classes:
DrdsShowDDLJobs,DrdsShowGlobalIndex,DrdsShowMetadataLock,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,OscarShowStatement,PGShowStatement,SQLShowACLStatement,SQLShowCatalogsStatement,SQLShowColumnsStatement,SQLShowCreateMaterializedViewStatement,SQLShowCreateTableStatement,SQLShowCreateViewStatement,SQLShowDatabasesStatement,SQLShowErrorsStatement,SQLShowFunctionsStatement,SQLShowGrantsStatement,SQLShowHistoryStatement,SQLShowIndexesStatement,SQLShowMaterializedViewStatement,SQLShowOutlinesStatement,SQLShowPackagesStatement,SQLShowPartitionsStmt,SQLShowProcessListStatement,SQLShowQueryTaskStatement,SQLShowRecylebinStatement,SQLShowRolesStatement,SQLShowRoleStatement,SQLShowSessionStatement,SQLShowStatisticListStmt,SQLShowStatisticStmt,SQLShowTableGroupsStatement,SQLShowTablesStatement,SQLShowUsersStatement,SQLShowVariantsStatement,SQLShowViewsStatement
public interface SQLShowStatement extends SQLStatement
-
-
Method Summary
-
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
-
-