Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

mysqlsrv.cpp File Reference

#include "dbmysql/mysqlsrv.h"
#include "base/vector.hpp"
#include "base/list.hpp"
#include "base/string.hpp"
#include "base/memory.hpp"
#include "base/common.hpp"
#include "base/numeric.h"

Go to the source code of this file.

Defines

#define check_retcode_db(x)
#define check_retcode(x)

Variables

static const char * valid_delimeters = " ,)}"


Define Documentation

#define check_retcode (  ) 

Value:

if (!(x)) \
        { \
                throw exception(mysql_stmt_errno(_stmt), mysql_stmt_error(_stmt)); \
        }

Definition at line 45 of file mysqlsrv.cpp.

#define check_retcode_db (  ) 

Value:

if (!(x)) \
        { \
                throw exception(mysql_errno(_desc), mysql_error(_desc)); \
        }

Definition at line 39 of file mysqlsrv.cpp.


Variable Documentation

const char* valid_delimeters = " ,)}" [static]

Definition at line 51 of file mysqlsrv.cpp.



© Copyright Terimber 2003-.