Changes between Version 4 and Version 5 of MapGuideRfc80


Ignore:
Timestamp:
Aug 6, 2009, 5:34:22 PM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc80

    v4 v5  
    6868==== Parameter Value ====
    6969
    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.
     70The !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.
    7171
    7272{{{
     
    372372    /// \exception MgInvalidPropertyTypeException.
    373373    ///
    374 MgGeometry* GetGeometry();
     374    MgGeometry* GetGeometry();
    375375
    376376    /// \brief
     
    415415==== Parameter Collection ====
    416416
    417 MgParameterCollection represents a collection of MgParameter.
     417!MgParameterCollection represents a collection of !MgParameter.
    418418
    419419{{{
     
    653653== Implications ==
    654654
    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.
     655This 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.
    656656
    657657== Test Plan ==