LibreOffice
LibreOffice 24.2 SDK API Reference
|
determines whether a column allows SQL NULL values or not. More...
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... | |
determines whether a column allows SQL NULL values or not.
const long NO_NULLS = 0 |
indicates that a column does not allow NULL values.
const long NULLABLE = 1 |
indicates that a column does allow NULL values.
const long NULLABLE_UNKNOWN = 2 |
indicates that the nullability of the column is unknown.