AMO-Tools-Suite  v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
All Classes Namespaces Files Functions Variables Enumerations Friends Macros Pages
SQLiteWrapper Member List

This is the complete list of members for SQLiteWrapper, including all inherited members.

begin_transaction() const (defined in SQLiteWrapper)SQLiteWrapperprotected
begin_transaction() const (defined in SQLiteWrapper)SQLiteWrapperprotected
begin_transaction() const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_foreign_key(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_foreign_key(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_foreign_key(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, std::string const &text_buffer) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, double const double_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, const bool value_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, std::string const &text_buffer) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, double const double_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, const bool value_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, std::string const &text_buffer) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, int const int_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, double const double_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index) const (defined in SQLiteWrapper)SQLiteWrapperprotected
bind_value(sqlite3_stmt *stmt, int const stmt_insert_col_index, const bool value_to_insert) const (defined in SQLiteWrapper)SQLiteWrapperprotected
commit_transaction() const (defined in SQLiteWrapper)SQLiteWrapperprotected
commit_transaction() const (defined in SQLiteWrapper)SQLiteWrapperprotected
commit_transaction() const (defined in SQLiteWrapper)SQLiteWrapperprotected
convert_motor_efficiency_class(int efficiencyClass) (defined in SQLiteWrapper)SQLiteWrapperprotectedstatic
convert_motor_efficiency_class(int efficiencyClass) (defined in SQLiteWrapper)SQLiteWrapperprotectedstatic
convert_motor_efficiency_class(int efficiencyClass) (defined in SQLiteWrapper)SQLiteWrapperprotectedstatic
convert_motor_line_frequency(int lineFrequency) (defined in SQLiteWrapper)SQLiteWrapperprotectedstatic
convert_motor_line_frequency(int lineFrequency) (defined in SQLiteWrapper)SQLiteWrapperprotectedstatic
convert_motor_line_frequency(int lineFrequency) (defined in SQLiteWrapper)SQLiteWrapperprotectedstatic
convert_text(const unsigned char *text) (defined in SQLiteWrapper)SQLiteWrapperprotectedstatic
convert_text(const unsigned char *text) (defined in SQLiteWrapper)SQLiteWrapperprotectedstatic
convert_text(const unsigned char *text) (defined in SQLiteWrapper)SQLiteWrapperprotectedstatic
execute_command(std::string const &command_buffer) const (defined in SQLiteWrapper)SQLiteWrapperprotected
execute_command(std::string const &command_buffer) const (defined in SQLiteWrapper)SQLiteWrapperprotected
execute_command(std::string const &command_buffer) const (defined in SQLiteWrapper)SQLiteWrapperprotected
get_all_objects(sqlite3_stmt *stmt, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper)SQLiteWrapperinlineprotected
get_all_objects(sqlite3_stmt *stmt, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper)SQLiteWrapperinlineprotected
get_all_objects(sqlite3_stmt *stmt, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper)SQLiteWrapperinlineprotected
get_object(sqlite3_stmt *stmt, int const id, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper)SQLiteWrapperinlineprotected
get_object(sqlite3_stmt *stmt, int const id, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper)SQLiteWrapperinlineprotected
get_object(sqlite3_stmt *stmt, int const id, std::function< T(sqlite3_stmt *)> cb) const (defined in SQLiteWrapper)SQLiteWrapperinlineprotected
prepare_statement(sqlite3_stmt *&stmt, std::string const &stmt_buffer) const (defined in SQLiteWrapper)SQLiteWrapperprotected
prepare_statement(sqlite3_stmt *&stmt, std::string const &stmt_buffer) const (defined in SQLiteWrapper)SQLiteWrapperprotected
prepare_statement(sqlite3_stmt *&stmt, std::string const &stmt_buffer) const (defined in SQLiteWrapper)SQLiteWrapperprotected
reset_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper)SQLiteWrapperprotected
reset_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper)SQLiteWrapperprotected
reset_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper)SQLiteWrapperprotected
SQLiteWrapper(std::shared_ptr< sqlite3 > const &db) (defined in SQLiteWrapper)SQLiteWrapperprotected
SQLiteWrapper(std::string const &db_name, bool init_db=false) (defined in SQLiteWrapper)SQLiteWrapperprotected
SQLiteWrapper(std::shared_ptr< sqlite3 > const &db) (defined in SQLiteWrapper)SQLiteWrapperprotected
SQLiteWrapper(std::string const &db_name, bool init_db=false) (defined in SQLiteWrapper)SQLiteWrapperprotected
SQLiteWrapper(std::shared_ptr< sqlite3 > const &db) (defined in SQLiteWrapper)SQLiteWrapperprotected
SQLiteWrapper(std::string const &db_name, bool init_db=false) (defined in SQLiteWrapper)SQLiteWrapperprotected
step_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper)SQLiteWrapperprotected
step_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper)SQLiteWrapperprotected
step_command(sqlite3_stmt *stmt) const (defined in SQLiteWrapper)SQLiteWrapperprotected
step_validity(int const rc) const (defined in SQLiteWrapper)SQLiteWrapperprotected
step_validity(int const rc) const (defined in SQLiteWrapper)SQLiteWrapperprotected
step_validity(int const rc) const (defined in SQLiteWrapper)SQLiteWrapperprotected
~SQLiteWrapper() (defined in SQLiteWrapper)SQLiteWrapperinlineprotectedvirtual
~SQLiteWrapper() (defined in SQLiteWrapper)SQLiteWrapperinlineprotectedvirtual
~SQLiteWrapper() (defined in SQLiteWrapper)SQLiteWrapperinlineprotectedvirtual