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 {
28published constants Privilege
37 const long INSERT = 0x00000002;
41 const long UPDATE = 0x00000004;
45 const long DELETE = 0x00000008;
49 const long READ = 0x00000010;
53 const long CREATE = 0x00000020;
65 const long DROP = 0x00000100;
const long REFERENCE
indicates that a user is allowed to set foreign keys for a table.
Definition Privilege.idl:61
const long SELECT
indicates that a user is allowed to read the data.
Definition Privilege.idl:33
const long ALTER
indicates that a user is allowed to alter an existing object.
Definition Privilege.idl:57
const long DROP
indicates that a user is allowed to drop a definition object.
Definition Privilege.idl:65
Definition Ambiguous.idl:22