public class CreateXMLFile
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
(package private) AccessDatabase |
access |
Constructor | Description |
---|---|
CreateXMLFile(AccessDatabase access) |
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) |
AccessDatabase access
public CreateXMLFile(AccessDatabase access)
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
stmt
- statement executedtime
- time which the statement was executedout
- where to write the XML filexsl_sheet_name
- name of the style sheetjava.io.IOException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.