LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
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. More...
 
const long VIEW = 1
 indicates a view. More...
 
const long COLUMN = 2
 indicates a column of a table. More...
 

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.