LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdbcx_Privilege_idl__
20 #define __com_sun_star_sdbcx_Privilege_idl__
22 module
com { module sun { module star { module sdbcx {
28 published constants Privilege
49 const long READ = 0x00000010;
65 const long DROP = 0x00000100;
const long DELETE
indicates that a user is allowed to delete data.
Definition: Privilege.idl:45
const long READ
indicates that a user is allowed to read the structure of a definition object.
Definition: Privilege.idl:49
const long REFERENCE
indicates that a user is allowed to set foreign keys for a table.
Definition: Privilege.idl:61
const long INSERT
indicates that a user is allowed to insert new data.
Definition: Privilege.idl:37
const long CREATE
indicates that a user is allowed to create a definition object.
Definition: Privilege.idl:53
const long DROP
indicates that a user is allowed to drop a definition object.
Definition: Privilege.idl:65
const long UPDATE
indicates that a user is allowed to update data.
Definition: Privilege.idl:41
const long SELECT
indicates that a user is allowed to read the data.
Definition: Privilege.idl:33
Definition: Ambiguous.idl:22
const long ALTER
indicates that a user is allowed to alter an existing object.
Definition: Privilege.idl:57