| Midgard2 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
MidgardSqlQueryRow; struct MidgardSqlQueryRowClass; MidgardSqlQueryRow * midgard_sql_query_row_new (MidgardConnection *mgd,GObject *model,guint row);
"connection" MidgardConnection* : Write / Construct Only "model" GdaDataModel* : Write / Construct Only "row" guint : Write / Construct Only
MidgardSqlQueryRow * midgard_sql_query_row_new (MidgardConnection *mgd,GObject *model,guint row);
This constructor should be used by MidgardQueryResult implementation
|
MidgardConnection instance |
|
a GObject which represents data model |
|
Row's index in a given model |
Returns : |
new MidgardSqlQueryRow |
Since 10.05.6
"connection" property"connection" MidgardConnection* : Write / Construct Only
Connection to underlying database.
"model" property"model" GdaDataModel* : Write / Construct Only
Holds a reference to data model.