COView Class Members

  1. Construction/Destruction
    COView    Constructs a COView object.
    ~COView    Destructs a COView object.
  2. Opening and Closing
    OpenView    Opens a view from an existing rowset.
    OpenWithCmnd Opens a view directly from a statement.
    Close    Closes a view.
    IsOpen    Checks if a view is opened.

  3. Setting Sorts and Filters
    SetSortOrder:    sets an array of sorts.
    SetFilter:    Sets an array of filters.

  4. Opening a Viewed rowset
    ApplyView:    Apply a view to an existing rowset.
    OpenRowset:    Open a new rowset.

  5. Others
    SetBaseIID:    Sets an interface GUID.
    GetSession:    Gets a session associated with this view.
    GetRefGuid:    Used by global template functions.
    GetBaseIID:    Used by global template functions.
    GetBaseInterfacePPtr:    Used by global template functions.
    PostProcess:    Used by global template functions.

COView Class Overview