Column-oriented GPU-accelerated Database Management System
CoGaDB
CoGaDB::SQL::ParseTree::InsertInto Class Reference

#include <sql_parsetree.hpp>

Inheritance diagram for CoGaDB::SQL::ParseTree::InsertInto:
Collaboration diagram for CoGaDB::SQL::ParseTree::InsertInto:

List of all members.

Public Member Functions

 InsertInto (TableName &_table, Tuple &_row)
TablePtr execute (void)

Private Attributes

String table
Tuple row

Constructor & Destructor Documentation

CoGaDB::SQL::ParseTree::InsertInto::InsertInto ( TableName _table,
Tuple _row 
) [inline]

Member Function Documentation

Implements CoGaDB::SQL::ParseTree::Statement.

References CoGaDB::getTablebyName().

Here is the call graph for this function:


Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines