SqlOperation

This structure represents an operation between one or more operands.

Constructors

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

Members

Functions

_cPtr
void* _cPtr()
serialize
string serialize()

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

Properties

operatorType
gda.types.SqlOperatorType operatorType [@property getter]
operatorType
gda.types.SqlOperatorType operatorType [@property setter]

Static functions

operatorFromString
gda.types.SqlOperatorType operatorFromString(string op)

Returns #GdaSqlOperatorType that correspond with the string op.

operatorToString
string operatorToString(gda.types.SqlOperatorType op)

Returns a constant string representing a operator name. You don't need to free the returned string.