Changes between Version 4 and Version 5 of MapGuideRfc80
- Timestamp:
- 08/06/09 17:34:22 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc80
v4 v5 68 68 ==== Parameter Value ==== 69 69 70 The MgParameter class specifies a value for a particular parameter. Instances of this class are used to specify a value to bind to a parameter when a command is executed. Typically, it is used to bind parameters to the SQL command.70 The !MgParameter class specifies a value for a particular parameter. Instances of this class are used to specify a value to bind to a parameter when a command is executed. Typically, it is used to bind parameters to the SQL command. 71 71 72 72 {{{ … … 372 372 /// \exception MgInvalidPropertyTypeException. 373 373 /// 374 MgGeometry* GetGeometry();374 MgGeometry* GetGeometry(); 375 375 376 376 /// \brief … … 415 415 ==== Parameter Collection ==== 416 416 417 MgParameterCollection represents a collection ofMgParameter.417 !MgParameterCollection represents a collection of !MgParameter. 418 418 419 419 {{{ … … 653 653 == Implications == 654 654 655 This RFC depends on FDO RFC 33 (http://trac.osgeo.org/fdo/wiki/FDORfc33), which improves parameter binding to support specifying parameter direction. If FDO RFC 33 can’t get approved, we will not remove class !MgParameterDirection and method MgParameter:: SetDirection(...) and MgParameter::GetDirection() in this RFC.655 This RFC depends on FDO RFC 33 (http://trac.osgeo.org/fdo/wiki/FDORfc33), which improves parameter binding to support specifying parameter direction. If FDO RFC 33 can’t get approved, we will not remove class !MgParameterDirection and method MgParameter::!SetDirection(...) and MgParameter::!GetDirection() in this RFC. 656 656 657 657 == Test Plan ==