| 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 |
|---|---|
DataReader |
DatabaseDataIO.getConfiguredDataReader(Platform platform,
Database model)
Returns a data reader instance configured for the given platform (which needs to
be connected to a live database) and model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseDataIO.writeDataToDatabase(DataReader dataReader,
InputStream input)
Reads the data from the given input stream and writes it to the database via the given data reader.
|
void |
DatabaseDataIO.writeDataToDatabase(DataReader dataReader,
InputStream[] inputs)
Reads the data from the given input stream and writes it to the database via the given data reader.
|
void |
DatabaseDataIO.writeDataToDatabase(DataReader dataReader,
Reader input)
Reads the data from the given input stream and writes it to the database via the given data reader.
|
void |
DatabaseDataIO.writeDataToDatabase(DataReader dataReader,
Reader[] inputs)
Reads the data from the given input stream and writes it to the database via the given data reader.
|
void |
DatabaseDataIO.writeDataToDatabase(DataReader dataReader,
String path)
Reads the data from the indicated XML file and writes it to the database via the given data reader.
|
void |
DatabaseDataIO.writeDataToDatabase(DataReader dataReader,
String[] files)
Reads the data from the specified files and writes it to the database via the given data reader.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.