22 #ifndef DBALLE_DB_MYSQL_V6_DATA_H
23 #define DBALLE_DB_MYSQL_V6_DATA_H
32 #include <dballe/db/mysql/internals.h>
59 void dump(FILE* out)
override;
Database connection.
Definition: mysql/internals.h:145
void insert(Transaction &t, sql::bulk::InsertV6 &vars, UpdateMode update_mode=UPDATE) override
Bulk variable insert.
Copyright (C) 2008–2010 ARPA-SIM urpsim@smr.arpa.emr.it
Definition: cmdline.h:17
Attribute table management used by the db module.
void dump(FILE *out) override
Dump the entire contents of the table to an output stream.
A RAII transaction interface.
Definition: sql.h:134
Input for a bulk insert of a lot of variables sharing the same context information.
Definition: sql/datav6.h:133
Precompiled query to manipulate the data table.
Definition: mysql/datav6.h:44
MySQLConnection & conn
DB connection.
Definition: mysql/datav6.h:48
Build SQL queries for V6 databases.
Definition: qbuilder.h:15
Precompiled query to manipulate the data table.
Definition: sql/datav6.h:57