Changes between Version 34 and Version 35 of FDORfc33


Ignore:
Timestamp:
04/16/09 09:58:32 (16 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc33

    v34 v35  
    139139}}}
    140140
    141 ==== SQLCommandType Enumeration ====
     141==== SQL Command Type Enumeration ====
    142142
    143143A new enumeration, FdoSQLCommandType, will be added to the FDO API for use in the SQL Command. FdoSQLCommandType represents the type of SQL statement being sent tot the provider for execution. The acceptable values of the enumeration are either Text or Stored Procedure. Stored Procedure are often executed as PL/SQL blocks.