#include <soci-odbc.h>

Public Attributes | |
| bool | boundByName_ |
| bool | boundByPos_ |
| bool | hasVectorUseElements_ |
| SQLHSTMT | hstmt_ |
| std::vector< std::string > | names_ |
| SQLULEN | numRowsFetched_ |
| std::string | query_ |
| long long | rowsAffected_ |
| odbc_session_backend & | session_ |
Additional Inherited Members | |
Public Types inherited from soci::details::statement_backend | |
| enum | exec_fetch_result { ef_success, ef_no_data } |
Definition at line 202 of file soci-odbc.h.
| odbc_statement_backend::odbc_statement_backend | ( | odbc_session_backend & | session | ) |
Definition at line 25 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 32 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 45 of file backends/odbc/statement.cpp.
| std::size_t odbc_statement_backend::column_size | ( | int | position | ) |
Definition at line 317 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 262 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 143 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 214 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 239 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 244 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 340 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 345 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 351 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 356 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 53 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 255 of file backends/odbc/statement.cpp.
|
virtual |
Implements soci::details::statement_backend.
Definition at line 249 of file backends/odbc/statement.cpp.
| bool soci::odbc_statement_backend::boundByName_ |
Definition at line 235 of file soci-odbc.h.
| bool soci::odbc_statement_backend::boundByPos_ |
Definition at line 236 of file soci-odbc.h.
| bool soci::odbc_statement_backend::hasVectorUseElements_ |
Definition at line 234 of file soci-odbc.h.
| SQLHSTMT soci::odbc_statement_backend::hstmt_ |
Definition at line 232 of file soci-odbc.h.
| std::vector<std::string> soci::odbc_statement_backend::names_ |
Definition at line 241 of file soci-odbc.h.
| SQLULEN soci::odbc_statement_backend::numRowsFetched_ |
Definition at line 233 of file soci-odbc.h.
| std::string soci::odbc_statement_backend::query_ |
Definition at line 240 of file soci-odbc.h.
| long long soci::odbc_statement_backend::rowsAffected_ |
Definition at line 238 of file soci-odbc.h.
| odbc_session_backend& soci::odbc_statement_backend::session_ |
Definition at line 231 of file soci-odbc.h.