Class ShowFunctionsOperation

  • All Implemented Interfaces:
    ExecutableOperation, Operation, ShowOperation

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