LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
Modules | Macros | Variables
BestRowType.idl File Reference

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::sdbc
 Database component interfaces.
 

Constant Groups

constants  com::sun::star::sdbc::BestRowType
 determines the type of the best row identifier.
 

Macros

#define __com_sun_star_sdbc_BestRowType_idl__
 

Variables

const long UNKNOWN = 0
 indicates that the best row identifier may or may not be a pseudo-column.
 
const long NOT_PSEUDO = 1
 indicates that the best row identifier is NOT a pseudo-column.
 
const long PSEUDO = 2
 indicates that the best row identifier is a pseudo-column.
 

Macro Definition Documentation

◆ __com_sun_star_sdbc_BestRowType_idl__

#define __com_sun_star_sdbc_BestRowType_idl__