PDF (A4) - 41.3Mb
Man Pages (TGZ) - 262.8Kb
Man Pages (Zip) - 368.8Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb
TheJSON_DUALITY_VIEW_TABLES table shows information about all tables referenced by any JSON duality view which is accessible by the current user. This table contains one row per table reference.
TheJSON_DUALITY_VIEW_TABLES table has the columns listed here:
TABLE_CATALOGView catalog; this is always
def.TABLE_SCHEMAView schema.
TABLE_NAMEView name.
REFERENCED_TABLE_CATALOGTable catalog; this is always
def.REFERENCED_TABLE_SCHEMATable schema.
REFERENCED_TABLE_NAMEName of the table.
WHERE_CLAUSEExpression used in the
WHEREclause.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.)IS_ROOT_TABLE1if this is the root table, otherwise0.REFERENCED_TABLE_IDUnique table ID within this view.
REFERENCED_TABLE_PARENT_IDID of the parent table.
REFERENCED_TABLE_PARENT_RELATIONSHIPOne of
nested(arrays) orsingleton(otherwise).
TheJSON_DUALITY_VIEW_TABLES table was added in MySQL 9.4.0.
PDF (A4) - 41.3Mb
Man Pages (TGZ) - 262.8Kb
Man Pages (Zip) - 368.8Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb