gnome-db-config

Name

gnome-db-config -- 

Synopsis



GList*      gnome_db_config_get_saved_sql_queries
                                            (void);
GList*      gnome_db_config_get_saved_xml_queries
                                            (void);
typedef     GnomeDbConfigComponent;
#define     gnome_db_config_component_get_name(_com_)
#define     gnome_db_config_component_get_location(_com_)
#define     gnome_db_config_component_get_description(_com_)
#define     gnome_db_config_component_get_repo_ids(_com_)
#define     gnome_db_config_component_get_type(_com_)
#define     gnome_db_config_component_get_icon(_com_)
GnomeDbConfigComponent* gnome_db_config_component_new
                                            (void);
void        gnome_db_config_component_free  (GnomeDbConfigComponent *component);
void        gnome_db_config_component_set_name
                                            (GnomeDbConfigComponent *component,
                                             const gchar *name);
void        gnome_db_config_component_set_location
                                            (GnomeDbConfigComponent *component,
                                             const gchar *location);
void        gnome_db_config_component_set_description
                                            (GnomeDbConfigComponent *component,
                                             const gchar *desc);
void        gnome_db_config_component_set_repo_ids
                                            (GnomeDbConfigComponent *component,
                                             const gchar *repo_ids);
void        gnome_db_config_component_set_type
                                            (GnomeDbConfigComponent *component,
                                             const gchar *type);
void        gnome_db_config_component_set_icon
                                            (GnomeDbConfigComponent *component,
                                             const gchar *icon);
GList*      gnome_db_config_get_all_components
                                            (void);
GList*      gnome_db_config_get_shell_components
                                            (void);
void        gnome_db_config_component_free_list
                                            (GList *list);
#define     GNOME_DB_CONFIG_SECTION_DESIGNER
#define     GNOME_DB_CONFIG_SECTION_HELP_VIEWER
#define     GNOME_DB_CONFIG_SECTION_HELP_VIEWER_DOCS
#define     GNOME_DB_CONFIG_SECTION_LAST_CONNECTIONS
#define     GNOME_DB_CONFIG_SECTION_LAST_COMMANDS
#define     GNOME_DB_CONFIG_SECTION_SAVED_SQL_QUERIES
#define     GNOME_DB_CONFIG_SECTION_SAVED_XML_QUERIES
#define     GNOME_DB_CONFIG_SECTION_SAVED_BATCH_JOBS
#define     GNOME_DB_CONFIG_KEY_SHOW_TOOLTIPS
#define     GNOME_DB_REPO_CONTROL
#define     GNOME_DB_OAFIID_BUILDER_FACTORY
#define     GNOME_DB_OAFIID_COMPONENT_FACTORY
#define     GNOME_DB_OAFIID_MANAGER_FACTORY
#define     GNOME_DB_OAFIID_MONIKER_FACTORY
#define     GNOME_DB_OAFIID_BUILDER
#define     GNOME_DB_OAFIID_CONNECTION
#define     GNOME_DB_OAFIID_DESIGNER
#define     GNOME_DB_OAFIID_EXPORT
#define     GNOME_DB_OAFIID_IMPORT
#define     GNOME_DB_OAFIID_LOG_VIEWER
#define     GNOME_DB_OAFIID_MANAGER
#define     GNOME_DB_OAFIID_MONIKER_DATABASE

Description

Details

gnome_db_config_get_saved_sql_queries ()

GList*      gnome_db_config_get_saved_sql_queries
                                            (void);

Returns :the names of all the saved SQL queries for the current user. To free the returned GList, use gda_config_free_list


gnome_db_config_get_saved_xml_queries ()

GList*      gnome_db_config_get_saved_xml_queries
                                            (void);

Returns :the names of all the saved XML queries for the current user. To free the returned GList, use gda_config_free_list


GnomeDbConfigComponent

typedef struct {
	gchar* name;
	gchar* location;
	gchar* description;
	gchar* repo_ids;
	gchar* type;
	gchar* icon;
} GnomeDbConfigComponent;


gnome_db_config_component_get_name()

#define     gnome_db_config_component_get_name(_com_)

_com_ : 


gnome_db_config_component_get_location()

#define     gnome_db_config_component_get_location(_com_)

_com_ : 


gnome_db_config_component_get_description()

#define     gnome_db_config_component_get_description(_com_)

_com_ : 


gnome_db_config_component_get_repo_ids()

#define     gnome_db_config_component_get_repo_ids(_com_)

_com_ : 


gnome_db_config_component_get_type()

#define     gnome_db_config_component_get_type(_com_)

_com_ : 


gnome_db_config_component_get_icon()

#define     gnome_db_config_component_get_icon(_com_)

_com_ : 


gnome_db_config_component_new ()

GnomeDbConfigComponent* gnome_db_config_component_new
                                            (void);

Returns : 


gnome_db_config_component_free ()

void        gnome_db_config_component_free  (GnomeDbConfigComponent *component);

component : 


gnome_db_config_component_set_name ()

void        gnome_db_config_component_set_name
                                            (GnomeDbConfigComponent *component,
                                             const gchar *name);

component : 
name : 


gnome_db_config_component_set_location ()

void        gnome_db_config_component_set_location
                                            (GnomeDbConfigComponent *component,
                                             const gchar *location);

component : 
location : 


gnome_db_config_component_set_description ()

