gda.sql_case
Module for [SqlCase] class
class SqlCase
Types 1
classSqlCase
This structure represents a CASE WHEN... construct
Fields
GdaSqlCase _cInstanceMethods
void * _cPtr()void baseExpr(gda.sql_expr.SqlExpr propval) @propertySet `baseExpr` field. Params: propval = expression to testgda.sql_expr.SqlExpr elseExpr() @propertyGet `elseExpr` field. Returns: default expression for the CASEvoid elseExpr(gda.sql_expr.SqlExpr propval) @propertySet `elseExpr` field. Params: propval = default expression for the CASEstring serialize()Creates a new string representing a CASE clause. You need to free the returned string using [glib.global.gfree]; Returns: a new string with the description of the CASE clause or "null" in case sc i...