Public Types | Public Member Functions | Public Attributes

Glom::FoundSet Class Reference

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...

Collaboration diagram for Glom::FoundSet:
Collaboration graph
[legend]

List of all members.

Public Types

typedef std::pair< sharedptr
< const LayoutItem_Field >
, bool > 
type_pair_sort_field
 field, ascending
typedef std::list
< type_pair_sort_field
type_sort_clause

Public Member Functions

 FoundSet ()
 FoundSet (const FoundSet& src)
FoundSetoperator= (const FoundSet& src)
bool operator== (const FoundSet& src) const

Public Attributes

Glib::ustring m_table_name
sharedptr< const Relationshipm_extra_join
Gnome::Gda::SqlExpr m_where_clause
type_sort_clause m_sort_clause

Detailed Description

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).


Member Typedef Documentation

field, ascending


Constructor & Destructor Documentation

Glom::FoundSet::FoundSet (  )
Glom::FoundSet::FoundSet ( const FoundSet src )

Member Function Documentation

FoundSet& Glom::FoundSet::operator= ( const FoundSet src )
bool Glom::FoundSet::operator== ( const FoundSet src ) const

Member Data Documentation

Gnome::Gda::SqlExpr Glom::FoundSet::m_where_clause

The documentation for this class was generated from the following file: