COOPY » Guide  version 0.6.5
Public Member Functions
coopy::store::PoolColumnLink Class Reference

#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 PoolColumnLinkoperator= (const PoolColumnLink &alt)
bool isInventor ()
PoolColumngetColumn ()
bool isValid () const
std::string getTableName () const
std::string getColumnName () const
std::string getPoolName () const

Detailed Description

Definition at line 37 of file Pool.h.


Constructor & Destructor Documentation

coopy::store::PoolColumnLink::PoolColumnLink ( ) [inline]

Definition at line 45 of file Pool.h.

coopy::store::PoolColumnLink::PoolColumnLink ( PoolColumn column,
bool  invent 
) [inline]

Definition at line 50 of file Pool.h.

coopy::store::PoolColumnLink::PoolColumnLink ( PoolColumn column,
bool  invent,
const std::string &  table_name,
const std::string &  column_name,
const std::string &  pool_name 
) [inline]

Definition at line 54 of file Pool.h.

coopy::store::PoolColumnLink::PoolColumnLink ( const PoolColumnLink alt) [inline]

Definition at line 64 of file Pool.h.


Member Function Documentation

PoolColumn& coopy::store::PoolColumnLink::getColumn ( ) [inline]
std::string coopy::store::PoolColumnLink::getColumnName ( ) const [inline]
std::string coopy::store::PoolColumnLink::getPoolName ( ) const [inline]
std::string coopy::store::PoolColumnLink::getTableName ( ) const [inline]
bool coopy::store::PoolColumnLink::isInventor ( ) [inline]
bool coopy::store::PoolColumnLink::isValid ( ) const [inline]
const PoolColumnLink& coopy::store::PoolColumnLink::operator= ( const PoolColumnLink alt) [inline]

Definition at line 72 of file Pool.h.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines