mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanup blob functions.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user