This contains any expression, either as a value, a variable, or as other types of expressions. More...
List of all members.
Detailed Description
This contains any expression, either as a value, a variable, or as other types of expressions.
Constructor & Destructor Documentation
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 |
( |
) |
|
Gnome::Gda::SqlExpr::SqlExpr |
( |
GdaSqlAnyPart * |
parent ) |
[explicit] |
Member Function Documentation
bool Gnome::Gda::SqlExpr::empty |
( |
) |
const |
const GdaSqlExpr* Gnome::Gda::SqlExpr::gobj |
( |
) |
const [inline] |
Provides access to the underlying C instance.
GdaSqlExpr* Gnome::Gda::SqlExpr::gobj |
( |
) |
[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 ) |
|
Friends And Related Function Documentation
- 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.
Member Data Documentation
The documentation for this class was generated from the following file: