The FdoFunctionCategoryType enumeration lists all types a function may be classified in.

()

Enumerator:
FdoFunctionCategoryType_Aggregate  Represents the identifier used to categorize aggregate functions.
FdoFunctionCategoryType_Conversion  Represents the identifier used to categorize conversion functions.
FdoFunctionCategoryType_Custom  Represents the identifier used to categorize custom functions.
FdoFunctionCategoryType_Date  Represents the identifier used to categorize date functions.
FdoFunctionCategoryType_Geometry  Represents the identifier used to categorize geometry functions.
FdoFunctionCategoryType_Math  Represents the identifier used to categorize mathematic functions.
FdoFunctionCategoryType_Numeric  Represents the identifier used to categorize numeric functions.
FdoFunctionCategoryType_String  Represents the identifier used to categorize string functions.
FdoFunctionCategoryType_Unspecified  Represents the identifier used to categorize unspecified functions.

Definition at line 30 of file FunctionCategoryType.h.