C | |
| connect [Dbi.Factory] |
Connect to a specific type of database.
|
D | |
| database_types [Dbi.Factory] |
Returns a list of registered database types.
|
I | |
| interval_of_string [Dbi_postgres] |
Convert a string into an interval.
|
N | |
| null_interval [Dbi] |
An interval with the
iv_is_null field set to true.
|
| null_timestamp [Dbi] |
A timestamp with the
ts_is_null field set to true.
|
R | |
| register [Dbi.Factory] |
Specific database drivers register themselves on load (or
Dynlink)
by calling this function.
|
S | |
| string_of_interval [Dbi_postgres] |
Convert an interval into a string.
|
| string_of_timestamp [Dbi_postgres] |
Convert a timestamp into a string.
|
T | |
| timestamp_of_string [Dbi_postgres] |
Convert a string into a timestamp.
|