NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <dbapi/driver/odbc/interfaces.hpp>
#include <dbapi/error_codes.hpp>
#include "odbc_utils.hpp"
#include <stdio.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | NCBI_USE_ERRCODE_X Dbapi_Odbc_Cmds |
#define | NCBI_DATABASE_THROW(ex_class, message, err_code, severity) NCBI_ODBC_THROW(ex_class, message, err_code, severity) |
#define | GetDbgInfo() 0 |
#define GetDbgInfo | ( | ) | 0 |
Definition at line 53 of file lang_cmd.cpp.
#define NCBI_DATABASE_THROW | ( | ex_class, | |
message, | |||
err_code, | |||
severity | |||
) | NCBI_ODBC_THROW(ex_class, message, err_code, severity) |
Definition at line 44 of file lang_cmd.cpp.
#define NCBI_USE_ERRCODE_X Dbapi_Odbc_Cmds |
Definition at line 41 of file lang_cmd.cpp.