libdballe  7.7
Public Member Functions | Protected Attributes
dballe::db::postgresql::PostgreSQLDataV6 Class Reference

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

#include <datav6.h>

Inheritance diagram for dballe::db::postgresql::PostgreSQLDataV6:
dballe::db::sql::DataV6

Public Member Functions

 PostgreSQLDataV6 (PostgreSQLConnection &conn)
 
 PostgreSQLDataV6 (const PostgreSQLDataV6 &)=delete
 
 PostgreSQLDataV6 (const PostgreSQLDataV6 &&)=delete
 
PostgreSQLDataV6operator= (const PostgreSQLDataV6 &)=delete
 
void insert (Transaction &t, sql::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

PostgreSQLConnectionconn
 DB connection. More...
 

Additional Inherited Members

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

Detailed Description

Precompiled query to manipulate the data table.

Field Documentation

PostgreSQLConnection& dballe::db::postgresql::PostgreSQLDataV6::conn
protected

DB connection.


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