Changes between Version 4 and Version 5 of MapGuideRfc84


Ignore:
Timestamp:
Sep 8, 2009, 2:51:13 AM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc84

    v4 v5  
    111111    /// \param params (MgParameterCollection)
    112112    /// Parameters binded to the SQL statement.
     113    /// \param transaction (MgTransaction)
     114    /// The transaction on which the sql statement will be executed.
    113115    /// \param fetchSize (int)
    114116    /// The fetch size of query. This method returns all data
     
    122124                                 CREFSTRING sqlStatement,
    123125                                 MgParameterCollection* params,
     126                                 MgTransaction* transaction,
    124127                                 INT32 fetchSize ) = 0;
    125128
     
    135138    /// \param params (MgParameterCollection)
    136139    /// Parameters binded to the SQL statement.
     140    /// \param transaction (MgTransaction)
     141    /// The transaction on which the sql statement will be executed.
    137142    /// \param fetchSize (int)
    138143    /// The fetch size of query. This method returns all data
     
    147152                                 CREFSTRING sqlNonSelectStatement,
    148153                                 MgParameterCollection* params,
     154                                 MgTransaction* transaction,
    149155                                 INT32 fetchSize ) = 0;
    150156}}}