22 #ifndef DBALLE_DB_ODBC_DATAV6_H 23 #define DBALLE_DB_ODBC_DATAV6_H 59 void dump(FILE* out)
override;
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.
Precompiled query to manipulate the data table.
Definition: odbc/datav6.h:44
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
Build SQL queries for V6 databases.
Definition: qbuilder.h:15
ODBCConnection & conn
DB connection.
Definition: odbc/datav6.h:48
Database functions and data structures used by the db module, but not exported as official API...
Database connection.
Definition: odbc/internals.h:87
Precompiled query to manipulate the data table.
Definition: sql/datav6.h:57