fixes and improvements
exceptions related code needs work
This commit is contained in:
3
usql.h
3
usql.h
@@ -44,9 +44,10 @@ private:
|
||||
|
||||
|
||||
static std::unique_ptr<Table> create_stmt_result_table(long code, const std::string& text);
|
||||
static std::tuple<int, ColDefNode> getColumnDefinition(Table *table, SelectColNode *select_col_node, int col_order) ;
|
||||
static std::tuple<int, ColDefNode> get_column_definition(Table *table, SelectColNode *select_col_node, int col_order) ;
|
||||
Table *find_table(const std::string &name);
|
||||
|
||||
void check_table_not_exists(const std::string &name);
|
||||
|
||||
private:
|
||||
Parser m_parser;
|
||||
|
||||
Reference in New Issue
Block a user