ConstGet a single procedure/function meta by method name.
Generate the CREATE PROCEDURE / CREATE FUNCTION SQL for a registered method.
The class constructor
The method name
Optionaldialect: "mysql" | "mariadb" | "postgres" | "sqlite"
Override the dialect stored in the decorator options
Generate DDL for every procedure/function on a class and execute them.
Prorm instance
The class constructor
Optionaldialect: "mysql" | "mariadb" | "postgres" | "sqlite"
Override dialect
Call a stored procedure.
Prorm instance
The class constructor that has the
The method name
Arguments to pass (positional, matched to params order)
Get all registered procedures/functions on a class.