|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataWriter | |
---|---|
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. |
Uses of DataWriter in org.apache.ddlutils.io |
---|
Methods in org.apache.ddlutils.io that return DataWriter | |
---|---|
DataWriter |
DatabaseDataIO.getConfiguredDataWriter(java.io.OutputStream output,
java.lang.String xmlEncoding)
Returns a data writer instance configured to write to the given output stream in the specified encoding. |
DataWriter |
DatabaseDataIO.getConfiguredDataWriter(java.lang.String path,
java.lang.String xmlEncoding)
Returns a data writer instance configured to write to the indicated file in the specified encoding. |
DataWriter |
DatabaseDataIO.getConfiguredDataWriter(java.io.Writer output,
java.lang.String xmlEncoding)
Returns a data writer instance configured to write to the given output writer in the specified encoding. |
Methods in org.apache.ddlutils.io with parameters of type DataWriter | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |