Changes between Version 45 and Version 46 of FDORfc33
- Timestamp:
- 04/18/09 10:25:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc33
v45 v46 155 155 /// statement that will be executed. Statements can either be 156 156 /// simple Text or a represent a StoredProcedure. 157 /// The default value is typicallyText.157 /// The default value is FdoSQLCommandType_Text. 158 158 enum FdoSQLCommandType 159 159 { … … 190 190 /// when the SQL command is executed and providers need 191 191 /// to minimize the number of Data Store round trips 192 /// For example, fetch 10 ,000 rows in one execution step.192 /// For example, fetch 1000 rows in one execution step. 193 193 /// 194 194 /// \return … … 204 204 /// when the SQL command is executed and providers need 205 205 /// to minimize the number of Data Store round trips 206 /// For example, fetch 10 ,000 rows in one execution step.206 /// For example, fetch 1000 rows in one execution step. 207 207 /// 208 208 /// \param value