Changes between Version 14 and Version 15 of MapGuideRfc80
- Timestamp:
- 08/13/09 18:28:37 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc80
v14 v15 28 28 == Motivation == 29 29 30 Currently FDO interface supports parameter binding when executing an FdoISQLCommand. Method !GetParameterValues() returns a parameters value collection and users can set value for each named parameter. However, MapGuide Feature Service doesn’t provide this capability. This RFC will add two methods intoFeature Service API to eliminate this limitation.30 Currently FDO interface supports parameter binding when executing an FdoISQLCommand. Method !GetParameterValues() returns a parameters value collection and users can set value for each named parameter. However, MapGuide Feature Service doesn’t provide this capability. This RFC will extend Feature Service API to eliminate this limitation. 31 31 32 32 == Proposed Solution == … … 586 586 ==== Changes to Feature Service ==== 587 587 588 Feature Service will be extended to add two methods to support parameter binding when executing an SQL statement against a feature source.588 In MapGuide RFC 78, two overloaded methods ExecuteSqlQuery(...) and ExecuteSqlNonQuery(...) are introduced to add support to transaction. In this RFC, those two methods will be extended to add a parameter MgParameterCollection to support parameter binding. 589 589 590 590 {{{