constants group PrivilegeObject in module com::sun::star::sdbcx::

(Global Index)

Syntax

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 Summary

TABLE indicates a table.

VIEW indicates a view.

COLUMN indicates a column of a table.

Field Details



TABLE

Syntax

const long  TABLE = 0;

Description

indicates a table.


VIEW

Syntax

const long  VIEW = 1;

Description

indicates a view.


COLUMN

Syntax

const long  COLUMN = 2;

Description

indicates a column of a table.

Top of Page