MCPcopy Create free account
hub / github.com/Icinga/icinga2 / DbType

Method DbType

lib/db_ido/dbtype.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace icinga;
11
12DbType::DbType(String name, String table, long tid, String idcolumn, DbType::ObjectFactory factory)
13 : m_Name(std::move(name)), m_Table(std::move(table)), m_TypeID(tid), m_IDColumn(std::move(idcolumn)), m_ObjectFactory(std::move(factory))
14{ }
15
16String DbType::GetName() const
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected