This is the complete list of members for clan::DBConnection, including all inherited members.
begin_transaction(DBTransaction::Type type=DBTransaction::deferred) | clan::DBConnection | |
create_command(const std::string &text, DBCommand::Type type=DBCommand::sql_statement) | clan::DBConnection | |
create_command(const std::string &format, Arg1 arg1, DBCommand::Type type=DBCommand::sql_statement) | clan::DBConnection | inline |
create_command(const std::string &format, Arg1 arg1, Arg2 arg2, DBCommand::Type type=DBCommand::sql_statement) | clan::DBConnection | inline |
create_command(const std::string &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, DBCommand::Type type=DBCommand::sql_statement) | clan::DBConnection | inline |
create_command(const std::string &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, DBCommand::Type type=DBCommand::sql_statement) | clan::DBConnection | inline |
create_command(const std::string &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, DBCommand::Type type=DBCommand::sql_statement) | clan::DBConnection | inline |
create_command(const std::string &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, Arg6 arg6, DBCommand::Type type=DBCommand::sql_statement) | clan::DBConnection | inline |
create_command(const std::string &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, Arg6 arg6, Arg7 arg7, DBCommand::Type type=DBCommand::sql_statement) | clan::DBConnection | inline |
DBConnection() | clan::DBConnection | |
DBConnection(DBConnectionProvider *provider) | clan::DBConnection | |
execute_non_query(DBCommand &command) | clan::DBConnection | |
execute_reader(DBCommand &command) | clan::DBConnection | |
execute_scalar_int(DBCommand &command) | clan::DBConnection | |
execute_scalar_string(DBCommand &command) | clan::DBConnection | |
~DBConnection() | clan::DBConnection |