ffead.server.doc
Cibernate Class Reference

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 >
get (CibernateQuery query)
 
template<class T >
bool executeUpdate (CibernateQuery query)
 
template<class T >
vector< T > getAll ()
 
template<class 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 >
getFirstValue (string col)
 
template<class T >
getLastValue (string col)
 
template<class T >
getMinValue (string col)
 
template<class T >
getMaxValue (string col)
 

Detailed Description

Definition at line 43 of file Cibernate.h.


The documentation for this class was generated from the following files: