aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/QueryResult.h
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-09-12 15:11:08 +0200
committerMachiavelli <none@none>2010-09-12 15:11:08 +0200
commitbb8438c09b0458533e5b34c1917e97838fce2504 (patch)
tree95f8fb04de6120cbaa73adcd46e9829f1501e7d4 /src/server/shared/Database/QueryResult.h
parent855ec1cd0196e5b137eab6cb90a3feeb9a67d430 (diff)
Core/DBLayer: Add GetCString method for PreparedResultSet (dynamic copy is responsibility of the high level code)
--HG-- branch : trunk
Diffstat (limited to 'src/server/shared/Database/QueryResult.h')
-rwxr-xr-xsrc/server/shared/Database/QueryResult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Database/QueryResult.h b/src/server/shared/Database/QueryResult.h
index bb1a4684acc..805d31f3629 100755
--- a/src/server/shared/Database/QueryResult.h
+++ b/src/server/shared/Database/QueryResult.h
@@ -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();