Changes between Version 4 and Version 5 of MapGuideRfc84
- Timestamp:
- 09/08/09 02:51:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified MapGuideRfc84
v4 v5 111 111 /// \param params (MgParameterCollection) 112 112 /// Parameters binded to the SQL statement. 113 /// \param transaction (MgTransaction) 114 /// The transaction on which the sql statement will be executed. 113 115 /// \param fetchSize (int) 114 116 /// The fetch size of query. This method returns all data … … 122 124 CREFSTRING sqlStatement, 123 125 MgParameterCollection* params, 126 MgTransaction* transaction, 124 127 INT32 fetchSize ) = 0; 125 128 … … 135 138 /// \param params (MgParameterCollection) 136 139 /// Parameters binded to the SQL statement. 140 /// \param transaction (MgTransaction) 141 /// The transaction on which the sql statement will be executed. 137 142 /// \param fetchSize (int) 138 143 /// The fetch size of query. This method returns all data … … 147 152 CREFSTRING sqlNonSelectStatement, 148 153 MgParameterCollection* params, 154 MgTransaction* transaction, 149 155 INT32 fetchSize ) = 0; 150 156 }}}