Creates a new #GdaSqlOperation structure and sets its parent to parent
.
a #GdaSqlAnyPart structure
inheritance structure
: list of #GdaSqlExpr operands
operator type to be used. See #GdaSqlOperatorType
Creates a new #GdaSqlOperation structure initiated with the values stored in operation
.
Frees a #GdaSqlOperation structure and its members.
Creates a new string representing an operator. You need to free the returned string using g_free();
Creates a new #GdaSqlOperation structure and sets its parent to parent
.
a #GdaSqlAnyPart structure
Returns #GdaSqlOperatorType that correspond with the string op
.
a #GdaSqlOperation structure
Returns a constant string representing a operator name. You don't need to free the returned string.
a #GdaSqlOperation structure
This structure represents an operation between one or more operands.