Mini application server API for C++.
db
Class CzzDbException
CzzException
|
+--CzzLogException
|
+--CzzDbException
in zz_db_exception.h
- class CzzDbException
- extends CzzLogException
Database exception
- Author:
- Toni Thomsson, toni@tonjac.org
|
Constructor Summary |
CzzDbException( const int row, const char* file, const CzzString descr, otl_exception& e )
|
CzzDbException( const int row, const char* file, const CzzString descr, CzzDb& db )
|
CzzDbException( const int row, const char* file, const CzzString descr, CzzSQLStream& s )
|
CzzDbException( const int row, const char* file, const CzzString descr )
|
~CzzDbException()
|
|
Method Summary |
protected void |
Init( const int row, const char* file, const CzzString descr, const char* ora_msg, const char* ora_stm )
|
m_LastExtException
public static otl_exception m_LastExtException;
- Do not use, only for internal use!
CzzDbException
public CzzDbException( const int row, const char* file, const CzzString descr, otl_exception& e );
CzzDbException
public CzzDbException( const int row, const char* file, const CzzString descr, CzzDb& db );
CzzDbException
public CzzDbException( const int row, const char* file, const CzzString descr, CzzSQLStream& s );
CzzDbException
public CzzDbException( const int row, const char* file, const CzzString descr );
~CzzDbException
public ~CzzDbException();
Init
protected void Init( const int row, const char* file, const CzzString descr, const char* ora_msg, const char* ora_stm );