![]() |
TkN 2.2
Toolkit for Nuclei
|
This is the complete list of members for tkdb_table, including all inherited members.
| add_column(const char *_colname, const char *_coltype) | tkdb_table | |
| add_constraint(const char *_constraint) | tkdb_table | |
| begin(tkstring _condition, tkstring _selection="*") | tkdb_table | |
| end() | tkdb_table | |
| get_columns() | tkdb_table | inline |
| get_name() | tkdb_table | inline |
| has_column(const tkstring &_col_name) | tkdb_table | |
| load() | tkdb_table | |
| next() | tkdb_table | |
| operator[](const char *_column) | tkdb_table | inline |
| print(const tkstring &_opt="") | tkdb_table | |
| print_columns(const tkstring &_opt="") | tkdb_table | |
| print_rows(const char *_selection, const char *_properties="*") | tkdb_table | |
| push_dummy_row() | tkdb_table | |
| push_row() | tkdb_table | |
| read_measure(measure_data_struct &_struct, const tkstring &_col_base_name) | tkdb_table | |
| reset_column_values() | tkdb_table | |
| tkdb_table(const char *_name, sqlite3 *_db) | tkdb_table | |
| tkdb_table() | tkdb_table | inline |
| update_row(const tkstring &_where) | tkdb_table | |
| write_to_database() | tkdb_table | |
| ~tkdb_table() | tkdb_table | virtual |