Column Store
|
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_map | Parser::Table | private |
columns | Parser::Table | private |
foreign_keys | Parser::Table | private |
get_column(std::string name) | Parser::Table | inline |
get_columns() | Parser::Table | inline |
get_foreign_keys() | Parser::Table | inline |
get_primary_key() | Parser::Table | inline |
get_table_name() | Parser::Table | inline |
operator[](int i) | Parser::Table | inline |
operator[](std::string name) | Parser::Table | inline |
primary_key | Parser::Table | private |
set_primary_key(std::string pk) | Parser::Table | inline |
set_table_name(std::string table_n) | Parser::Table | inline |
table_name | Parser::Table | private |