CernVM-FS
2.12.0
|
Go to the source code of this file.
Namespaces | |
history | |
Macros | |
#define | DB_FIELDS_V1R0 |
#define | DB_FIELDS_V1R1 |
#define | DB_FIELDS_V1R3 |
#define | DB_PLACEHOLDERS |
#define | ROLLBACK_COND |
#define | MAKE_STATEMENT(STMT_TMPL, REV) |
#define | MAKE_STATEMENTS(STMT_TMPL) |
#define | DEFERRED_INIT(DB, REV) DeferredInit((DB)->sqlite_db(), (REV).c_str()) |
#define | DEFERRED_INITS(DB) |
#define DB_FIELDS_V1R0 |
Definition at line 196 of file history_sql.cc.
#define DB_FIELDS_V1R1 |
Definition at line 198 of file history_sql.cc.
#define DB_FIELDS_V1R3 |
Definition at line 200 of file history_sql.cc.
#define DB_PLACEHOLDERS |
Definition at line 202 of file history_sql.cc.
#define DEFERRED_INIT | ( | DB, | |
REV | |||
) | DeferredInit((DB)->sqlite_db(), (REV).c_str()) |
Definition at line 222 of file history_sql.cc.
#define DEFERRED_INITS | ( | DB | ) |
Definition at line 225 of file history_sql.cc.
Referenced by history::SqlFindBranchHead::SqlFindBranchHead(), history::SqlFindTag::SqlFindTag(), history::SqlFindTagByDate::SqlFindTagByDate(), history::SqlInsertTag::SqlInsertTag(), history::SqlListRollbackTags::SqlListRollbackTags(), history::SqlListTags::SqlListTags(), and history::SqlRollbackTag::SqlRollbackTag().
#define MAKE_STATEMENT | ( | STMT_TMPL, | |
REV | |||
) |
Definition at line 208 of file history_sql.cc.
#define MAKE_STATEMENTS | ( | STMT_TMPL | ) |
Definition at line 217 of file history_sql.cc.
Referenced by history::SqlFindBranchHead::SqlFindBranchHead(), history::SqlFindTag::SqlFindTag(), history::SqlFindTagByDate::SqlFindTagByDate(), history::SqlInsertTag::SqlInsertTag(), history::SqlListRollbackTags::SqlListRollbackTags(), history::SqlListTags::SqlListTags(), and history::SqlRollbackTag::SqlRollbackTag().
#define ROLLBACK_COND |
Definition at line 204 of file history_sql.cc.