Class ShowModelsOperation

  • All Implemented Interfaces:
    ExecutableOperation, Operation, ShowOperation

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