Class ShowColumnsOperation

  • All Implemented Interfaces:
    ExecutableOperation, Operation, ShowOperation

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