LibreOffice
LibreOffice 25.8 SDK API Reference
|
determines pseudo/hidden column usage. More...
Variables | |
const long | NO_USAGE_RESTRICTIONS = 0 |
indicates there are no restrictions on the usage of the pseudo/hidden columns. | |
const long | SELECT_LIST_ONLY = 1 |
indicates the pseudo/hidden column may only be used in a SELECT list. | |
const long | USAGE_UNKNOWN = 2 |
indicates the usage of the pseudo/hidden column cannot be determined. | |
const long | WHERE_CLAUSE_ONLY = 3 |
indicates the pseudo/hidden column may only be used in a WHERE clause. |
determines pseudo/hidden column usage.
const long NO_USAGE_RESTRICTIONS = 0 |
indicates there are no restrictions on the usage of the pseudo/hidden columns.
const long SELECT_LIST_ONLY = 1 |
indicates the pseudo/hidden column may only be used in a SELECT list.
const long USAGE_UNKNOWN = 2 |
indicates the usage of the pseudo/hidden column cannot be determined.
const long WHERE_CLAUSE_ONLY = 3 |
indicates the pseudo/hidden column may only be used in a WHERE clause.