Class ShowDatabasesOperation

  • All Implemented Interfaces:
    ExecutableOperation, Operation, ShowOperation

    @Internal
    public class ShowDatabasesOperation
    extends AbstractShowOperation
    Operation to describe a SHOW DATABASES statement. The full syntax for SHOW DATABASES is as followings:
    
     SHOW DATABASES [ ( FROM | IN ) catalog_name] [ [NOT] (LIKE | ILIKE) <sql_like_pattern> ]