| Package | Description |
|---|---|
| org.apache.ddlutils.io |
The
org.apache.ddlutils.io package contains a classes for input
and output of both the database schemas and data files. |
| Modifier and Type | Method and Description |
|---|---|
DataWriter |
DatabaseDataIO.getConfiguredDataWriter(OutputStream output,
String xmlEncoding)
Returns a data writer instance configured to write to the given output stream
in the specified encoding.
|
DataWriter |
DatabaseDataIO.getConfiguredDataWriter(String path,
String xmlEncoding)
Returns a data writer instance configured to write to the indicated file
in the specified encoding.
|
DataWriter |
DatabaseDataIO.getConfiguredDataWriter(Writer output,
String xmlEncoding)
Returns a data writer instance configured to write to the given output writer
in the specified encoding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableXmlWriter.write(List columnXmlWriters,
DataWriter writer)
Write the table data to XML to the given writer.
|
boolean |
ColumnXmlWriter.writeAttribute(DataWriter writer)
Writes the column data as an attribute of the parent element if possible.
|
void |
DatabaseDataIO.writeDataToXML(Platform platform,
Database model,
DataWriter writer)
Writes the data contained in the database to which the given platform is connected, as XML
to the given data writer.
|
void |
DatabaseDataIO.writeDataToXML(Platform platform,
DataWriter writer)
Writes the data contained in the database to which the given platform is connected, as XML
to the given data writer.
|
boolean |
ColumnXmlWriter.writeSubElement(DataWriter writer)
Writes any sub elements necessary for the column.
|
protected void |
ModelXmlWriter.writeText(DataWriter writer,
String value,
boolean isBase64Encoded) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.