Class CreateXMLFile

java.lang.Object
org.apache.derby.impl.tools.planexporter.CreateXMLFile

public class CreateXMLFile extends 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 Details

  • Constructor Details

  • Method Details

    • writeTheXMLFile

      public void writeTheXMLFile(String stmt, String time, Writer out, String xsl_sheet_name) throws 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:
      IOException