prorm API Reference
    Preparing search index...

    Function Procedure

    • Mark a method as a SQL stored procedure.

      The decorated method is a no-op at runtime — use ProcedureRegistry.call() to execute the actual database procedure.

      Parameters

      Returns (target: any, propertyKey: string, _descriptor: PropertyDescriptor) => void