This contains any expression, either as a value, a variable, or as other types of expressions.  
 More...
|  | 
| static GType | get_type () | 
|  | Get the GType for this class, for use with the underlying GObject type system.  More... 
 | 
|  | 
This contains any expression, either as a value, a variable, or as other types of expressions. 
      
        
          | Gnome::Gda::SqlExpr::SqlExpr | ( |  | ) |  | 
      
 
 
  
  | 
        
          | Gnome::Gda::SqlExpr::SqlExpr | ( | GdaSqlExpr * | gobject, |  
          |  |  | bool | make_a_copy = true |  
          |  | ) |  |  |  | explicit | 
 
 
      
        
          | Gnome::Gda::SqlExpr::SqlExpr | ( | const SqlExpr& | other | ) |  | 
      
 
 
  
  | 
        
          | Gnome::Gda::SqlExpr::SqlExpr | ( | SqlExpr&& | other | ) |  |  | noexcept | 
 
 
  
  | 
        
          | Gnome::Gda::SqlExpr::~SqlExpr | ( |  | ) |  |  | noexcept | 
 
 
  
  | 
        
          | Gnome::Gda::SqlExpr::SqlExpr | ( | GdaSqlAnyPart * | parent | ) |  |  | explicit | 
 
 
      
        
          | bool Gnome::Gda::SqlExpr::empty | ( |  | ) | const | 
      
 
 
  
  | 
        
          | static GType Gnome::Gda::SqlExpr::get_type | ( |  | ) |  |  | static | 
 
Get the GType for this class, for use with the underlying GObject type system. 
 
 
  
  | 
        
          | GdaSqlExpr* Gnome::Gda::SqlExpr::gobj | ( |  | ) |  |  | inline | 
 
Provides access to the underlying C instance. 
 
 
  
  | 
        
          | const GdaSqlExpr* Gnome::Gda::SqlExpr::gobj | ( |  | ) | const |  | inline | 
 
Provides access to the underlying C instance. 
 
 
      
        
          | GdaSqlExpr* Gnome::Gda::SqlExpr::gobj_copy | ( |  | ) | const | 
      
 
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. 
 
 
Creates a new string representing a field. 
You need to free the returned string using Glib::free();
- Returns
- A new string with the name of the field or "null" in case expr is invalid. 
 
 
  
  | 
        
          | void Gnome::Gda::SqlExpr::swap | ( | SqlExpr& | other | ) |  |  | noexcept | 
 
 
- Parameters
- 
  
    | lhs | The left-hand side |  | rhs | The right-hand side |  
 
 
 
A Glib::wrap() method for this object. 
- Parameters
- 
  
    | object | The C instance. |  | take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |  
 
- Returns
- A C++ instance that wraps this C instance. 
 
 
  
  | 
        
          | GdaSqlExpr* Gnome::Gda::SqlExpr::gobject_ |  | protected | 
 
 
The documentation for this class was generated from the following file: