|
Nemiver
0.3
|
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) |
| bool nemiver::common::tools::execute_one_statement | ( | const common::UString & | a_sql_string, |
| Transaction & | a_trans, | ||
| ostream & | a_ostream | ||
| ) |
| 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 |
||
| ) |
| bool nemiver::common::tools::execute_sql_commands_from_istream | ( | istream & | a_istream, |
| Transaction & | a_trans, | ||
| ostream & | a_ostream, | ||
| bool | stop_at_first_err = false |
||
| ) |
1.8.17