Classes | |
class | connection |
struct | connection_handle_traits |
class | scoped_handle |
class | statement |
struct | statement_handle_traits |
Typedefs | |
using | connection_handle = scoped_handle< connection_handle_traits > |
using | statement_handle = scoped_handle< statement_handle_traits > |
Functions | |
template<class T > | |
int | do_with_retries (T action, int max_retries=1000) |
using sql::connection_handle = typedef scoped_handle<connection_handle_traits> |
using sql::statement_handle = typedef scoped_handle<statement_handle_traits> |