org.apache.derby.impl.tools.planexporter
Class CreateXMLFile

java.lang.Object
  extended by 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
(package private)  AccessDatabase access
           
 
Constructor Summary
CreateXMLFile(AccessDatabase access)
           
 
Method Summary
 void writeTheXMLFile(java.lang.String stmt, java.lang.String time, TreeNode[] data, java.lang.String file_name, java.lang.String xsl_sheet_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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,
                            TreeNode[] data,
                            java.lang.String file_name,
                            java.lang.String xsl_sheet_name)
                     throws java.io.IOException
Parameters:
stmt - statement executed
time - time which the statement was executed
data - large xml data string array
file_name - name of the file to be written
xsl_sheet_name - name of the style sheet
Throws:
java.security.PrivilegedActionException
java.io.IOException
java.security.PrivilegedActionException

Built on Wed 2013-06-12 15:21:56+0000, from revision ???

Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.