LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Modules | Constant Groups | Variables
ColumnValue.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::sdbc
 Database component interfaces.
 

Constant Groups

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.
 

Variables

const long NO_NULLS = 0
 indicates that a column does not allow NULL values. More...
 
const long NULLABLE = 1
 indicates that a column does allow NULL values. More...
 
const long NULLABLE_UNKNOWN = 2
 indicates that the nullability of the column is unknown. More...