 |
Qore Programming Language Reference Manual
0.9.10
|
151 int dbi_get_driver_capabilities(
string driver);
170 *list<string> dbi_get_driver_capability_list(
string driver);
187 *list<string> dbi_get_driver_list();
206 *hash<auto> dbi_get_driver_options(
string driver);
229 hash<auto> parse_datasource(
string ds);
252 const DECIMAL =
"number";
256 const NUMBER =
"number";
260 const NUMERIC =
"number";
264 const RESULTSET =
"resultset";
266 const VARCHAR =
"string";
*list< string > getDBIDriverList()
Returns a list of strings of DBI drivers currently loaded or NOTHING if no drivers are loaded.
hash< auto > hash(object obj)
Returns a hash of an object's members.
*int getDBIDriverCapabilities(string driver)
Returns an integer representing the capabilities of a DBI driver binary-OR'ed together (see DBI Capab...
hash parseDatasource(string ds)
Returns a datasource hash of the components of a datasource string.
*list< string > getDBIDriverCapabilityList(string driver)
Returns a list of each capability supported by the given DBI driver (see DBI Capability Constants) or...
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3