PDF (A4) - 41.3Mb
Man Pages (TGZ) - 262.8Kb
Man Pages (Zip) - 368.8Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb
TheJSON_DUALITY_VIEWS table provides information about JSON duality views accessible by the current user. There is one row in this table for each such view.
TheJSON_DUALITY_VIEWS table contains the columns listed here:
TABLE_CATALOGView catalog; this is always
def.TABLE_SCHEMAView schema.
TABLE_NAMEView name.
DEFINERUser who created the view.
SECURITY_TYPEOne of
INVOKERorDEFINER.JSON_COLUMN_NAMEThis is always
data.ROOT_TABLE_CATALOGCatalog of the root table; this is always
def.ROOT_TABLE_SCHEMASchema of the root table.
ROOT_TABLE_NAMEName of the root table.
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.)STATUSOne of
validorinvalid.
The root table name and other information are shown only if the user has some type of privilege on the root table; the user must also haveSHOW VIEW andSELECT privileges on the view.
TheJSON_DUALITY_VIEWS 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