In Table 11-7, the columns are defined as follows:
Table 11-7. Mapping Sybase Data Types to EDM Simple Types Table 11-8 shows the mapping of EDM Simple Types to Sybase data types. The columns are defined as follows:
Table 11-8. Mapping EDM Simple Types to Sybase Data Types Table 11-9 describes the mapping of EDM aggregate canonical functions to Sybase functions.
Table 11-9. Mapping Aggregate Canonical Functions Avg(expression) AVG(expression) BigCount(expression) COUNT_BIG(expression) Count(expression) COUNT(expression) Max(expression) MAX(expression) Min(expression) MIN(expression) StDev(expression) STDEV_SAMP(expression) Sum(expression) SUM(expression)Table 11-10 describes the mapping of EDM math canonical functions to Sybase functions.
Table 11-10. Mapping Math Canonical Functions Abs(value) ABS(value) Ceiling(value) CEILING(value) Floor(value) FLOOR(value) Round(value) ROUND(value, 0) ROUND(value, 0)Table 11-11 describes the mapping of EDM date and time canonical functions to Sybase functions.
Table 11-11. Mapping Date and Time Canonical Functions Day(expression) DAY(expression) GetTotalOffsetMinutes(DateTimeOffset) Hour(expression) DATEPART(HOUR, expression) Millisecond(expression) DATEPART(MILLISECOND, expression) Minute(expression) DATEPART(MINUTE, expression) Month(expression) MONTH(expression) Second(expression) DATEPART(SECOND, expression) Year(expression) YEAR(expression)Table 11-12 describes the mapping of EDM bitwise canonical functions to Sybase functions.
Table 11-12. Mapping Bitwise Canonical Functions BitWiseNot (value) (~value) Table 11-13 describes the mapping of EDM string canonical functions to Sybase functions.
Table 11-13. Mapping String Canonical Functions LEFT(string) Length(string) LEN(string) LTrim(string) LTRIM(string) Reverse(string) REVERSE(string) RTrim(string) RTRIM(string) ToLower(string) LOWER(string) ToUpper(string) UPPER(string) Trim(string) LTRIM(RTRIM(string))