Classes | |
class | Db |
A connection to a mysql database. More... | |
class | Command_ |
Implementation class for Sql::Command helper. More... | |
Functions | |
std::string | escape (const std::string &) |
Return string that is acceptable as a field value in a mysql statement. |
|
Return string that is acceptable as a field value in a mysql statement. This will insert appropriate quotes e.g. before an apostrophe etc. It will not add quotes around the string! |