#include <Composite_Query.hpp>


Public Member Functions | |
| Composite_Query_Obj () | |
| void | addTo_Where_Part (string toAdd) |
| string | asSQL (bool includeWhere=true) |
| Composite_Query_Obj () | |
| void | addTo_Where_Part (string toAdd) |
| string | asSQL (bool includeWhere=true) |
Public Attributes | |
| identifier | Id |
| llong | Site_Id |
| string | Name |
| string | Select_Part |
| string | From_Part |
| string | Where_Part |
| string | Group_Part |
| string | Having_Part |
| string | Order_Part |
| bool | Is_Workflow |
Definition at line 16 of file Composite_Query.hpp.
| Composite_Query_Obj::Composite_Query_Obj | ( | ) | [inline] |
Definition at line 30 of file Composite_Query.hpp.
References read_write_base::addDXMap(), read_write_base::data_name(), From_Part, Group_Part, Having_Part, Id, Is_Workflow, Name, Order_Part, Select_Part, Site_Id, and Where_Part.
| Composite_Query_Obj::Composite_Query_Obj | ( | ) | [inline] |
Definition at line 30 of file Composite_Query.hpp.
References read_write_base::addDXMap(), read_write_base::data_name(), From_Part, Group_Part, Having_Part, Id, Is_Workflow, Name, Order_Part, Select_Part, Site_Id, and Where_Part.
| void Composite_Query_Obj::addTo_Where_Part | ( | string | toAdd | ) | [inline] |
| string Composite_Query_Obj::asSQL | ( | bool | includeWhere = true |
) | [inline] |
Definition at line 63 of file Composite_Query.hpp.
References From_Part, Group_Part, Having_Part, Order_Part, Select_Part, and Where_Part.
Referenced by Composite_Query_form::form_display(), Report_Obj::getCompositeQuery(), Query_Result_List::list_display(), and WorkItems::setQuery().
| void Composite_Query_Obj::addTo_Where_Part | ( | string | toAdd | ) | [inline] |
| string Composite_Query_Obj::asSQL | ( | bool | includeWhere = true |
) | [inline] |
Definition at line 63 of file Composite_Query.hpp.
References From_Part, Group_Part, Having_Part, Order_Part, Select_Part, and Where_Part.
Definition at line 19 of file Composite_Query.hpp.
Referenced by Composite_Query_Obj(), Composite_Query_form::form_display(), and Composite_Query_form::form_id_transfer().
| string Composite_Query_Obj::Name |
Definition at line 21 of file Composite_Query.hpp.
Referenced by Composite_Query_Obj(), Composite_Query_form::form_data_transfer(), and Composite_Query_form::form_display().
Definition at line 22 of file Composite_Query.hpp.
Referenced by asSQL(), Composite_Query_Obj(), Composite_Query_form::form_data_transfer(), and Composite_Query_form::form_display().
Definition at line 23 of file Composite_Query.hpp.
Referenced by asSQL(), Composite_Query_Obj(), Composite_Query_form::form_data_transfer(), and Composite_Query_form::form_display().
Definition at line 24 of file Composite_Query.hpp.
Referenced by addTo_Where_Part(), asSQL(), Composite_Query_Obj(), Composite_Query_form::form_data_transfer(), and Composite_Query_form::form_display().
Definition at line 25 of file Composite_Query.hpp.
Referenced by asSQL(), Composite_Query_Obj(), Composite_Query_form::form_data_transfer(), and Composite_Query_form::form_display().
Definition at line 26 of file Composite_Query.hpp.
Referenced by asSQL(), Composite_Query_Obj(), Composite_Query_form::form_data_transfer(), and Composite_Query_form::form_display().
Definition at line 27 of file Composite_Query.hpp.
Referenced by asSQL(), Composite_Query_Obj(), Composite_Query_form::form_data_transfer(), and Composite_Query_form::form_display().
Definition at line 28 of file Composite_Query.hpp.
Referenced by Composite_Query_Obj(), Composite_Query_form::form_data_transfer(), and Composite_Query_form::form_display().
1.5.5