prorm API Reference
← Documentation
GitLab
Preparing search index...
index
PRIVILEGE_LEVELS
Variable PRIVILEGE_LEVELS
Const
PRIVILEGE_LEVELS
:
{
ALL
:
PrivilegeType
[]
;
READ
:
PrivilegeType
[]
;
WRITE
:
PrivilegeType
[]
;
DDL
:
PrivilegeType
[]
;
DML
:
PrivilegeType
[]
;
ROUTINE
:
PrivilegeType
[]
;
VIEW
:
PrivilegeType
[]
;
}
= ...
Convenience groupings of privilege types by category.
Type Declaration
Readonly
ALL
:
PrivilegeType
[]
Readonly
READ
:
PrivilegeType
[]
Readonly
WRITE
:
PrivilegeType
[]
Readonly
DDL
:
PrivilegeType
[]
Readonly
DML
:
PrivilegeType
[]
Readonly
ROUTINE
:
PrivilegeType
[]
Readonly
VIEW
:
PrivilegeType
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Documentation
GitLab
prorm API Reference
Loading...
Convenience groupings of privilege types by category.