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.
Define Documentation
      
        
          | #define check_retcode           | 
          ( | 
          x  | 
                     | 
           )  | 
           | 
        
      
 
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           | 
          ( | 
          x  | 
                     | 
           )  | 
           | 
        
      
 
Value:
if (!(x)) \
        { \
                throw exception(mysql_errno(_desc), mysql_error(_desc)); \
        }
 
Definition at line 39 of file mysqlsrv.cpp.
 
 
Variable Documentation