Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
SupportedColumnOperations | uint16[] | |
Description | string | An array of enumerated values representing the SQL operations to table columns. Set of supported operations depends on the database service implementation. The operation information is used as the action type in the database access control management. |
Experimental | boolean | true |
ValueMap | string | 1, 4, 6, 7, 9, 10, 11, .., 0x8000.. |
Values | string | Alter, Grant, Insert, Index, References, Select, Update, DMTF Reserved, Vendor Reserved |
SupportedDBOperations | uint16[] | |
Description | string | An array of enumerated values representing the SQL operations to databases. In general, a set of supported operations depends on the database service implementation. The value map explicitly lists the common database operations such as GRANT and CREATE, which are derived from the SQL92 specification and typical database implementations including Oracle, MySQL, etc. The operation information is used as the action type in the database access control management. |
Experimental | boolean | true |
ValueMap | string | 1, 2, 3, 4, .., 0x8000.. |
Values | string | Alter, Create, Drop, Grant, DMTF Reserved, Vendor Reserved |
SupportedTableOperations | uint16[] | |
Description | string | An array of enumerated values representing the SQL operations to database tables. Set of supported operations depends on the database service implementation. The operation information is used as the action type in the database access control management. |
Experimental | boolean | true |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, .., 0x8000.. |
Values | string | Alter, Create, Drop, Grant, Delete, Insert, Index, Lock, References, Select, Update, DMTF Reserved, Vendor Reserved |