| Top |  |  |  |  | 
| Schema Browser perspectiveSchema Browser perspective — Perspective to analyse the database's schema | 
| #define | SCHEMA_BROWSER_PERSPECTIVE() | 
| #define | IS_SCHEMA_BROWSER_PERSPECTIVE() | 
| void | schema_browser_perspective_display_table_info () | 
| void | schema_browser_perspective_display_diagram () | 
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── 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);