![]() |
AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
|
This is the complete list of members for SQLiteWrapper, including all inherited members.
begin_transaction() const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
begin_transaction() const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
begin_transaction() const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_foreign_key(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_foreign_key(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_foreign_key(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, std::string const &text_buffer) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, double const double_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, const bool value_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, std::string const &text_buffer) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, double const double_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, const bool value_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, std::string const &text_buffer) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, double const double_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, const bool value_to_insert) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
commit_transaction() const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
commit_transaction() const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
commit_transaction() const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
convert_motor_efficiency_class(int efficiencyClass) (defined in SQLiteWrapper) | SQLiteWrapper | protectedstatic |
convert_motor_efficiency_class(int efficiencyClass) (defined in SQLiteWrapper) | SQLiteWrapper | protectedstatic |
convert_motor_efficiency_class(int efficiencyClass) (defined in SQLiteWrapper) | SQLiteWrapper | protectedstatic |
convert_motor_line_frequency(int lineFrequency) (defined in SQLiteWrapper) | SQLiteWrapper | protectedstatic |
convert_motor_line_frequency(int lineFrequency) (defined in SQLiteWrapper) | SQLiteWrapper | protectedstatic |
convert_motor_line_frequency(int lineFrequency) (defined in SQLiteWrapper) | SQLiteWrapper | protectedstatic |
convert_text(const unsigned char *text) (defined in SQLiteWrapper) | SQLiteWrapper | protectedstatic |
convert_text(const unsigned char *text) (defined in SQLiteWrapper) | SQLiteWrapper | protectedstatic |
convert_text(const unsigned char *text) (defined in SQLiteWrapper) | SQLiteWrapper | protectedstatic |
execute_command(std::string const &command_buffer) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
execute_command(std::string const &command_buffer) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
execute_command(std::string const &command_buffer) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
get_all_objects(sqlite3_stmt *stmt, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper) | SQLiteWrapper | inlineprotected |
get_all_objects(sqlite3_stmt *stmt, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper) | SQLiteWrapper | inlineprotected |
get_all_objects(sqlite3_stmt *stmt, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper) | SQLiteWrapper | inlineprotected |
get_object(sqlite3_stmt *stmt, int const id, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper) | SQLiteWrapper | inlineprotected |
get_object(sqlite3_stmt *stmt, int const id, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper) | SQLiteWrapper | inlineprotected |
get_object(sqlite3_stmt *stmt, int const id, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper) | SQLiteWrapper | inlineprotected |
prepare_statement(sqlite3_stmt *&stmt, std::string const &stmt_buffer) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
prepare_statement(sqlite3_stmt *&stmt, std::string const &stmt_buffer) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
prepare_statement(sqlite3_stmt *&stmt, std::string const &stmt_buffer) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
reset_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
reset_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
reset_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
SQLiteWrapper(std::shared_ptr< sqlite3 > const &db) (defined in SQLiteWrapper) | SQLiteWrapper | protected |
SQLiteWrapper(std::string const &db_name, bool init_db=false) (defined in SQLiteWrapper) | SQLiteWrapper | protected |
SQLiteWrapper(std::shared_ptr< sqlite3 > const &db) (defined in SQLiteWrapper) | SQLiteWrapper | protected |
SQLiteWrapper(std::string const &db_name, bool init_db=false) (defined in SQLiteWrapper) | SQLiteWrapper | protected |
SQLiteWrapper(std::shared_ptr< sqlite3 > const &db) (defined in SQLiteWrapper) | SQLiteWrapper | protected |
SQLiteWrapper(std::string const &db_name, bool init_db=false) (defined in SQLiteWrapper) | SQLiteWrapper | protected |
step_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
step_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
step_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
step_validity(int const rc) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
step_validity(int const rc) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
step_validity(int const rc) const (defined in SQLiteWrapper) | SQLiteWrapper | protected |
~SQLiteWrapper() (defined in SQLiteWrapper) | SQLiteWrapper | inlineprotectedvirtual |
~SQLiteWrapper() (defined in SQLiteWrapper) | SQLiteWrapper | inlineprotectedvirtual |
~SQLiteWrapper() (defined in SQLiteWrapper) | SQLiteWrapper | inlineprotectedvirtual |