Changes between Version 44 and Version 45 of FDORfc33
- Timestamp:
- 04/17/09 10:38:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc33
v44 v45 148 148 ==== SQL Command Type Enumeration ==== 149 149 150 A 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 to tthe provider for execution. The acceptable values of the enumeration are either Text or Stored Procedure. Stored Procedure are often executed as PL/SQL blocks.150 A 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 to 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. 151 151 152 152 {{{ … … 166 166 167 167 In order to allow Providers to return an FDO feature reader from the FDO SQL command, a new !ExecuteFeatureReader method will be added to the FdoISQLCommand interface. Providers that implement this level of functionality will need to implement this command and provide support for the use cases (which are not yet a definative list) listed above. 168 169 The FdoISQLCommand interface will also be extended to support Fetch Size, Batch Parameter values and Command Types. 168 170 169 171 {{{