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() nothrow
void operatorType(gda.types.SqlOperatorType propval) @property nothrow
string serialize() nothrowCreates 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) static nothrowReturns #GdaSqlOperatorType that correspond with the string op.
string operatorToString(gda.types.SqlOperatorType op) static nothrowReturns a constant string representing a operator name. You don't need to free the returned string.
Constructors
this(void * ptr, Flag!"Take" take)