20 module
com { module sun { module star { module sdbcx {
26published constants Privilege
35 const long INSERT = 0x00000002;
39 const long UPDATE = 0x00000004;
43 const long DELETE = 0x00000008;
47 const long READ = 0x00000010;
51 const long CREATE = 0x00000020;
63 const long DROP = 0x00000100;
const long REFERENCE
indicates that a user is allowed to set foreign keys for a table.
Definition Privilege.idl:59
const long SELECT
indicates that a user is allowed to read the data.
Definition Privilege.idl:31
const long ALTER
indicates that a user is allowed to alter an existing object.
Definition Privilege.idl:55
const long DROP
indicates that a user is allowed to drop a definition object.
Definition Privilege.idl:63
Definition Ambiguous.idl:20