FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FunctionCategoryType.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoFunctionCategoryType {
  FdoFunctionCategoryType_Aggregate,
  FdoFunctionCategoryType_Conversion,
  FdoFunctionCategoryType_Custom,
  FdoFunctionCategoryType_Date,
  FdoFunctionCategoryType_Geometry,
  FdoFunctionCategoryType_Math,
  FdoFunctionCategoryType_Numeric,
  FdoFunctionCategoryType_String,
  FdoFunctionCategoryType_Unspecified
}
 The FdoFunctionCategoryType enumeration lists all types a function may be classified in. More...

Enumeration Type Documentation

enum FdoFunctionCategoryType
 

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

Enumeration values:
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.

Referenced by FdoFunctionDefinition::GetFunctionCategoryType().


Comments or suggestions? Send us feedback.