![]() |
![]() |
![]() |
GNOME Data Access manual | ![]() |
---|
gda-xql-utilsgda-xql-utils — |
gchar* gda_xql_gensym (gchar *sym); gboolean gda_xql_destroy_hash_pair (gchar *key, gpointer *value, GFreeFunc func); gchar* gda_xql_dom_to_xml (xmlNode *node, gboolean freedoc); gchar* gda_xql_dom_to_sql (xmlNode *node, gboolean freedoc); xmlNode* gda_xql_new_node (gchar *tag, xmlNode *parNode); void gda_xql_new_attr (gchar *key, gchar *value, xmlNode *node);
gboolean gda_xql_destroy_hash_pair (gchar *key, gpointer *value, GFreeFunc func);
key : |
|
value : |
|
func : |
|
Returns : |
gchar* gda_xql_dom_to_xml (xmlNode *node, gboolean freedoc);
node : |
|
freedoc : |
|
Returns : |
gchar* gda_xql_dom_to_sql (xmlNode *node, gboolean freedoc);
node : |
|
freedoc : |
|
Returns : |
xmlNode* gda_xql_new_node (gchar *tag, xmlNode *parNode);
tag : |
|
parNode : |
|
Returns : |
<< GdaXqlUpdate | GdaXqlValue >> |