Core/DBLayer: Add GetCString method for PreparedResultSet (dynamic copy is responsibility of the high level code)

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-09-12 15:11:08 +02:00
parent 855ec1cd01
commit bb8438c09b
3 changed files with 11 additions and 2 deletions

View File

@@ -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();