libdballe
7.6
|
Precompiled query to manipulate the data table. More...
#include <datav6.h>
Public Types | |
enum | UpdateMode { UPDATE, IGNORE, ERROR } |
Public Member Functions | |
virtual void | insert (Transaction &t, bulk::InsertV6 &vars, UpdateMode update_mode=UPDATE)=0 |
Bulk variable insert. | |
virtual void | remove (const v6::QueryBuilder &qb)=0 |
Run the query to delete all records selected by the given QueryBuilder. | |
virtual void | dump (FILE *out)=0 |
Dump the entire contents of the table to an output stream. | |
Precompiled query to manipulate the data table.