| ToutDoux : Reference manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> |
| struc | TdDbTable | |||||||
| GtkObject* | td_db_table_new |
| ||||||
| void | td_db_table_add_field |
| ||||||
| GtkObject* | td_db_table_load |
| ||||||
| void | td_db_table_add_rule |
| ||||||
| void | td_db_table_add_function |
| ||||||
| void | td_db_table_destroy |
|
| struct TdDbTable | ||||||||||||||
|
| fr: Objet schéma de table |
| en: Table schema object |
| gchar *name | Nom - Name |
| gchar *comment | Commentaire - Comment |
| GList *field | Schéma des champs - Fields schema |
| GList *rule | Règles - Rules |
| GList *function | Fonction - Function |
| GtkObject* | td_db_table_new |
|
| fr: Créé un nouveau schéma de table |
| en: Creates new table schema |
| Return value: table schema |
| void | td_db_table_add_field |
|
| fr: Ajoute le schéma du champs au schéma de la table |
| en: Adds the field schema to table schema |
| db_table | : table schema |
| field | : field schema |
| GtkObject* | td_db_table_load |
|
| fr: Retourne le schéma de la table correspondant à la localisation XML |
| en: Return the table schema corresponding the XML location |
| Return value: table schema |
| doc | : XML document |
| ns | : XML namespace |
| cur_root | : XML node |
| void | td_db_table_add_rule |
|
| fr: Ajoute la règle à la table |
| en: Adds the rule to table |
| db_table | : table |
| rule | : rule |
| void | td_db_table_add_function |
|
| fr: Ajoute la function à la table |
| en: Adds the function to table |
| db_table | : table |
| function | : function |
| void | td_db_table_destroy |
|
| fr: Détruit le schéma de table |
| en: Destroys the table schema |
| db_table | : table parameters |
| <<< Previous Page | Home | Up | Next Page >>> |
| Index | Index | ||