The JSON_DUALITY_VIEW_COLUMNS table
shows information about all columns referenced by any JSON duality
view which is accessible by the current user. There is one row per
table reference.
The JSON_DUALITY_VIEW_COLUMNS table
has the following columns:
TABLE_CATALOGView catalog; this is always
def.TABLE_SCHEMAView schema.
TABLE_NAMEView name.
REFERENCED_TABLE_CATALOGTable catalog; always
def.REFERENCED_TABLE_SCHEMATable schema.
REFERENCED_TABLE_NAMETable name.
IS_ROOT_TABLE1if this is the root table, otherwise0.REFERENCED_TABLE_IDUnique table ID within this view.
REFERENCED_TABLE_COLUMN_NAMEColumn name.
JSON_KEY_NAMEJSON key name.
ALLOW_INSERT1if inserts are allowed, otherwise0.ALLOW_UPDATE1if updates are allowed, otherwise0.ALLOW_DELETE1if deletes are allowed, otherwise0.READ_ONLY1if insert, update, or delete are not allowed, otherwise0. (In other words, this is1only whenALLOW_INSERT,ALLOW_UPDATE, andALLOW_DELETEare all0.)