public class CreateXMLFile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) AccessDatabase |
access |
| Constructor and Description |
|---|
CreateXMLFile(AccessDatabase access) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTheXMLFile(java.lang.String stmt,
java.lang.String time,
TreeNode[] data,
java.lang.String file_name,
java.lang.String xsl_sheet_name) |
AccessDatabase access
public CreateXMLFile(AccessDatabase access)
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
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 sheetjava.security.PrivilegedActionExceptionjava.io.IOExceptionjava.security.PrivilegedActionExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.