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

db.cpp File Reference

#include "db/db.hpp"
#include "base/list.hpp"
#include "base/vector.hpp"
#include "base/memory.hpp"
#include "base/template.hpp"
#include "base/common.hpp"
#include "base/string.hpp"
#include "base/numeric.h"
#include "alg/algorith.hpp"

Go to the source code of this file.

Variables

BEGIN_TERIMBER_NAMESPACE
exception_item 
dbMsgs []
exception_table dbMsgTable (dbMsgs)
 exception map


Variable Documentation

BEGIN_TERIMBER_NAMESPACE exception_item dbMsgs[]

Initial value:

{
{ex_invalid, "Module is invalid"},
{ex_not_init, "Server is not initialized"},
{ex_already_init, "Server is already initialized"},
{ex_not_connect, "Database is not connected"},
{ex_already_connect, "Database is already connected"},
{ex_not_transaction, "Database is not in transaction"},
{ex_already_transaction, "Database is already in transaction"},
{ex_not_sql_open, "Query is not open"},
{ex_already_sql_open, "Query is already open"},
{ex_sql_in_action, "Query is working"},
{ex_bad_pointer, "NULL input parameter pointer"},
{ex_invalid_param_count, "Incorrect number of parameters"},
{ex_timeout, "Timeout occured"},
{ex_unknown_server_type, "Unknown server type"},
{ex_out_of_bounders, "Index is out of bounders"},
{0, 0},
}

Definition at line 42 of file db.cpp.



© Copyright Terimber 2003-.