Class

GomBinaryExpression

Description

final class Gom.BinaryExpression : Gom.Expression
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this GomBinaryExpression ancestor_0 GomExpression ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Constructors

gom_binary_expression_new_add

Creates an addition expression.

gom_binary_expression_new_and

Creates a logical AND expression.

gom_binary_expression_new_divide

Creates a division expression.

gom_binary_expression_new_equal

Creates an equality comparison expression.

gom_binary_expression_new_greater_equal

Creates a greater-than-or-equal comparison expression.

gom_binary_expression_new_greater_than

Creates a greater-than comparison expression.

gom_binary_expression_new_less_equal

Creates a less-than-or-equal comparison expression.

gom_binary_expression_new_less_than

Creates a less-than comparison expression.

gom_binary_expression_new_like

Creates a LIKE comparison expression.

gom_binary_expression_new_modulo

Creates a modulo expression.

gom_binary_expression_new_multiply

Creates a multiplication expression.

gom_binary_expression_new_not_equal

Creates an inequality comparison expression.

gom_binary_expression_new_or

Creates a logical OR expression.

gom_binary_expression_new_subtract

Creates a subtraction expression.

Instance methods

Methods inherited from GomExpression (1)
gom_expression_is_constant

Checks whether the expression is constant.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GomBinaryExpressionClass {
  /* no available fields */
}

No description available.