libdballe  7.29
Public Member Functions | Protected Attributes | List of all members
dballe::db::v6::sqlite::SQLiteDataV6 Class Reference

Precompiled query to manipulate the data table. More...

#include <datav6.h>

Inheritance diagram for dballe::db::v6::sqlite::SQLiteDataV6:
dballe::db::v6::DataV6

Public Member Functions

 SQLiteDataV6 (dballe::sql::SQLiteConnection &conn)
 
 SQLiteDataV6 (const SQLiteDataV6 &)=delete
 
 SQLiteDataV6 (const SQLiteDataV6 &&)=delete
 
SQLiteDataV6operator= (const SQLiteDataV6 &)=delete
 
void insert (dballe::sql::Transaction &t, v6::bulk::InsertV6 &vars, UpdateMode update_mode=UPDATE) override
 Bulk variable insert.
 
void remove (const v6::QueryBuilder &qb) override
 Run the query to delete all records selected by the given QueryBuilder.
 
void dump (FILE *out) override
 Dump the entire contents of the table to an output stream.
 

Protected Attributes

dballe::sql::SQLiteConnectionconn
 DB connection.
 
dballe::sql::SQLiteStatementsstm = nullptr
 Precompiled select statement to prepare bulk insert.
 

Additional Inherited Members

- Public Types inherited from dballe::db::v6::DataV6
enum  UpdateMode { UPDATE, IGNORE, ERROR }
 

Detailed Description

Precompiled query to manipulate the data table.


The documentation for this class was generated from the following file: