libdballe
7.29
|
Precompiled query to manipulate the data table. More...
#include <datav6.h>
Public Member Functions | |
PostgreSQLDataV6 (dballe::sql::PostgreSQLConnection &conn) | |
PostgreSQLDataV6 (const PostgreSQLDataV6 &)=delete | |
PostgreSQLDataV6 (const PostgreSQLDataV6 &&)=delete | |
PostgreSQLDataV6 & | operator= (const PostgreSQLDataV6 &)=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::PostgreSQLConnection & | conn |
DB connection. More... | |
Additional Inherited Members | |
![]() | |
enum | UpdateMode { UPDATE, IGNORE, ERROR } |
Precompiled query to manipulate the data table.
|
protected |
DB connection.