org.apache.derby.impl.tools.planexporter
Class CreateXMLFile
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 |
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 |
access
AccessDatabase access
CreateXMLFile
public CreateXMLFile(AccessDatabase access)
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 executedtime - time which the statement was executeddata - large xml data string arrayfile_name - name of the file to be writtenxsl_sheet_name - name of the style sheet
- Throws:
java.security.PrivilegedActionException
java.io.IOException
java.security.PrivilegedActionException
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.