mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
Core/DBLayer: Add GetCString method for PreparedResultSet (dynamic copy is responsibility of the high level code)
--HG-- branch : trunk
This commit is contained in:
@@ -211,6 +211,7 @@ class PreparedResultSet
|
||||
int64 GetInt64(uint32 index);
|
||||
float GetFloat(uint32 index);
|
||||
std::string GetString(uint32 index);
|
||||
const char* GetCString(uint32 index);
|
||||
|
||||
bool NextRow();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user