added any type visitor and converter
This commit is contained in:
@@ -33,6 +33,8 @@ public:
|
||||
|
||||
sql::record describe(const std::string& table) override;
|
||||
|
||||
bool exists(const std::string &table_name) override;
|
||||
|
||||
private:
|
||||
static int parse_result(void* param, int column_count, char** values, char** columns);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user