Nemiver  0.3
Namespaces | Macros | Functions
nmv-tools.h File Reference
#include <iosfwd>
#include "nmv-exception.h"
#include "nmv-transaction.h"

Go to the source code of this file.

Namespaces

 nemiver
 
 nemiver::common
 
 nemiver::common::tools
 

Macros

#define __NMV_TOOLS_H__
 

Functions

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)
 
bool nemiver::common::tools::execute_one_statement (const common::UString &a_sql_string, Transaction &a_trans, ostream &a_ostream)
 

Macro Definition Documentation

◆ __NMV_TOOLS_H__

#define __NMV_TOOLS_H__