Column Store
Parser::Table Member List

This is the complete list of members for Parser::Table, including all inherited members.

add_column(std::string column_name, std::string data_type, int size=0)Parser::Table
add_foreign_key(std::string from, std::string table, std::string to)Parser::Table
column_mapParser::Tableprivate
columnsParser::Tableprivate
foreign_keysParser::Tableprivate
get_column(std::string name)Parser::Tableinline
get_columns()Parser::Tableinline
get_foreign_keys()Parser::Tableinline
get_primary_key()Parser::Tableinline
get_table_name()Parser::Tableinline
operator[](int i)Parser::Tableinline
operator[](std::string name)Parser::Tableinline
primary_keyParser::Tableprivate
set_primary_key(std::string pk)Parser::Tableinline
set_table_name(std::string table_n)Parser::Tableinline
table_nameParser::Tableprivate