#include <parameter.h>
Public Member Functions | |
Parameter () | |
Parameter (GdaParameter *castitem, bool make_a_copy=false) | |
Parameter (const Parameter &src) | |
Parameter & | operator= (const Parameter &src) |
~Parameter () | |
GdaParameter * | gobj () |
const GdaParameter * | gobj () const |
GdaParameter * | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
Parameter (const Glib::ustring &name, const Value &value) | |
Parameter (const Glib::ustring &name, bool value) | |
Parameter (const Glib::ustring &name, gdouble value) | |
Parameter (const Glib::ustring &name, const Glib::RefPtr< Glib::Object > &value) | |
Parameter (const Glib::ustring &name, const Glib::ustring &value) | |
Glib::ustring | get_name () const |
void | set_name (const Glib::ustring &name) |
Value | get_value () const |
void | set_value (const Value &value) |
Protected Attributes | |
GdaParameter * | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Gda::Parameter | wrap (GdaParameter *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
|
|
|
|
|
|
|
|
|
|
|