CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
history::SqlRollback< MixinT, offset > Class Template Reference

#include <history_sql.h>

Inheritance diagram for history::SqlRollback< MixinT, offset >:
Collaboration diagram for history::SqlRollback< MixinT, offset >:

Public Member Functions

bool BindTargetTag (const History::Tag &target_tag)
 

Detailed Description

template<class MixinT, int offset = 0>
class history::SqlRollback< MixinT, offset >

Mixin to inject the rollback condition definition and the BindTargetTag() method into other subclasses.

Note: See documentation of the SqlRetrieveTag<> for further details.

Parameters
MixinTthe class that should gain BindTargetTags()'s functionality
offsetoffset for SQLite placeholders, if used inside other complex SQL queries with preceding placeholders

Definition at line 203 of file history_sql.h.

Member Function Documentation

template<class MixinT, int offset = 0>
bool history::SqlRollback< MixinT, offset >::BindTargetTag ( const History::Tag target_tag)
inline

Definition at line 205 of file history_sql.h.


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