Changes between Version 34 and Version 35 of FDORfc33
- Timestamp:
- 04/16/09 09:58:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc33
v34 v35 139 139 }}} 140 140 141 ==== SQL CommandType Enumeration ====141 ==== SQL Command Type Enumeration ==== 142 142 143 143 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 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.