Class 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

      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 executed
        time - time which the statement was executed
        out - where to write the XML file
        xsl_sheet_name - name of the style sheet
        Throws:
        java.io.IOException