MidgardView
MidgardView — Abstract class which represents database view.
|
|
Description
MidgardViewClass derived objects represent database views.
Those are created in xml files, using MgdSchema patterns.
See: http://www.midgard-project.org/development/mrfc/0041/
Since: 9.09
Details
midgard_view
typedef struct _MidgardView midgard_view;
MidgardView
typedef struct {
GObject parent;
MidgardDBObjectPrivate *dbpriv;
} MidgardView;
Since 9.09
MidgardViewClass
typedef struct {
GObjectClass parent;
MidgardDBObjectPrivate *dbpriv;
const MidgardConnection *(*get_connection) (MidgardDBObject *object);
} MidgardViewClass;
Since 9.09