![]() |
Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <sql_parsetree.hpp>


Public Member Functions | |
| CreateTable (TablePtr _table) | |
| CreateTable (Table *_table) | |
| TablePtr | execute (void) |
Private Attributes | |
| TablePtr | table |
| CoGaDB::SQL::ParseTree::CreateTable::CreateTable | ( | TablePtr | _table | ) | [inline] |
| CoGaDB::SQL::ParseTree::CreateTable::CreateTable | ( | Table * | _table | ) | [inline] |
| TablePtr CoGaDB::SQL::ParseTree::CreateTable::execute | ( | void | ) | [virtual] |
Implements CoGaDB::SQL::ParseTree::Statement.
References CoGaDB::getGlobalTableList().
