Changes between Version 1 and Version 2 of FDORfc12


Ignore:
Timestamp:
Nov 30, 2007, 9:23:57 AM (17 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc12

    v1 v2  
    8989        * Transactions - Supported
    9090
     91    * Expression Capabilities
     92        * Aggregate Functions
     93            * Count
     94            * Avg
     95            * Max
     96            * Min
     97            * Sum
     98            * Median
     99            * Stddev
     100        * Conversion Functions
     101            * !NullValue
     102            * !ToDate
     103            * !ToDouble
     104            * !ToFloat
     105            * !ToInt32
     106            * !ToInt64
     107            * !ToString
     108        * Date Functions
     109            * !AddMonths
     110            * !CurrentDate
     111            * Extract
     112            * !MonthsBetween
     113        * Mathematical Functions
     114            * Abs
     115            * Acos
     116            * Asin
     117            * Atan
     118            * Atan2
     119            * Cos
     120            * Exp
     121            * Ln
     122            * Log
     123            * Mod
     124            * Power
     125            * Remainder
     126            * Sin
     127            * Sqrt
     128            * Tan
     129        * Numeric Functions
     130            * Ceil
     131            * Floor
     132            * Round
     133            * Sign
     134            * Trunc
     135        * String Functions
     136            * Concat
     137            * Lower
     138            * Upper
     139            * Instr
     140            * Length
     141            * Lpad
     142            * Ltrim
     143            * Rpad
     144            * Rtrim
     145            * Soundex
     146            * Substr
     147            * Translate
     148            * Trim
     149        * Geometric Functions
     150            * Area2d
     151            * Length2d
     152