Skip to content
Snippets Groups Projects
Commit bcae594e authored by Michael Davis's avatar Michael Davis
Browse files

[migration] Populates protobuf

parent 10726b29
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,10 @@ public:
return m_rSet.columnString(col);
}
uint64_t getResultColumnUint64(const std::string &col) const {
return m_rSet.columnUint64(col);
}
std::string getResultColumnBlob(const std::string &col) const {
return m_rSet.columnBlob(col);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment