catalog.procedures table
The catalog.procedures table stores information about procedures, including whether the procedure is an SQL procedure or an external procedure.
The following table describes the columns in the catalog.procedures table.
Column name | Data type | Description |
---|---|---|
ProcedureName | varchar(40) | Name of the procedure. |
Kind | unsigned | Procedure type: 0: SQL 1: External |