Class | Description |
---|---|
SqlDescribeCatalog |
DESCRIBE CATALOG sql call.
|
SqlDescribeDatabase |
DESCRIBE DATABASE [ EXTENDED] [ databaseName.] dataBasesName sql call.
|
SqlLoadModule |
LOAD MODULE sql call.
|
SqlRichDescribeTable |
DESCRIBE [ EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier sql call.
|
SqlRichExplain |
EXPLAIN [PLAN FOR | (ESTIMATED_COST | CHANGELOG_MODE | JSON_EXECUTION_PLAN) (,(ESTIMATED_COST |
CHANGELOG_MODE | JSON_EXECUTION_PLAN))*] STATEMENT sql call.
|
SqlShowCatalogs |
SHOW CATALOGS sql call.
|
SqlShowColumns |
Show [[catalog.] dataBasesName.]sqlIdentifier sql call.
|
SqlShowCreate |
Abstract class for
SqlShowCreateTable and SqlShowCreateView . |
SqlShowCreateTable |
SHOW CREATE TABLE sql call.
|
SqlShowCreateView |
SHOW CREATE VIEW sql call.
|
SqlShowCurrentCatalog |
SHOW CURRENT CATALOG sql call.
|
SqlShowCurrentDatabase |
Show current database.
|
SqlShowDatabases |
SHOW Databases sql call.
|
SqlShowFunctions |
SHOW [USER] FUNCTIONS Sql Call.
|
SqlShowJars |
SHOW JARS sql call.
|
SqlShowModules |
SHOW [FULL] MODULES sql call.
|
SqlShowPartitions |
SHOW PARTITIONS sql call.
|
SqlShowTables |
SHOW Tables sql call.
|
SqlShowViews |
SHOW VIEWS sql call.
|
SqlUnloadModule |
UNLOAD MODULE sql call.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.