LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
com::sun::star::sdbcx::PrivilegeObject Constant Group Referencepublished

defines the list of objects for which a user may have access rights or not. More...

Variables

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

Detailed Description

defines the list of objects for which a user may have access rights or not.

This list may grow in the future.

Variable Documentation

◆ COLUMN

const long COLUMN = 2

indicates a column of a table.

◆ TABLE

const long TABLE = 0

indicates a table.

◆ VIEW

const long VIEW = 1

indicates a view.