void        gnome_db_config_component_set_description
                                            (GnomeDbConfigComponent *component,
                                             const gchar *desc);

component : 
desc : 


gnome_db_config_component_set_repo_ids ()

void        gnome_db_config_component_set_repo_ids
                                            (GnomeDbConfigComponent *component,
                                             const gchar *repo_ids);

component : 
repo_ids : 


gnome_db_config_component_set_type ()

void        gnome_db_config_component_set_type
                                            (GnomeDbConfigComponent *component,
                                             const gchar *type);

component : 
type : 


gnome_db_config_component_set_icon ()

void        gnome_db_config_component_set_icon
                                            (GnomeDbConfigComponent *component,
                                             const gchar *icon);

component : 
icon : 


gnome_db_config_get_all_components ()

GList*      gnome_db_config_get_all_components
                                            (void);

Returns : 


gnome_db_config_get_shell_components ()

GList*      gnome_db_config_get_shell_components
                                            (void);

Return a list of all registered components that can be used in the gnome-db frontend

Returns : 


gnome_db_config_component_free_list ()

void        gnome_db_config_component_free_list
                                            (GList *list);

list : 


GNOME_DB_CONFIG_SECTION_DESIGNER

#define GNOME_DB_CONFIG_SECTION_DESIGNER          "/apps/gnome-db/Designer"


GNOME_DB_CONFIG_SECTION_HELP_VIEWER

#define GNOME_DB_CONFIG_SECTION_HELP_VIEWER       "/apps/gnome-db/HelpViewer"


GNOME_DB_CONFIG_SECTION_HELP_VIEWER_DOCS

#define GNOME_DB_CONFIG_SECTION_HELP_VIEWER_DOCS  "/apps/gnome-db/HelpViewer/Docs"


GNOME_DB_CONFIG_SECTION_LAST_CONNECTIONS

#define GNOME_DB_CONFIG_SECTION_LAST_CONNECTIONS  "/apps/gnome-db/LastConnections"


GNOME_DB_CONFIG_SECTION_LAST_COMMANDS

#define GNOME_DB_CONFIG_SECTION_LAST_COMMANDS     "/apps/gnome-db/LastCommands"


GNOME_DB_CONFIG_SECTION_SAVED_SQL_QUERIES

#define GNOME_DB_CONFIG_SECTION_SAVED_SQL_QUERIES "/apps/gnome-db/SavedQueries/SQL"


GNOME_DB_CONFIG_SECTION_SAVED_XML_QUERIES

#define GNOME_DB_CONFIG_SECTION_SAVED_XML_QUERIES "/apps/gnome-db/SavedQueries/XML"


GNOME_DB_CONFIG_SECTION_SAVED_BATCH_JOBS

#define GNOME_DB_CONFIG_SECTION_SAVED_BATCH_JOBS  "/apps/gnome-db/SavedBatchJobs"


GNOME_DB_CONFIG_KEY_SHOW_TOOLTIPS

#define GNOME_DB_CONFIG_KEY_SHOW_TOOLTIPS         "/apps/gnome-db/Widgets/ShowTooltips"


GNOME_DB_REPO_CONTROL

#define GNOME_DB_REPO_CONTROL "IDL:GNOME/DB/Control:1.0"


GNOME_DB_OAFIID_BUILDER_FACTORY

#define GNOME_DB_OAFIID_BUILDER_FACTORY   "OAFIID:GNOME_DB_BuilderFactory"


GNOME_DB_OAFIID_COMPONENT_FACTORY

#define GNOME_DB_OAFIID_COMPONENT_FACTORY "OAFIID:GNOME_DB_ComponentFactory"


GNOME_DB_OAFIID_MANAGER_FACTORY

#define GNOME_DB_OAFIID_MANAGER_FACTORY   "OAFIID:GNOME_DB_ManagerFactory"


GNOME_DB_OAFIID_MONIKER_FACTORY

#define GNOME_DB_OAFIID_MONIKER_FACTORY   "OAFIID:GNOME_DB_MonikerFactory"


GNOME_DB_OAFIID_BUILDER

#define GNOME_DB_OAFIID_BUILDER          "OAFIID:GNOME_DB_Builder_Control"


GNOME_DB_OAFIID_CONNECTION

#define GNOME_DB_OAFIID_CONNECTION       "OAFIID:GNOME_DB_Connection_Control"


GNOME_DB_OAFIID_DESIGNER

#define GNOME_DB_OAFIID_DESIGNER         "OAFIID:GNOME_DB_Designer_Control"


GNOME_DB_OAFIID_EXPORT

#define GNOME_DB_OAFIID_EXPORT           "OAFIID:GNOME_DB_Export_Control"


GNOME_DB_OAFIID_IMPORT

#define GNOME_DB_OAFIID_IMPORT           "OAFIID:GNOME_DB_Import_Control"


GNOME_DB_OAFIID_LOG_VIEWER

#define GNOME_DB_OAFIID_LOG_VIEWER       "OAFIID:GNOME_DB_LogViewer_Control"


GNOME_DB_OAFIID_MANAGER

#define GNOME_DB_OAFIID_MANAGER          "OAFIID:GNOME_DB_Manager_Control"


GNOME_DB_OAFIID_MONIKER_DATABASE

#define GNOME_DB_OAFIID_MONIKER_DATABASE "OAFIID:GNOME_DB_Moniker_Database"