|
file | db.h [code] |
| Functions used to connect to DB-All.e and insert, query and delete data.
|
|
file | internals.h [code] |
| Database functions and data structures used by the db module, but not exported as official API.
|
|
file | modifiers.h [code] |
|
file | odbcworkarounds.h [code] |
| The ODBC specification is imperfect with regards to integer sizes on 64bit platforms, and different ODBC drivers are currently interpreting it differently.
|
|
file | querybuf.h [code] |
| Implementation of an efficient string buffer for composing database queries.
|
|