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 short INSERT
One or more rows and/or columns have been inserted.
Definition: AccessibleTableModelChangeType.idl:51
const short UPDATE
Some of the table data has changed.
Definition: AccessibleTableModelChangeType.idl:67
const long REFERENCE
indicates that a user is allowed to set foreign keys for a table.
Definition: Privilege.idl:61
const long READ
specifies opening of an element for reading.
Definition: ElementModes.idl:40
const long CREATE
frame will be created if not found
Definition: FrameSearchFlag.idl:71
const short DELETE
One or more rows and/or columns have been deleted.
Definition: AccessibleTableModelChangeType.idl:58
const long DROP
indicates that a user is allowed to drop a definition object.
Definition: Privilege.idl:65
const long ALTER
indicates that a user is allowed to alter an existing object.
Definition: Privilege.idl:57
const long SELECT
indicates that a user is allowed to read the data.
Definition: Privilege.idl:33