Top   Module   Use   Manual   Index 

com :: sun :: star :: sdbcx ::

constants group PrivilegeObject


Description
defines the list of objects for which a user may have accessrights or not. This list may grow in the future.


Constants

const long TABLE = = 0;
Description
indicates a table.
const long VIEW = = 1;
Description
indicates a view.
const long COLUMN = = 2;
Description
indicates a column of a table.
Top of Page