31 #ifndef LEDGER_CORE_COMPOUNDQUERYFILTER_H 32 #define LEDGER_CORE_COMPOUNDQUERYFILTER_H 34 #include "QueryFilter.h" 41 void toString(std::stringstream &ss)
const override;
42 void bindValue(soci::details::prepare_temp_type &statement)
const override;
45 std::shared_ptr<QueryFilter> _children;
51 #endif //LEDGER_CORE_COMPOUNDQUERYFILTER_H Definition: QueryFilter.h:51
Definition: Account.cpp:8
Definition: CompoundQueryFilter.h:38