Class CreateXMLFile
java.lang.Object
org.apache.derby.impl.tools.planexporter.CreateXMLFile
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTheXMLFile
(String stmt, String time, Writer out, String xsl_sheet_name)
-
Field Details
-
access
AccessDatabase access
-
-
Constructor Details
-
CreateXMLFile
-
-
Method Details
-
writeTheXMLFile
public void writeTheXMLFile(String stmt, String time, Writer out, String xsl_sheet_name) throws 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:
IOException
-