SqlFunction
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gda_sql_function_get_type ()" ) ]
[ Compact ]
public class SqlFunction
This structure represents a function or an aggregate with zero or more arguments.
Content:
Creation methods:
Methods:
- public void check_clean ()
- public SqlFunction copy ()
Creates a new SqlFunction structure initiated
with the values stored in this.
- public void free ()
Frees a SqlFunction structure and its members.
- public string serialize ()
Creates a new string representing a function.
- public void take_args_list (SList<SqlExpr> args)
Sets the function's arguments to point to args
, then sets the
list's data elements' parent to this.
- public void take_name (Value value)
Sets the function's name using the string held by value
.
Fields: