Top | ![]() |
![]() |
![]() |
![]() |
GObject * | gda_graphviz_new () |
void | gda_graphviz_add_to_graph () |
gboolean | gda_graphviz_save_file () |
An object os this class will be able to produce .dot files representing a graphical view of one or more query internals. The .dot file can be processed with the GraphViz tool (http://www.graphviz.org/).
void gda_graphviz_add_to_graph (GdaGraphviz *graph
,GObject *obj
);
Adds obj
to be graphed by graph
gboolean gda_graphviz_save_file (GdaGraphviz *graph
,const gchar *filename
,GError **error
);
Saves a dot representation of the graph
object to filename