Information on parameters of routines (procedures and UDFs)
Column name | Data type | Contents | ||||||
SPECIFIC_SCHEMA | CHAR(31) | Name of the schema to which the | ||||||
SPECIFIC_NAME | CHAR(31) | Specific name of the routine | ||||||
ORDINAL_POSITION | SMALLINT | Sequence number of the parameter in | ||||||
PARAMETER_MODE | VARCHAR(5) |
| ||||||
PARAMETER_NAME | CHAR(31) | Name of the parameter | ||||||
DATA_TYPE | VARCHAR(24) | Data type of the column: | ||||||
CHARACTER_ | SMALLINT | Max. length of the column in code units if data type is CHARACTER, NULL value in all other cases | ||||||
NUMERIC_PRECISION | SMALLINT | Total number of significant digits for numeric data types NULL value in all other cases | ||||||
NUMERIC_PRECISION_ | SMALLINT | Radix for numeric data types NULL value in all other cases | ||||||
NUMERIC_SCALE | SMALLINT | Number of digits right of the dec. point for exact numeric data types NULL value in all other cases | ||||||
DATETIME_PRECISION | SMALLINT | Number of digits right of the decimal for the data types TIME and NULL value in all other cases |
Table 119: SYS_PARAMETERS view of the SYS_INFO_SCHEMA (section 2 of 2)