RDB$PROCEDURE PARAMETERS
From InterBase
Go Up to System Tables
RDB$PROCEDURE_PARAMETERS stores information about each parameter for each of a database’s procedures.
| Column name | Data type | Length | Description |
|---|---|---|---|
|
RDB$PARAMETER_NAME |
CHAR |
67 |
Parameter name |
|
RDB$PROCEDURE_NAME |
CHAR |
67 |
Name of the procedure in which the parameter is used |
|
RDB$PARAMETER_NUMBER |
SMALLINT |
Parameter sequence number | |
|
RDB$PARAMETER_TYPE |
SMALLINT |
Parameter data type Values are:
| |
|
RDB$FIELD_SOURCE |
CHAR |
67 |
Global column name |
|
RDB$DESCRIPTION |
BLOB |
Subtype Text: User-written description of the parameter | |
|
RDB$SYSTEM_FLAG |
SMALLINT |
Indicates whether the parameter is:
|