GdaSqlFunction

This structure represents a function or an aggregate with zero or more arguments.

Members

Variables

GdaReserved1
void* GdaReserved1;
GdaReserved2
void* GdaReserved2;
any
GdaSqlAnyPart any;

inheritance structure

argsList
GSList* argsList;

list of #GdaSqlExpr expressions, one for each argument

functionName
char* functionName;

name of the function , in the form [catalog.schema.]function_name