gda.sql_operation

Module for [SqlOperation] class

Types 1

classSqlOperation

This structure represents an operation between one or more operands.

Fields
GdaSqlOperation _cInstance
Methods
void * _cPtr()
void operatorType(gda.types.SqlOperatorType propval) @property
string serialize()Creates a new string representing an operator. You need to free the returned string using [glib.global.gfree]; Returns: a new string with the description of the operator or "null" in case operation...
gda.types.SqlOperatorType operatorFromString(string op)Returns #GdaSqlOperatorType that correspond with the string op.
string operatorToString(gda.types.SqlOperatorType op)Returns a constant string representing a operator name. You don't need to free the returned string.
Constructors
this(void * ptr, Flag!"Take" take)