![]() |
KaliVeda
Toolkit for HIC analysis
|
This is the complete list of members for KVSQLite::table, including all inherited members.
| add_column(const KVSQLite::column &c) | KVSQLite::table | |
| add_column(const TString &name, KVSQLite_column_type type) | KVSQLite::table | inline |
| add_column(const TString &name, const TString &type) | KVSQLite::table | |
| check_columns(const KVNameValueList &) | KVSQLite::table | |
| database class | KVSQLite::table | friend |
| foreign_key(const TString &child_key, const TString &parent_table, const TString &parent_key) | KVSQLite::table | |
| get_column(int i) | KVSQLite::table | inline |
| get_column(const TString &n) | KVSQLite::table | inline |
| get_column_names(const TString &exclude="", const TString &delim=",") const | KVSQLite::table | |
| get_insert_command() const | KVSQLite::table | |
| get_table_creation_command() const | KVSQLite::table | |
| has_column(const TString &name) const | KVSQLite::table | inline |
| has_foreign_keys(bool ignore_back_references=true) const | KVSQLite::table | inline |
| has_primary_key() const | KVSQLite::table | inline |
| insert_single_row() | KVSQLite::table | |
| is_temporary() const | KVSQLite::table | inline |
| name() const | KVSQLite::table | inline |
| number_of_columns() const | KVSQLite::table | inline |
| operator[](int i) const | KVSQLite::table | inline |
| operator[](int i) | KVSQLite::table | inline |
| operator[](const TString &n) | KVSQLite::table | inline |
| operator[](const TString &n) const | KVSQLite::table | inline |
| prepare_data(const KVNameValueList &, const KVNamedParameter *=nullptr) | KVSQLite::table | |
| prepare_insert_single_row() | KVSQLite::table | |
| primary_key(const TString &cols) | KVSQLite::table | inline |
| print() const | KVSQLite::table | inline |
| set_all_columns_null() | KVSQLite::table | |
| set_insert_mode(KVSQLite_insert_mode i) | KVSQLite::table | inline |
| set_name(const TString &name) | KVSQLite::table | inline |
| set_temporary(bool temp=true) | KVSQLite::table | inline |
| show_columns() const | KVSQLite::table | |
| table(const TString &Name, const std::vector< KVSQLite::column > &cols) | KVSQLite::table | inline |
| table(const TString &Name="") | KVSQLite::table | inline |
| table(const table &other) | KVSQLite::table | inline |
| ~table() | KVSQLite::table | inlinevirtual |