Class ShowCatalogsOperation
java.lang.Object
org.apache.flink.table.operations.AbstractShowOperation
org.apache.flink.table.operations.ShowCatalogsOperation
- All Implemented Interfaces:
ExecutableOperation,Operation,ShowOperation
Operation to describe a SHOW CATALOGS statement. The full syntax for SHOW CATALOGS is as
followings:
SHOW CATALOGS [ [NOT] (LIKE | ILIKE) <sql_like_pattern> ]
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.operations.ExecutableOperation
ExecutableOperation.Context -
Field Summary
Fields inherited from class org.apache.flink.table.operations.AbstractShowOperation
catalogName, likeOp, preposition -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.table.operations.AbstractShowOperation
asSummaryString, equals, execute, getPrepositionSummaryString, hashCode, toString
-
Constructor Details
-
ShowCatalogsOperation
-
-
Method Details
-
getOperationName
- Specified by:
getOperationNamein classAbstractShowOperation
-
getColumnName
- Specified by:
getColumnNamein classAbstractShowOperation
-
retrieveDataForTableResult
- Specified by:
retrieveDataForTableResultin classAbstractShowOperation
-