mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-18 05:37:11 +02:00
Add method to return strings from MySQL result-set.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user