#include <DbCore.h>
|
template<typename Column , typename P > |
void | addWhereCondition (const P ¶m, const std::string condition="=") |
|
template<typename Column1 , typename Column2 > |
void | addWhereCondition (const std::string condition="=") |
|
| DeleteBuffer () |
|
const coral::AttributeList & | get () const |
|
const std::string & | whereClause () const |
|
Definition at line 547 of file DbCore.h.
cond::persistency::DeleteBuffer::DeleteBuffer |
( |
| ) |
|
|
inline |
template<typename Column , typename P >
void cond::persistency::DeleteBuffer::addWhereCondition |
( |
const P & |
param, |
|
|
const std::string |
condition = "=" |
|
) |
| |
|
inline |
template<typename Column1 , typename Column2 >
void cond::persistency::DeleteBuffer::addWhereCondition |
( |
const std::string |
condition = "=" | ) |
|
|
inline |
const coral::AttributeList& cond::persistency::DeleteBuffer::get |
( |
| ) |
const |
|
inline |
const std::string& cond::persistency::DeleteBuffer::whereClause |
( |
| ) |
const |
|
inline |
coral::AttributeList cond::persistency::DeleteBuffer::m_data |
|
private |
std::string cond::persistency::DeleteBuffer::m_whereClause |
|
private |