Column name
|
Data type
|
Description
|
| SPECIFIC_CATALOG |
VARCHAR(128) |
The catalog name for the specific name of the routine. |
| SPECIFIC_SCHEMA |
VARCHAR(128) |
The schema name for the specific name of the routine. |
| SPECIFIC_NAME |
VARCHAR(128) |
The specific name of the routine. |
| ROUTINE_CATALOG |
VARCHAR(128) |
The name of the catalog containing the routine. |
| ROUTINE_SCHEMA |
VARCHAR(128) |
The name of the schema containing the routine. |
| ROUTINE_NAME |
VARCHAR(128) |
The name of the routine. |
| TABLE_CATALOG |
VARCHAR(128) |
The name of the catalog containing the table. |
| TABLE_SCHEMA |
VARCHAR(128) |
The name of the schema containing the table. |
| TABLE_NAME |
VARCHAR(128) |
The name of the table. |
| COLUMN_NAME |
VARCHAR(128) |
The name of the column. |