COOPY » Guide
version 0.6.5
|
#include <Pool.h>
Public Member Functions | |
PoolColumnLink () | |
PoolColumnLink (PoolColumn &column, bool invent) | |
PoolColumnLink (PoolColumn &column, bool invent, const std::string &table_name, const std::string &column_name, const std::string &pool_name) | |
PoolColumnLink (const PoolColumnLink &alt) | |
const PoolColumnLink & | operator= (const PoolColumnLink &alt) |
bool | isInventor () |
PoolColumn & | getColumn () |
bool | isValid () const |
std::string | getTableName () const |
std::string | getColumnName () const |
std::string | getPoolName () const |
coopy::store::PoolColumnLink::PoolColumnLink | ( | PoolColumn & | column, |
bool | invent | ||
) | [inline] |
coopy::store::PoolColumnLink::PoolColumnLink | ( | PoolColumn & | column, |
bool | invent, | ||
const std::string & | table_name, | ||
const std::string & | column_name, | ||
const std::string & | pool_name | ||
) | [inline] |
coopy::store::PoolColumnLink::PoolColumnLink | ( | const PoolColumnLink & | alt | ) | [inline] |
PoolColumn& coopy::store::PoolColumnLink::getColumn | ( | ) | [inline] |
Definition at line 83 of file Pool.h.
Referenced by coopy::cmp::SheetPatcher::changeRow(), coopy::store::PoolImpl::lookup(), and coopy::cmp::MergeOutputFilter::mergeAllDone().
std::string coopy::store::PoolColumnLink::getColumnName | ( | ) | const [inline] |
Definition at line 94 of file Pool.h.
Referenced by coopy::cmp::Patcher::addPoolsFromFlags(), coopy::cmp::Patcher::addPoolsFromSchema(), and coopy::store::TextBook::fixSchema().
std::string coopy::store::PoolColumnLink::getPoolName | ( | ) | const [inline] |
Definition at line 98 of file Pool.h.
Referenced by coopy::cmp::Patcher::addPoolsFromFlags(), coopy::cmp::Patcher::addPoolsFromSchema(), and coopy::store::PoolImpl::trace().
std::string coopy::store::PoolColumnLink::getTableName | ( | ) | const [inline] |
Definition at line 90 of file Pool.h.
Referenced by coopy::cmp::Patcher::addPoolsFromFlags(), coopy::cmp::Patcher::addPoolsFromSchema(), and coopy::store::TextBook::fixSchema().
bool coopy::store::PoolColumnLink::isInventor | ( | ) | [inline] |
Definition at line 81 of file Pool.h.
Referenced by coopy::cmp::Patcher::addPoolsFromFlags(), coopy::cmp::Patcher::addPoolsFromSchema(), coopy::cmp::SheetPatcher::changeRow(), coopy::store::TextBook::fixSchema(), and coopy::cmp::MergeOutputFilter::mergeAllDone().
bool coopy::store::PoolColumnLink::isValid | ( | ) | const [inline] |
Definition at line 85 of file Pool.h.
References coopy::store::PoolColumn::isValid().
Referenced by coopy::cmp::Patcher::addPoolsFromFlags(), coopy::cmp::Patcher::addPoolsFromSchema(), coopy::cmp::SheetPatcher::changeRow(), coopy::store::TextBook::fixSchema(), and coopy::store::PoolImpl::lookup().
const PoolColumnLink& coopy::store::PoolColumnLink::operator= | ( | const PoolColumnLink & | alt | ) | [inline] |