#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="=") |
|
const coral::AttributeList & | get () const |
|
const std::string & | setClause () const |
|
template<typename... Columns, typename Params > |
void | setColumnData (const Params ¶ms) |
|
template<typename Column1 , typename Column2 > |
void | setColumnMatch () |
|
| UpdateBuffer () |
|
const std::string & | whereClause () const |
|
|
template<typename Params , int n, typename C1 , typename... Cs> |
void | _set (const Params ¶ms) |
|
template<typename Params , int n> |
void | _set (const Params &) |
|
Definition at line 490 of file DbCore.h.
cond::persistency::UpdateBuffer::UpdateBuffer |
( |
| ) |
|
|
inline |
template<typename Params , int n, typename C1 , typename... Cs>
void cond::persistency::UpdateBuffer::_set |
( |
const Params & |
params | ) |
|
|
inlineprivate |
template<typename Params , int n>
void cond::persistency::UpdateBuffer::_set |
( |
const Params & |
| ) |
|
|
inlineprivate |
template<typename Column , typename P >
void cond::persistency::UpdateBuffer::addWhereCondition |
( |
const P & |
param, |
|
|
const std::string |
condition = "=" |
|
) |
| |
|
inline |
template<typename Column1 , typename Column2 >
void cond::persistency::UpdateBuffer::addWhereCondition |
( |
const std::string |
condition = "=" | ) |
|
|
inline |
const coral::AttributeList& cond::persistency::UpdateBuffer::get |
( |
| ) |
const |
|
inline |
const std::string& cond::persistency::UpdateBuffer::setClause |
( |
| ) |
const |
|
inline |
template<typename... Columns, typename Params >
void cond::persistency::UpdateBuffer::setColumnData |
( |
const Params & |
params | ) |
|
|
inline |
template<typename Column1 , typename Column2 >
void cond::persistency::UpdateBuffer::setColumnMatch |
( |
| ) |
|
|
inline |
const std::string& cond::persistency::UpdateBuffer::whereClause |
( |
| ) |
const |
|
inline |
coral::AttributeList cond::persistency::UpdateBuffer::m_data |
|
private |
std::string cond::persistency::UpdateBuffer::m_setClause |
|
private |
std::string cond::persistency::UpdateBuffer::m_whereClause |
|
private |