#include <vector>#include <sstream>#include <soci-backend.h>#include <sqlext.h>#include <string.h>

Go to the source code of this file.
Classes | |
| struct | soci::odbc_backend_factory |
| struct | soci::odbc_blob_backend |
| struct | soci::odbc_rowid_backend |
| struct | soci::odbc_session_backend |
| class | soci::odbc_soci_error |
| struct | soci::odbc_standard_into_type_backend |
| class | soci::odbc_standard_type_backend_base |
| struct | soci::odbc_standard_use_type_backend |
| struct | soci::odbc_statement_backend |
| struct | soci::odbc_vector_into_type_backend |
| struct | soci::odbc_vector_use_type_backend |
Namespaces | |
| soci | |
| soci::details | |
Macros | |
| #define | SOCI_ODBC_DECL |
Functions | |
| SOCI_ODBC_DECL backend_factory const * | soci::factory_odbc () |
| bool | soci::is_odbc_error (SQLRETURN rc) |
| SOCI_ODBC_DECL void | soci::register_factory_odbc () |
Variables | |
| SOCI_ODBC_DECL odbc_backend_factory const | soci::odbc |
| std::size_t const | soci::details::odbc_max_buffer_length = 100 * 1024 * 1024 |
| SOCI_ODBC_DECL char const * | soci::odbc_option_driver_complete = "odbc.driver_complete" |
| #define SOCI_ODBC_DECL |
Definition at line 23 of file soci-odbc.h.