Changes between Version 4 and Version 5 of FDORfc7


Ignore:
Timestamp:
Jul 30, 2007, 12:28:26 PM (17 years ago)
Author:
barbarazoladek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc7

    v4 v5  
    3232
    3333Why is it important to distinguish these classes in FDO? Because these classes fall into a different category, for the same reasons why in RDBMSs views are distinguished from tables. These classes virtualness cannot be expressed by any existing methods of !FdoClassdefinition. In fact, their characteristics are somewhat unpredictable and depend on the underlying virtual object definition.
     34Exposing the virtual class type as a new type returned by !GetClassType() would affect current behaviour.
    3435
    3536== Proposed Solution ==
     
    5253
    5354            /// \brief
    54             /// Sets the value of m_IsVirtual. It is true if a class is based on view; otherwise is false.
     55            /// Sets the value of m_IsVirtual. It is true if a class is based on virtual object; otherwise is false.
    5556            /// This is an internal method that can only be called by providers. Application should not use this method.
    5657            ///