class |
ShowCatalogsOperation |
Operation to describe a SHOW CATALOGS statement.
|
class |
ShowColumnsOperation |
Show columns from [[catalog.]database.]table.
|
class |
ShowCreateCatalogOperation |
Operation to describe a SHOW CREATE CATALOG statement.
|
class |
ShowCreateTableOperation |
Operation to describe a SHOW CREATE TABLE statement.
|
class |
ShowCreateViewOperation |
Operation to describe a SHOW CREATE VIEW statement.
|
class |
ShowCurrentCatalogOperation |
Operation to describe a SHOW CURRENT CATALOG statement.
|
class |
ShowCurrentDatabaseOperation |
Operation to describe SHOW CURRENT DATABASE operation.
|
class |
ShowDatabasesOperation |
Operation to describe a SHOW DATABASES statement.
|
class |
ShowFunctionsOperation |
Operation to describe a SHOW FUNCTIONS [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT]
(LIKE | ILIKE) <sql_like_pattern> ] statement.
|
class |
ShowModulesOperation |
Operation to describe a SHOW [FULL] MODULES statement.
|
class |
ShowPartitionsOperation |
Operation to describe a SHOW PARTITIONS statement.
|
class |
ShowTablesOperation |
Operation to describe a SHOW TABLES statement.
|
class |
ShowViewsOperation |
Operation to describe a SHOW VIEWS statement.
|