Sql binary support for vector.

This commit is contained in:
Arthur Britto
2012-06-07 13:14:39 -07:00
parent 24c7689808
commit c6b290c474
4 changed files with 29 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ public:
bool getBool(int colIndex);
// returns amount stored in buf
int getBinary(int colIndex,unsigned char* buf,int maxSize);
std::vector<unsigned char> getBinary(int colIndex);
uint64 getBigInt(int colIndex);
void escape(const unsigned char* start,int size,std::string& retStr);