Nemiver  0.3
Functions
nemiver::common::tools Namespace Reference

Functions

bool execute_sql_command_file (const common::UString &a_sql_cmd_file, Transaction &a_trans, ostream &a_ostream, bool stop_at_first_error=false)
 
bool execute_sql_commands_from_istream (istream &a_istream, Transaction &a_trans, ostream &a_ostream, bool stop_at_first_err=false)
 
bool execute_one_statement (const common::UString &a_sql_string, Transaction &a_trans, ostream &a_ostream)
 

Function Documentation

◆ execute_one_statement()

bool nemiver::common::tools::execute_one_statement ( const common::UString a_sql_string,
Transaction a_trans,
ostream &  a_ostream 
)

◆ execute_sql_command_file()

bool nemiver::common::tools::execute_sql_command_file ( const common::UString a_sql_cmd_file,
Transaction a_trans,
ostream &  a_ostream,
bool  stop_at_first_error = false 
)

◆ execute_sql_commands_from_istream()

bool nemiver::common::tools::execute_sql_commands_from_istream ( istream &  a_istream,
Transaction a_trans,
ostream &  a_ostream,
bool  stop_at_first_err = false 
)