SqlBuilder.addFunction

gda.types.SqlBuilderId addFunction(string funcName, gda.types.SqlBuilderId[] args)

Builds a new expression which represents a function applied to some arguments

Parameters

funcNamethe functions's name
argsan array of IDs representing the function's arguments

Returns

the ID of the new expression, or 0 if there was an error