gda_xml_database_add_object

Nombre

gda_xml_database_add_object -- 

Synopsis

Gda_XmlObject * gda_xml_database_add_object (Gda_XmlDatabase * db, const gchar * name, const gchar * type);

Arguments

db

a Gda_XmlDatabase object

name

name of the object

type

type of the object

Description

Adds an object of the given type. It is better for application programmers to call the specific-object creation functions (gda_xml_table_new, gda_xml_view_new, ...), than calling this function directly. In any case, this function is public to allow you the choice