#include <DbCore.h>
Public Member Functions | |
template<typename... ColumnTypes> | |
void | createIndex (const std::string &name) |
const coral::TableDescription & | get () |
template<typename Column , typename ReferencedColumn > | |
void | setForeignKey (const std::string &name) |
template<typename... ColumnTypes> | |
void | setPrimaryKey () |
template<typename... ColumnTypes> | |
void | setUniqueConstraint (const std::string &name) |
TableDescription (const char *name) | |
Private Member Functions | |
template<int n> | |
void | _makeList (std::vector< std::string > &) |
template<int n, typename Arg1 , typename... Args> | |
void | _makeList (std::vector< std::string > &columnNames) |
template<int n> | |
void | addColumn (coral::TableDescription &) |
template<int n, typename Arg1 , typename... Args> | |
void | addColumn (coral::TableDescription &tableDescription) |
template<int , typename Col1 , typename... Cols> | |
void | checkColumns () |
template<int > | |
void | checkColumns () |
template<typename... ColumnTypes> | |
std::vector< std::string > | makeList () |
Private Attributes | |
coral::TableDescription | m_description |
|
inlineexplicit |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
Definition at line 266 of file DbCore.h.
Referenced by Options.Options::__getitem__(), cond::persistency::GLOBAL_TAG::Table::create(), and cond::persistency::GLOBAL_TAG_MAP::Table::create().
|
inlineprivate |
|
inline |
|
inline |
Definition at line 246 of file DbCore.h.
Referenced by cond::persistency::GLOBAL_TAG::Table::create(), and cond::persistency::GLOBAL_TAG_MAP::Table::create().
|
inline |
|
private |