Midgard2 Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Prerequisites | Known Implementations |
MidgardQueryRow; GObject * midgard_query_row_get_object (MidgardQueryRow *self
,const gchar *column_name
,GError **error
); const GValue * midgard_query_row_get_value (MidgardQueryRow *self
,const gchar *column_name
,GError **error
); GValueArray * midgard_query_row_get_values (MidgardQueryRow *self
,GError **error
);
GObject * midgard_query_row_get_object (MidgardQueryRow *self
,const gchar *column_name
,GError **error
);
|
MidgardQueryRow instance |
|
Column name which holds value. [allow-none] |
|
pointer to store error |
Returns : |
an object for specified column.
column_name can be ommited if column name is uniqe in the MidgardQueryResult. [transfer full]
|
Since 10.05.6
const GValue * midgard_query_row_get_value (MidgardQueryRow *self
,const gchar *column_name
,GError **error
);
|
MidgardQueryRow instance |
|
Column name which holds value. [allow-none] |
|
pointer to store error |
Returns : |
value for specified column.
column_name can be ommited if column name is uniqe in the MidgardQueryResult
|
Since 10.05.6
GValueArray * midgard_query_row_get_values (MidgardQueryRow *self
,GError **error
);
|
MidgardQueryRow instance |
|
a pointer to store error |
Returns : |
array of values stored in a row or NULL . [transfer container]
|
Since 10.05.6