| libglom-1.32
    1.32.0
    | 
A grouping of information about a view of a table, including what records are viewed (the where clause), how the are sorted (the sort clause). More...

| Public Types | |
| typedef std::pair< std::shared_ptr< const LayoutItem_Field >, bool > | type_pair_sort_field | 
| field, ascending  More... | |
| Public Member Functions | |
| FoundSet () noexcept | |
| FoundSet (const FoundSet& src)=default | |
| FoundSet (FoundSet&& src)=default | |
| FoundSet& | operator= (const FoundSet& src)=default | 
| FoundSet& | operator= (FoundSet&& src)=default | 
| Public Attributes | |
| Glib::ustring | m_table_name | 
| std::shared_ptr< const Relationship > | m_extra_join | 
| Gnome::Gda::SqlExpr | m_where_clause | 
| std::vector< type_pair_sort_field > | m_sort_clause | 
A grouping of information about a view of a table, including what records are viewed (the where clause), how the are sorted (the sort clause).
| typedef std::pair< std::shared_ptr<const LayoutItem_Field>, bool> Glom::FoundSet::type_pair_sort_field | 
field, ascending
| 
 | noexcept | 
| 
 | default | 
| 
 | default | 
| std::shared_ptr<const Relationship> Glom::FoundSet::m_extra_join | 
| std::vector<type_pair_sort_field> Glom::FoundSet::m_sort_clause | 
| Glib::ustring Glom::FoundSet::m_table_name | 
| Gnome::Gda::SqlExpr Glom::FoundSet::m_where_clause | 
 1.8.13
 1.8.13