Changes between Version 21 and Version 22 of FDORfc17
- Timestamp:
- 04/28/08 09:45:14 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc17
v21 v22 509 509 __property OSGeo::FDO::Connections::Capabilities::FunctionDefinition *get_FunctionDefinition (); 510 510 }; 511 }}} 511 512 512 513 === Expression Engine IAggregateFunction Interface === … … 527 528 __property OSGeo::FDO::Expression::LiteralValue *get_Result(); 528 529 }; 529 530 }}} 530 531 531 532 === Expression Engine INonAggregateFunction Interface === … … 543 544 __property OSGeo::FDO::Expression::LiteralValue * Evaluate(OSGeo::FDO::Expression::LiteralValueCollection *literalValues); 544 545 }; 545 546 546 }}} 547