![]() |
Qore DataProvider Module Reference 3.0
|
Variables | |
const | DataProvider::DPO_AllOptions = ... |
The mask of all data provider options. | |
const | DataProvider::DPO_DisableOnDemandInitialization = (1 << 1) |
Disable on-demand initialization. | |
const | DataProvider::DPO_EnableServers = (1 << 0) |
These are constants for global data provider behavior
const DataProvider::DPO_DisableOnDemandInitialization = (1 << 1) |
Disable on-demand initialization.
This option ensures that all eligible data providers are initialized immediately instead of when they are used; this can be useful for testing
const DataProvider::DPO_EnableServers = (1 << 0) |
Enable servers If this is set, then external server threads or programs may be started for data provider functionality; in this case the user must call DataProvider::shutdown() before exiting