5 #ifndef TINYSQL_TEST_INTERFACE_H
6 #define TINYSQL_TEST_INTERFACE_H
9 #include "hsql/SQLParser.h"
24 Interface(std::istream &is, std::ostream &os):_is(is), _os(os){
54 void serialOutput(std::vector<MemoryTuple> &tuples, std::vector<std::string> &attr_names);
60 void parseWhere(hsql::Expr *Clause, std::vector<Where> &where_vec);
65 void readFromFile(std::string &query);
68 #endif //TINYSQL_TEST_INTERFACE_H