PROCEDURECOLUMNS System Table Description
Description
Maintains, for each SQL or Java Stored Procedure defined, a list of input and/or output parameters.
Fields
Field | Type | Description |
---|---|---|
SCHEMA |
string |
The schema in which the procedure was created. |
PROCEDURENAME |
string |
The name of the procedure. |
NAME |
string |
The name of the parameter. |
TYPE |
integer |
Indicates the type of the parameter: 1 for an |
DATATYPE |
integer |
The integer for the type as represented by the |
DATATYPENAME |
string |
The type as represented by the |
PRECISION |
integer |
The precision specified for a fixed precision numeric, |
LENGTH |
integer |
Length associated with the data type - this is the precision assigned to a |
SCALE |
integer |
The scale specified for a fixed precision numeric type |
OCTET_LENGTH |
integer |
The size in bytes of the parameter |
ORDINAL |
integer |
The placement of this parameter in the procedure call |