Add method to return strings from MySQL result-set.

This commit is contained in:
Sandu Liviu Catalin
2016-06-30 15:52:20 +03:00
parent 7836f0ab23
commit 46d8d12c74
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -267,6 +267,11 @@ public:
* Retrieve a boolean from a field.
*/
bool GetBoolean(Uint32 idx) const;
/* --------------------------------------------------------------------------------------------
* Retrieve a string from a field.
*/
CSStr GetString(Uint32 idx) const;
};
} // Namespace:: SqMod