Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
SQL Table Name: VIEWS
Returns one row for each view in the current namespace for which the current user has privileges
|
|
|
READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.
|
The view's check option setting.
Values of CHECK_OPTION have the following meanings:
- CASCADED - The view has the CASCADED check option specified.
- LOCAL - The view has the LOCAL check option specified.
- NONE - The view has no check option specified.
Name of the class that projected the view definition
Timestamp for when the class projecting the view definition was created.
Timestamp for when the class projecting the view definition was last modified.
Description for the class that projects the view definition, or if the view is projected from a class query, the class query description.
Reserved for future use. For InterSystems IRIS, IS_TRIGGER_DELETABLE is always NULL.
Reserved for future use. For InterSystems IRIS, IS_TRIGGER_INSERTABLE_INTO is always NULL.
Reserved for future use. For InterSystems IRIS, IS_TRIGGER_UPDATABLE is always NULL.
Returns YES if the view is updatable, otherwise NO.
View's owner
If projected from a class query, name of the query
Table qualifier - always NULL in InterSystems IRIS.
Name of the view.
Name of schema that contains the table.
The view's query expression. If longer than 1048576 characters, only the first 1048573 characters of the query are returned followed by "...".