Changes between Version 11 and Version 12 of FDORfc50


Ignore:
Timestamp:
Jun 2, 2010, 11:41:44 AM (14 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc50

    v11 v12  
    161161      class FdoJoinCriteriaCollection : public FdoCollection<FdoJoinCriteria, FdoCommandException>
    162162      {
    163      public:
     163      public:
    164164          /// Default constructor
    165165          FDO_API static FdoJoinCriteriaCollection* Create();
     
    247247
    248248In above case we will have two selects having following filters:
    249     Main select: ''!FeatId IN(:SUBSEL)''
    250     Sub-select: ''pt.!FeatId >= 2 AND SPATIAL_COND(pt.GEOM, GEOM_VAL)''
     249    Main-Select: ''!FeatId IN(:SUBSEL)''[[BR]]
     250    Sub-Select: ''pt.!FeatId >= 2 AND SPATIAL_COND(pt.GEOM, GEOM_VAL)''
    251251
    252252Below we added some C++ code on how caller can use this new improvement to achieve above select statement: