COOPY » Guide
version 0.6.5
|
#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) |
Definition at line 40 of file DbiSqlWrapper.h.
coopy::store::SqlTable::SqlTable | ( | DbiSqlWrapper * | db, |
const SqlTableName & | name | ||
) | [inline] |
Definition at line 54 of file DbiSqlWrapper.h.
std::vector<std::string> coopy::store::SqlTable::getAllButPrimaryKey | ( | ) | [inline] |
Definition at line 70 of file DbiSqlWrapper.h.
References coopy::store::ColumnInfo::getName(), and coopy::store::ColumnInfo::isPrimaryKey().
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] |
Definition at line 59 of file DbiSqlWrapper.h.
References coopy::store::ColumnInfo::getName(), and coopy::store::ColumnInfo::isPrimaryKey().
std::string coopy::store::SqlTable::getQuotedColumnName | ( | const std::string & | name | ) | [inline] |
Definition at line 99 of file DbiSqlWrapper.h.
References coopy::store::DbiSqlWrapper::getQuotedColumnName().
std::string coopy::store::SqlTable::getQuotedTableName | ( | ) | [inline] |
Definition at line 92 of file DbiSqlWrapper.h.
References coopy::store::DbiSqlWrapper::getQuotedTableName().