aliases.h | Resolve aliases to variable codes |
aof_codec.h | AOF message codec |
aoffile.h | AOF File I/O |
arrayfile.h | In-memory versions of File, to be used for testing, |
mysql/attrv6.h | |
odbc/attrv6.h | |
postgresql/attrv6.h | |
sql/attrv6.h | |
sqlite/attrv6.h | |
base.h | |
bench.h | |
bulletin.h | |
byteswap.h | |
cmdline.h | Common functions for commandline tools |
codec.h | General codec options |
aof_importers/common.h | |
wr_exporters/common.h | |
commonapi.h | |
context-extravars.h | |
context.h | Sorted storage for all the dba_msg_datum present on one level |
conversion.h | |
csv.h | Routines to parse data in CSV format |
mem/cursor.h | |
v6/cursor.h | |
mysql/datav6.h | Data table management used by the db module |
odbc/datav6.h | Data table management used by the db module |
postgresql/datav6.h | Data table management used by the db module |
sql/datav6.h | Attribute table management used by the db module |
sqlite/datav6.h | Data table management used by the db module |
db.h | Functions used to connect to DB-All.e and insert, query and delete data |
mem/db.h | |
v6/db.h | Functions used to connect to DB-All.e and insert, query and delete data |
dbadb.h | |
dbapi.h | |
core/defs.h | Common definitions |
db/defs.h | |
mysql/driver.h | |
odbc/driver.h | |
postgresql/driver.h | |
sql/driver.h | Attribute table management used by the db module |
sqlite/driver.h | |
core/file.h | |
file.h | |
index.h | |
mysql/internals.h | |
odbc/internals.h | Database functions and data structures used by the db module, but not exported as official API |
postgresql/internals.h | |
sql/internals.h | |
sqlite/internals.h | |
json.h | |
db/mysql/levtr.h | |
db/odbc/levtr.h | Lev_tr table management used by the db module |
db/postgresql/levtr.h | |
db/sql/levtr.h | |
db/sqlite/levtr.h | |
memdb/levtr.h | |
match-wreport.h | Implement a storage object for a group of related observation data |
match.h | |
matcher.h | |
memdb.h | |
message.h | |
msg-extravars.h | |
msg.h | Abstraction for a weather report message which is independent from the encoding, used to make sense of decoded information and to carry data between the various import and export modules of DB-ALLe |
msgapi.h | |
processor.h | |
qbuilder.h | |
core/query.h | |
query.h | |
querybuf.h | Implementation of an efficient string buffer for composing database queries |
core/record.h | Implement a storage object for a group of related observation data |
record.h | |
mem/repinfo.h | |
mysql/repinfo.h | |
odbc/repinfo.h | Repinfo table management used by the db module |
postgresql/repinfo.h | Repinfo table management used by the db module |
sql/repinfo.h | Repinfo table management used by the db module |
sqlite/repinfo.h | |
results.h | |
serializer.h | |
simple.h | |
sql.h | |
db/mysql/station.h | Station table management used by the db module |
db/odbc/station.h | |
db/postgresql/station.h | Station table management used by the db module |
db/sql/station.h | Station table management used by the db module |
db/sqlite/station.h | Station table management used by the db module |
memdb/station.h | |
stationvalue.h | |
stlutils.h | |
structbuf.h | |
summary.h | |
tests-lua.h | |
core/tests.h | |
db/tests.h | |
memdb/tests.h | |
msg/tests.h | |
core/trace.h | |
db/trace.h | |
types.h | Common base types used by most of DB-All.e code |
value.h | |
valuebase.h | |
values.h | |
valuestorage.h | |
core/var.h | Implement ::dba_var, an encapsulation of a measured variable |
var.h | Create wreport variables from the DB-All.e B table |
varmatch.h | |
vars.h | Shortcut IDs and functions to quickly refer to commonly used values inside a ::dba_msg |
vasprintf.h | |
verbose.h | Debugging aid framework that allows to print, at user request, runtime verbose messages about internal status and operation |
wr_codec.h | |