|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.77+">
GnomeDbBrowserSynopsis
DescriptionThe GnomeDbBrowser widget provides a way to visually show the whole structure of a database in a nice looking widget. Detailsgnome_db_browser_new ()
Create a new GnomeDbBrowser widget. This widget lets you present to your users a complete database browser, which lets him/her navigate through his/her database objects (tables, views, procedures, etc), in a visual way.
gnome_db_browser_get_connection ()
Retrieve the GdaConnection object being used by the given browser widget. The connection object associated with the browser makes it show the objects for that connection.
gnome_db_browser_set_connection ()
gnome_db_browser_refresh ()
Make the browser widget refresh its currently displayed data.
|