ffead.server.doc
|
Public Member Functions | |
Cibernate (string) | |
Cibernate (string, string, string, int) | |
void | close () |
bool | startTransaction () |
bool | commit () |
bool | rollback () |
void | procedureCall (string) |
void | addParam (string name, string type, Object &obj) |
void | addParam (string name, Object &obj) |
Object | getParam (string name) |
void | addParam1 (string name, string type, Object &obj) |
void | addParam1 (string name, Object &obj) |
Object | getParam1 (string name) |
vector< map< string, void * > > | getARSCW (string tableName, vector< string > cols, vector< string > coltypes) |
void | truncate (string clasName) |
void | empty (string clasName) |
vector< map< string, void * > > | execute (CibernateQuery query) |
template<class T > | |
vector< T > | getList (CibernateQuery query) |
template<class T > | |
T | get (CibernateQuery query) |
template<class T > | |
bool | executeUpdate (CibernateQuery query) |
template<class T > | |
vector< T > | getAll () |
template<class T > | |
T | get (int id) |
template<class T , class R > | |
vector< R > | getColumnValues (string name) |
template<class T , class R > | |
vector< R > | getColumnValues (string name, PosParameters propPosVaues) |
template<class T , class R > | |
vector< R > | getColumnValues (string name, Parameters propNameVaues) |
template<class T > | |
void | insert (T t) |
template<class T > | |
void | bulkInsert (vector< T > vecT) |
template<class T > | |
void | update (T t) |
template<class T > | |
void | truncate () |
template<class T > | |
void | empty () |
template<class T > | |
long | getNumRows () |
template<class T > | |
int | getSumValue (string col) |
template<class T > | |
int | getAvgValue (string col) |
template<class T > | |
T | getFirstValue (string col) |
template<class T > | |
T | getLastValue (string col) |
template<class T > | |
T | getMinValue (string col) |
template<class T > | |
T | getMaxValue (string col) |
Definition at line 43 of file Cibernate.h.