![]() |
Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include "sql/server/sql_parsetree.hpp"#include "sql_parser.hpp"#include <iostream>#include <string>#include <exception>

Go to the source code of this file.
Classes | |
| class | CoGaDB::SQL::Driver |
| class | CoGaDB::SQL::Driver::ParseError |
Namespaces | |
| namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
| namespace | CoGaDB::SQL |
| namespace | CoGaDB::SQL::Scanner |
Typedefs | |
| typedef void * | CoGaDB::SQL::Scanner::buffer |
Functions | |
| Parser::token_type | CoGaDB::SQL::Scanner::lex (Parser::semantic_type *yylval_param, type yyscanner) |
| bool | CoGaDB::SQL::commandlineExec (const std::string &input) |