![]() |
![]() |
![]() |
GdaBrowser hacking manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
Schema Browser perspectiveSchema Browser perspective — Perspective to analyse the database's schema |
#define SCHEMA_BROWSER_PERSPECTIVE (obj) #define IS_SCHEMA_BROWSER_PERSPECTIVE (obj) SchemaBrowserPerspective; void schema_browser_perspective_display_table_info (SchemaBrowserPerspective *bpers
,const gchar *table_schema
,const gchar *table_name
,const gchar *table_short_name
); void schema_browser_perspective_display_diagram (SchemaBrowserPerspective *bpers
,gint fav_id
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----SchemaBrowserPerspective
SchemaBrowserPerspective implements AtkImplementorIface, GtkBuildable, GtkOrientable and BrowserPerspective.
#define SCHEMA_BROWSER_PERSPECTIVE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, schema_browser_perspective_get_type(), SchemaBrowserPerspective)
|
#define IS_SCHEMA_BROWSER_PERSPECTIVE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, schema_browser_perspective_get_type ())
|
void schema_browser_perspective_display_table_info (SchemaBrowserPerspective *bpers
,const gchar *table_schema
,const gchar *table_name
,const gchar *table_short_name
);
Display (and create if necessary) a new page for the table's properties
|
|
|
|
|
|
|
void schema_browser_perspective_display_diagram (SchemaBrowserPerspective *bpers
,gint fav_id
);
|
|
|