#include <parameterlist.h>
Public Member Functions | |
ParameterList () | |
ParameterList (GdaParameterList *castitem, bool make_a_copy=false) | |
ParameterList (const ParameterList &src) | |
ParameterList & | operator= (const ParameterList &src) |
~ParameterList () | |
GdaParameterList * | gobj () |
const GdaParameterList * | gobj () const |
GdaParameterList * | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
operator bool () const | |
void | add_parameter (const Parameter ¶m) |
GList * | get_names () |
Parameter | find (const Glib::ustring &name) const |
void | clear () |
guint | get_length () const |
Protected Attributes | |
GdaParameterList * | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Gda::ParameterList | wrap (GdaParameterList *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.
|
|
|
|
|
|
|
|
|