|
Money Manager EX
An easy to use, money management application built with wxWidgets
|
Copyright: (c) 2013 - 2025 Guan Lisheng (guanlisheng@gmail.com) Copyright: (c) 2017 - 2018 Stefano Giorgio (stef145g) Copyright: (c) 2022 Mark Whalley (mark@ipx.co.uk) More...
#include <vector>#include <map>#include <random>#include <algorithm>#include <functional>#include <cwchar>#include <wx/wxsqlite3.h>#include <wx/intl.h>#include "rapidjson/document.h"#include "rapidjson/pointer.h"#include "rapidjson/prettywriter.h"#include "rapidjson/stringbuffer.h"#include "html_template.h"
Include dependency graph for DB_Table.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef wxLongLong | int64 |
Enumerations | |
| enum | OP { EQUAL = 0, GREATER, LESS, GREATER_OR_EQUAL, LESS_OR_EQUAL, NOT_EQUAL } |
Functions | |
| template<typename Arg1 > | |
| void | condition (wxString &out, bool, const Arg1 &arg1) |
| template<typename Arg1 , typename... Args> | |
| void | condition (wxString &out, bool op_and, const Arg1 &arg1, const Args &... args) |
| template<typename Arg1 > | |
| void | bind (wxSQLite3Statement &stmt, int index, const Arg1 &arg1) |
| template<typename Arg1 , typename... Args> | |
| void | bind (wxSQLite3Statement &stmt, int index, const Arg1 &arg1, const Args &... args) |
| template<typename TABLE , typename... Args> | |
| const TABLE::Data_Set | find_by (TABLE *table, wxSQLite3Database *db, bool op_and, const Args &... args) |
| template<class DATA , typename Arg1 > | |
| bool | match (const DATA *data, const Arg1 &arg1) |
| template<class DATA , typename Arg1 , typename... Args> | |
| bool | match (const DATA *data, const Arg1 &arg1, const Args &... args) |
Copyright: (c) 2013 - 2025 Guan Lisheng (guanlisheng@gmail.com) Copyright: (c) 2017 - 2018 Stefano Giorgio (stef145g) Copyright: (c) 2022 Mark Whalley (mark@ipx.co.uk)
Revision History: AUTO GENERATED at 2025-05-08 09:16:56.228434. DO NOT EDIT!
| typedef wxLongLong int64 |
| enum OP |
| void bind | ( | wxSQLite3Statement & | stmt, |
| int | index, | ||
| const Arg1 & | arg1 | ||
| ) |
| void bind | ( | wxSQLite3Statement & | stmt, |
| int | index, | ||
| const Arg1 & | arg1, | ||
| const Args &... | args | ||
| ) |
| void condition | ( | wxString & | out, |
| bool | , | ||
| const Arg1 & | arg1 | ||
| ) |
| void condition | ( | wxString & | out, |
| bool | op_and, | ||
| const Arg1 & | arg1, | ||
| const Args &... | args | ||
| ) |
| const TABLE::Data_Set find_by | ( | TABLE * | table, |
| wxSQLite3Database * | db, | ||
| bool | op_and, | ||
| const Args &... | args | ||
| ) |
| bool match | ( | const DATA * | data, |
| const Arg1 & | arg1 | ||
| ) |
| bool match | ( | const DATA * | data, |
| const Arg1 & | arg1, | ||
| const Args &... | args | ||
| ) |