SqlCase
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gda_sql_case_get_type ()" ) ]
[ Compact ]
public class SqlCase
This structure represents a CASE WHEN... construct
Content:
Creation methods:
Methods:
- public SqlCase copy ()
Creates a new SqlCase structure initiated
with the values stored in this.
- public void free ()
Frees a SqlCase structure and its members.
- public string serialize ()
Creates a new string representing a CASE clause.
Fields: