| LibreOffice
    LibreOffice 24.8 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. | |
| 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. | |
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.