Interface ShowOperation

All Superinterfaces:
ExecutableOperation, Operation
All Known Implementing Classes:
AbstractShowOperation, ShowCatalogsOperation, ShowColumnsOperation, ShowCreateCatalogOperation, ShowCreateTableOperation, ShowCreateViewOperation, ShowCurrentCatalogOperation, ShowCurrentDatabaseOperation, ShowDatabasesOperation, ShowFunctionsOperation, ShowJarsOperation, ShowJobsOperation, ShowModulesOperation, ShowPartitionsOperation, ShowProceduresOperation, ShowTablesOperation, ShowViewsOperation

@Internal public interface ShowOperation extends Operation, ExecutableOperation
An Operation that show one kind of objects, e.g. USE CATALOGS, USE DATABASES, SHOW TABLES, SHOW FUNCTIONS, SHOW PARTITIONS.