Class CreateXMLFile
- java.lang.Object
-
- org.apache.derby.impl.tools.planexporter.CreateXMLFile
-
public class CreateXMLFile extends java.lang.Object
This class is to create the final xml file, that will be used by the Graphical Query Explainer. This is called from org.apache.derby.tools.PlanExporter.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AccessDatabase
access
-
Constructor Summary
Constructors Constructor Description CreateXMLFile(AccessDatabase access)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeTheXMLFile(java.lang.String stmt, java.lang.String time, java.io.Writer out, java.lang.String xsl_sheet_name)
-
-
-
Field Detail
-
access
AccessDatabase access
-
-
Constructor Detail
-
CreateXMLFile
public CreateXMLFile(AccessDatabase access)
-
-
Method Detail
-
writeTheXMLFile
public void writeTheXMLFile(java.lang.String stmt, java.lang.String time, java.io.Writer out, java.lang.String xsl_sheet_name) throws java.io.IOException
- Parameters:
stmt
- statement executedtime
- time which the statement was executedout
- where to write the XML filexsl_sheet_name
- name of the style sheet- Throws:
java.io.IOException
-
-