Add MySQL charset configuration support

This commit is contained in:
Yuan Pengfei
2013-07-25 08:19:52 +08:00
parent 8a6768e6a6
commit 1324366974
3 changed files with 15 additions and 0 deletions

View File

@@ -68,6 +68,9 @@ public:
void options(mysql_option opt, bool b);
/// Set connection options
void options(mysql_option opt, const char* c);
/// Set connection options
void options(mysql_option opt, unsigned int i);
/// Set connection options