JavaScript is disabled on your browser.
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.
Method Summary
Methods
Modifier and Type
Method and Description
void
writeTheXMLFile (java.lang.String stmt,
java.lang.String time,
java.io.Writer out,
java.lang.String xsl_sheet_name)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
Built on Wed 2016-10-05 08:16:42+0000, from revision ???
Apache Derby V10.11 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.