gda_xml_table_new

Name

gda_xml_table_new -- 

Synopsis

Gda_XmlObject * gda_xml_table_new (Gda_XmlDatabase * db, const gchar * name);

Arguments

db

a Gda_XmlDatabase object

name

name of the table to be created

Description

Adds a new table to the given XML database representation. This function just creates the XML node. If you want to set properties for it, you should call the gda_xml_table_set_* functions on the Gda_XmlTable object returned by this function