Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
SQL Table Name: ROUTINES
Returns one row for each stored procedure and function that can be accessed by the current user in the current namespace.
|
|
|
READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.
|
Returns YES or NO based on if the return value of the function is a LOB oref value and not the actual data value of the LOB.
AS_LOCATOR have the following meanings:For InterSystems IRIS, AS_LOCATOR is always null unless the return value is a stream, then it is YES.
- YES - The return value of the routine being described is an stream oref.
- NO - The return value of the routine being described is not an stream oref.
- null - The routine is a class query procedure.
Maximum length in characters, if the return type is a character type. If not a character type, returns null.
Reserved for future use. For InterSystems IRIS, CHARACTER_OCTET_LENGTH is always NULL.
Reserved for future use. For InterSystems IRIS, CHARACTER_SET_CATALOG is always NULL.
Reserved for future use. For InterSystems IRIS, CHARACTER_SET_NAME is always NULL.
Reserved for future use. For InterSystems IRIS, CHARACTER_SET_SCHEMA is always NULL.
Reserved for future use. For InterSystems IRIS, COLLATION_CATALOG is always NULL.
Reserved for future use. For InterSystems IRIS, COLLATION_NAME is always NULL.
Reserved for future use. For InterSystems IRIS, COLLATION_SCHEMA is always NULL.
For InterSystems IRIS, CREATED is always NULL.
Name of the class that projected the Stored Procedure
Data type of the return value of the function. Returns null if the procedure has no return value.
Reserved for future use. For InterSystems IRIS, DATETIME_PRECISION is always NULL.
Reserved for future use. For InterSystems IRIS, DTD_IDENTIFIER is always NULL.
Reserved for future use. For InterSystems IRIS, EXTERNAL_LANGUAGE is always NULL.
Reserved for future use. For InterSystems IRIS, EXTERNAL_NAME is always NULL.
Reserved for future use. For InterSystems IRIS, IS_DETERMINISTIC is always NULL.
The values of IS_IMPLICITLY_INVOCABLE have the following meanings:Reserved for future use. For InterSystems IRIS, IS_IMPLICITLY_INVOCABLE is always null.
- YES - The user-defined cast function is implicitly invocable.
- NO - The user-defined cast function is not implicitly invocable.
- null - The routine is not a user-defined cast function.
The values of IS_NULL_CALL have the following meanings:For InterSystems IRIS, if the routine is a function IS_NULL_CALL is always NO.
- YES - The routine is a function and returns null if any of its parameters are null.
- NO - The routine is a function and its return value is determined by invoking the routine.
- null - The routine being described is a class query procedure.
Reserved for future use. For InterSystems IRIS, IS_UDT_DEPENDENT is always NULL.
The values of IS_USER_DEFINED_CAST have the following meanings:For InterSystems IRIS, if the routine is a function IS_USER_DEFINED_CAST is always NO.
- YES - The routine is a function that is a user-defined cast function.
- NO - The routine is a function that is not a user-defined cast function.
- null - The routine being described is a class query procedure.
For InterSystems IRIS, LAST_ALTERED is always NULL.
Reserved for future use. For InterSystems IRIS, MAX_DYNAMIC_RESULT_SETS is always NULL.
Reserved for future use. For InterSystems IRIS, MODULE_CATALOG is always NULL.
Reserved for future use. For InterSystems IRIS, MODULE_NAME is always NULL.
Reserved for future use. For InterSystems IRIS, MODULE_SCHEMA is always NULL.
Name of the class method or class query that projected this procedure
Reserved for future use. For InterSystems IRIS, NEW_SAVEPOINT_LEVEL is always NULL.
Numeric precision of the return value. For the nonnumeric types, returns NULL.
Numeric precision radix of the return value. For nonnumeric types, returns NULL.
Scale of the return value. For nonnumeric types, returns NULL.
Reserved for future use. For InterSystems IRIS, PARAMETER_STYLE is always NULL.
Reserved for future use. For InterSystems IRIS, RESULT_CAST_AS_LOCATOR is always NULL.
Reserved for future use. For InterSystems IRIS, RESULT_CAST_FROM_DTD_IDENTIFIER is always NULL.
The values of ROUTINE_BODY have the following meanings:
- SQL - Means this routine is a class query with language SQL.
- EXTERNAL - Means this is not a class query with language SQL.
Reserved for future use. Routine qualifier - always NULL in InterSystems IRIS.
/// The routine's query expression. If longer than 8192 characters, or the routine is not an SQL class query, NULL is returned.
Routine name, same as SPECIFIC_NAME.
Name of schema that contains the routine, same as SPECIFIC_SCHEMA.
The values of ROUTINE_TYPE have the following meanings:
- PROCEDURE - The SQL-invoked routine is a query projected as a procedure.
- FUNCTION - The SQL-invoked routine is a function (method) projected as a procedure.
The values of SCHEMA_LEVEL_ROUTINE have the following meanings:For InterSystems IRIS, SCHEMA_LEVEL_ROUTINE is always YES.
- YES - If the routine is a schema-level routine.
- NO - If the routine is not a schema-level routine.
The values of SECURITY_TYPE have the following meanings:For InterSystems IRIS, SECURITY_TYPE is always null.
- DEFINER - The routine has the security characteristic DEFINER.
- INVOKER - The routine has the security characteristic INVOKER.
- IMPLEMENTATION DEFINED - The external routine has the security characteristic IMPLEMENTATION DEFINED.
- null - Unknown security type.
Reserved for future use. Specific qualifier - always NULL in InterSystems IRIS.
Specific name.
Name of schema that contains the routine.
SQL_DATA_ACCESS Returns one of the following values:Returns CONTAINS SQL for all functions, and READS SQL DATA for all class query procedure.
- NO SQL = Function does not contain SQL.
- CONTAINS SQL = Function possibly contains SQL.
- READS SQL DATA = Function possibly reads SQL data.
- MODIFIES SQL DATA = Function possibly modifies SQL data.
Reserved for future use. For InterSystems IRIS, SQL_PATH is always NULL.
Reserved for future use. For InterSystems IRIS, TO_SQL_SPECIFIC_CATALOG is always NULL.
Reserved for future use. For InterSystems IRIS, TO_SQL_SPECIFIC_NAME is always NULL.
Reserved for future use. For InterSystems IRIS, TO_SQL_SPECIFIC_SCHEMA is always NULL.
Reserved for future use. For InterSystems IRIS, USER_DEFINED_TYPE_CATALOG is always NULL.
Reserved for future use. For InterSystems IRIS, USER_DEFINED_TYPE_NAME is always NULL.
Reserved for future use. For InterSystems IRIS, USER_DEFINED_TYPE_SCHEMA is always NULL.