SqlFunction

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

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

_cPtr
void* _cPtr()
checkClean
void checkClean()
serialize
string serialize()

Creates a new string representing a function. You need to free the returned string using glib.global.gfree;

takeName
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.

Properties

functionName
string functionName [@property getter]

Get functionName field.

functionName
string functionName [@property setter]

Set functionName field.