Changes between Version 45 and Version 46 of FDORfc33


Ignore:
Timestamp:
Apr 18, 2009, 10:25:29 AM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc33

    v45 v46  
    155155/// statement that will be executed. Statements can either be
    156156/// simple Text or a represent a StoredProcedure.
    157 /// The default value is typically Text.
     157/// The default value is FdoSQLCommandType_Text.
    158158enum FdoSQLCommandType
    159159{
     
    190190    /// when the SQL command is executed and providers need
    191191    /// 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.
    193193    ///
    194194    /// \return
     
    204204    /// when the SQL command is executed and providers need
    205205    /// 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.
    207207    ///
    208208    /// \param value