Changes between Version 4 and Version 5 of FDORfc7
- Timestamp:
- 07/30/07 12:28:26 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc7
v4 v5 32 32 33 33 Why 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. 34 Exposing the virtual class type as a new type returned by !GetClassType() would affect current behaviour. 34 35 35 36 == Proposed Solution == … … 52 53 53 54 /// \brief 54 /// Sets the value of m_IsVirtual. It is true if a class is based on vi ew; otherwise is false.55 /// Sets the value of m_IsVirtual. It is true if a class is based on virtual object; otherwise is false. 55 56 /// This is an internal method that can only be called by providers. Application should not use this method. 56 57 ///