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

#include <DbiSqlWrapper.h>

Public Member Functions

 SqlTable (DbiSqlWrapper *db, const SqlTableName &name)
std::vector< std::string > getPrimaryKey ()
std::vector< std::string > getAllButPrimaryKey ()
std::vector< std::string > getColumnNames ()
std::string getQuotedTableName ()
std::string getQuotedColumnName (const std::string &name)

Detailed Description

Definition at line 40 of file DbiSqlWrapper.h.


Constructor & Destructor Documentation

coopy::store::SqlTable::SqlTable ( DbiSqlWrapper db,
const SqlTableName name 
) [inline]

Definition at line 54 of file DbiSqlWrapper.h.


Member Function Documentation

std::vector<std::string> coopy::store::SqlTable::getAllButPrimaryKey ( ) [inline]
std::vector<std::string> coopy::store::SqlTable::getColumnNames ( ) [inline]

Definition at line 81 of file DbiSqlWrapper.h.

References coopy::store::ColumnInfo::getName().

std::vector<std::string> coopy::store::SqlTable::getPrimaryKey ( ) [inline]
std::string coopy::store::SqlTable::getQuotedColumnName ( const std::string &  name) [inline]
std::string coopy::store::SqlTable::getQuotedTableName ( ) [inline]

Definition at line 92 of file DbiSqlWrapper.h.

References coopy::store::DbiSqlWrapper::getQuotedTableName().


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