![]() |
KaliVeda
Toolkit for HIC analysis
|
This is the complete list of members for KVSQLite::database, including all inherited members.
| add_column(const TString &table, const TString &name, const TString &type) | KVSQLite::database | |
| add_missing_columns(const TString &table, const KVNameValueList &l) | KVSQLite::database | |
| add_table(const table &) | KVSQLite::database | |
| clear_table(const TString &name) | KVSQLite::database | |
| close() | KVSQLite::database | inline |
| copy_table_data(const TString &source, const TString &destination, const TString &columns="*", const TString &selection="") | KVSQLite::database | |
| count(const TString &table, const TString &column="*", const TString &selection="", bool distinct=false) const | KVSQLite::database | |
| create_graph(const TString &tablename, const TString &Xcolumn, const TString &Ycolumn, const TString &selection="") | KVSQLite::database | |
| database() | KVSQLite::database | inline |
| database(const TString &dbfile) | KVSQLite::database | inline |
| database(const database &db) | KVSQLite::database | inline |
| delete_data(const TString &table, const TString &selection="") | KVSQLite::database | |
| Dump() const | KVSQLite::database | |
| end_data_insertion() | KVSQLite::database | |
| fBulkTable | KVSQLite::database | mutableprivate |
| fDBserv | KVSQLite::database | private |
| fEmptyResultSet | KVSQLite::database | mutableprivate |
| fInserting | KVSQLite::database | mutableprivate |
| fIsValid | KVSQLite::database | private |
| fSelectedColumns | KVSQLite::database | mutableprivate |
| fSelecting | KVSQLite::database | mutableprivate |
| fSQLstmt | KVSQLite::database | mutableprivate |
| fSQLstmtCols | KVSQLite::database | mutableprivate |
| fTables | KVSQLite::database | mutableprivate |
| get_integer_list(const TString &table, const TString &column, const TString &selection="", const TString &anything_else="") | KVSQLite::database | |
| get_name_value_list(const TString &table, const TString &name_column, const TString &value_column, const TString &selection="", const TString &anything_else="") | KVSQLite::database | |
| get_next_result() const | KVSQLite::database | |
| get_number_of_tables() const | KVSQLite::database | inline |
| get_string_list(const TString &table, const TString &column, const TString &selection="", const TString &anything_else="") | KVSQLite::database | |
| get_table(const TString &name) | KVSQLite::database | inline |
| good() const | KVSQLite::database | inline |
| has_table(const TString &table) | KVSQLite::database | inline |
| insert_data_row() | KVSQLite::database | |
| is_inserting() const | KVSQLite::database | inline |
| is_open() const | KVSQLite::database | inline |
| open(const TString &dbfile) | KVSQLite::database | |
| operator=(const database &db) | KVSQLite::database | inline |
| operator[](const TString &name) | KVSQLite::database | inline |
| operator[](const TString &name) const | KVSQLite::database | inline |
| prepare_data_insertion(const TString &) | KVSQLite::database | |
| print_selected_data(const TString &tables, const TString &columns="*", const TString &selection="", bool distinct=false, const TString &anything_else="") | KVSQLite::database | |
| print_selection(const TString &table, const TString &columns, const TString &condition, int column_width=20) const | KVSQLite::database | |
| PrintResults(TSQLResult *tabent, int column_width=20) const | KVSQLite::database | private |
| read_table_infos() | KVSQLite::database | private |
| select_data(const TString &tables, const TString &columns="*", const TString &selection="", bool distinct=false, const TString &anything_else="") const | KVSQLite::database | |
| SelectRowsFromTable(const TString &table, const TString &columns="*", const TString &condition="") const | KVSQLite::database | private |
| show_tables() const | KVSQLite::database | |
| update(const TString &table, const TString &columns, const TString &selection="") | KVSQLite::database | |
| ~database() | KVSQLite::database | inlinevirtual |