gda.sql_function

Module for [SqlFunction] class

Types 1

classSqlFunction

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

Fields
GdaSqlFunction _cInstance
Methods
void * _cPtr()
string functionName() @propertyGet `functionName` field. Returns: name of the function , in the form [[catalog.]schema.]function_name
void functionName(string propval) @propertySet `functionName` field. Params: propval = name of the function , in the form [[catalog.]schema.]function_name
void checkClean()
string serialize()Creates a new string representing a function. You need to free the returned string using [glib.global.gfree]; Returns: a new string with the description of the function or "null" in case function i...
void takeName(gobject.value.Value value)Sets the function's name using the string held by value. When call, value is freed using #[gda.global.valueFree].
Constructors
this(void * ptr, Flag!"Take" take)