SqlFunction.serialize

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

class SqlFunction
string
serialize
()

Return Value

Type: string

a new string with the description of the function or "null" in case function is invalid.