|
bool | executeSQL (std::string const &, int const, std::string const &arg) |
|
Definition at line 11 of file 110-Fix-ClassFixture.cpp.
◆ createConnection()
static DBConnection DBConnection::createConnection |
( |
std::string const & | | ) |
|
|
inlinestatic |
◆ executeSQL()
bool DBConnection::executeSQL |
( |
std::string const & | , |
|
|
int const | , |
|
|
std::string const & | arg ) |
|
inline |
Definition at line 18 of file 110-Fix-ClassFixture.cpp.
18 {
19 if ( arg.length() == 0 ) {
20 throw std::logic_error("empty SQL query argument");
21 }
22 return true;
23 }
The documentation for this class was generated from the following file: