|
| proxy_statement_backend (proxy_session_backend &session) |
|
void | alloc () SOCI_OVERRIDE |
|
void | clean_up () SOCI_OVERRIDE |
|
void | prepare (std::string const &query, details::statement_type eType) SOCI_OVERRIDE |
|
exec_fetch_result | execute (int number) SOCI_OVERRIDE |
|
exec_fetch_result | fetch (int number) SOCI_OVERRIDE |
|
exec_fetch_result | batch_fetch (int number) |
|
exec_fetch_result | single_row_fetch () |
|
long long | get_affected_rows () SOCI_OVERRIDE |
|
int | get_number_of_rows () SOCI_OVERRIDE |
|
std::string | get_parameter_name (int index) const |
|
std::string | rewrite_for_procedure_call (std::string const &query) SOCI_OVERRIDE |
|
int | prepare_for_describe () SOCI_OVERRIDE |
|
void | describe_column (int colNum, data_type &dtype, std::string &columnName) SOCI_OVERRIDE |
|
proxy_standard_into_type_backend * | make_into_type_backend () SOCI_OVERRIDE |
|
proxy_standard_use_type_backend * | make_use_type_backend () SOCI_OVERRIDE |
|
details::vector_into_type_backend * | make_vector_into_type_backend () SOCI_OVERRIDE |
|
details::vector_use_type_backend * | make_vector_use_type_backend () SOCI_OVERRIDE |
|
bool | reset_if_necessary () |
|
The documentation for this struct was generated from the following files:
- src/database/proxy_backend/soci-proxy.h
- src/database/proxy_backend/statement.cpp