LibreOfficeDev
LibreOfficeDev 25.8 SDK API 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 | |
constants | com::sun::star::sdbc::PseudoColumnUsage |
determines pseudo/hidden column usage. | |
Variables | |
const long | NO_USAGE_RESTRICTIONS = 0 |
indicates there are no restrictions on the usage of the pseudo/hidden columns. More... | |
const long | SELECT_LIST_ONLY = 1 |
indicates the pseudo/hidden column may only be used in a SELECT list. More... | |
const long | USAGE_UNKNOWN = 2 |
indicates the usage of the pseudo/hidden column cannot be determined. More... | |
const long | WHERE_CLAUSE_ONLY = 3 |
indicates the pseudo/hidden column may only be used in a WHERE clause. More... | |