SqlBuilder.addFunction

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

class SqlBuilder
addFunction

Parameters

funcName string

the functions's name

args gda.types.SqlBuilderId[]

an array of IDs representing the function's arguments

Return Value

Type: gda.types.SqlBuilderId

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