FDO API Reference Feature Data Objects

FunctionDefinition::FunctionDefinition System::String *  name,
System::String *  description,
System::Boolean  isAggregate,
NAMESPACE_OSGEO_FDO_CONNECTIONS_CAPABILITIES::SignatureDefinitionCollection *  signatures
 

Constructs an instance of a FunctionDefinition using the specified arguments.

Parameters:
name Input the name of the function.
description Input a brief description.
isAggregate Input the flag indicating whether or not this is an aggregate function
signatures Input the list of possible function signatures
Returns:
Returns FunctionDefinition

Comments or suggestions? Send us feedback.