gda.sql_case
Module for [SqlCase] class
class SqlCase
Types 1
classSqlCase
This structure represents a CASE WHEN... construct
Fields
GdaSqlCase _cInstanceMethods
void * _cPtr() nothrowvoid baseExpr(gda.sql_expr.SqlExpr propval) @property nothrowSet `baseExpr` field. Params: propval = expression to testgda.sql_expr.SqlExpr elseExpr() @property nothrowGet `elseExpr` field. Returns: default expression for the CASEvoid elseExpr(gda.sql_expr.SqlExpr propval) @property nothrowSet `elseExpr` field. Params: propval = default expression for the CASEstring serialize() nothrowCreates 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...