gda.sql_operation
Module for [SqlOperation] class
class SqlOperation
Types 1
classSqlOperation
This structure represents an operation between one or more operands.
Fields
GdaSqlOperation _cInstanceMethods
void * _cPtr()gda.types.SqlOperatorType operatorType() @propertyvoid operatorType(gda.types.SqlOperatorType propval) @propertystring 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.