LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
KeyType.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::sdbcx
 High-level database component interfaces.
 

Constant Groups

constants  com::sun::star::sdbcx::KeyType
 determines the type of a key.
 

Variables

const long PRIMARY = 1
 indicates that the key is the primary key of a table. More...
 
const long UNIQUE = 2
 indicates that the key is unique, NULL values are allowed. More...
 
const long FOREIGN = 3
 indicates that the key is a foreign key of a table. More...