COOPY » Guide
version 0.6.5
|
#include <PoolImpl.h>
Public Member Functions | |
PoolLinkImpl () | |
Data Fields | |
std::string | name |
std::string | table_name |
std::string | column_name |
bool | invent |
Definition at line 18 of file PoolImpl.h.
coopy::store::PoolLinkImpl::PoolLinkImpl | ( | ) | [inline] |
Definition at line 25 of file PoolImpl.h.
References invent.
std::string coopy::store::PoolLinkImpl::column_name |
Definition at line 22 of file PoolImpl.h.
Referenced by coopy::store::PoolImpl::create(), and coopy::store::PoolImpl::trace().
Definition at line 23 of file PoolImpl.h.
Referenced by coopy::store::PoolImpl::create(), PoolLinkImpl(), and coopy::store::PoolImpl::trace().
std::string coopy::store::PoolLinkImpl::name |
Definition at line 20 of file PoolImpl.h.
Referenced by coopy::store::PoolImpl::create(), and coopy::store::PoolImpl::trace().
std::string coopy::store::PoolLinkImpl::table_name |
Definition at line 21 of file PoolImpl.h.
Referenced by coopy::store::PoolImpl::create(), and coopy::store::PoolImpl::trace().