![]() |
Qore DatasourceProvider Module Reference
1.1
|
The DatasourceProvider namespace contains all the objects in the DatasourceProvider module. More...
Functions | |
| *hash< string, string > | get_ds_hash (*bool verbose) |
Returns all datasource supported with their connection strings prefixed by "db://". | |
| string | get_ds_string (string str, *bool verbose) |
| Returns a datasource connection string. More... | |
The DatasourceProvider namespace contains all the objects in the DatasourceProvider module.
Returns a datasource connection string.
| str | the identifier or datasource connection string |
| verbose | display datasource provider module errors on stdout (otherwise errors are ignored) |
| DATASOURCE-ERROR | the connection string cannot be matched as an external datasource identifier by a datasource provider module and there is no driver specification in the string (ex: "driver:...") |
QORE_DATASOURCE_PROVIDERS environment variable; datasource provider modules must be separated with PathSep characters