Cleanup blob functions.

This commit is contained in:
JoelKatz
2013-01-28 01:33:19 -08:00
parent d3ac663c9a
commit d9938fe033
2 changed files with 12 additions and 2 deletions

View File

@@ -86,7 +86,9 @@ public:
int size(int column);
const void* getBlob(int column);
const void* peekBlob(int column);
std::vector<unsigned char> getBlob(int column);
std::string getString(int column);
const char* peekString(int column);
uint32 getUInt32(int column);