*int getDBIDriverCapabilities(string driver)
Returns an integer representing the capabilities of a DBI driver binary-OR'ed together (see DBI Capab...
*list< string > getDBIDriverList()
Returns a list of strings of DBI drivers currently loaded or NOTHING if no drivers are loaded...
int dbi_get_driver_capabilities(string driver)
Returns an integer representing the capabilities of a DBI driver binary-OR'ed together (see DBI Capab...
const RESULTSET
for binding result set placeholders (SQLStatement output values)
Definition: ql_dbi.dox.h:264
const DECIMAL
for binding decimal values as a number
Definition: ql_dbi.dox.h:252
hash< auto > parse_datasource(string ds)
Returns a datasource hash of the components of a datasource string.
const CLOB
for binding CLOB values
Definition: ql_dbi.dox.h:246
const VARCHAR
for binding string values
Definition: ql_dbi.dox.h:266
*list< string > dbi_get_driver_capability_list(string driver)
Returns a list of each capability supported by the given DBI driver (see DBI Capability Constants) or...
const NUMERIC
for binding numeric values as a number
Definition: ql_dbi.dox.h:260
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...
*list< string > dbi_get_driver_list()
Returns a list of strings of DBI drivers currently loaded or NOTHING if no drivers are loaded...
const NUMBER
for binding number values as a number
Definition: ql_dbi.dox.h:256
hash< auto > hash(object obj)
Returns a hash of an object's members.
const BLOB
for binding BLOB values
Definition: ql_dbi.dox.h:244
*hash< auto > dbi_get_driver_options(string driver)
returns a hash of driver options
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
const DATE
for binding date/time values
Definition: ql_dbi.dox.h:248