|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataReader | |
|---|---|
| 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 DataReader in org.apache.ddlutils.io |
|---|
| Methods in org.apache.ddlutils.io that return DataReader | |
|---|---|
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. |
| Methods in org.apache.ddlutils.io with parameters of type DataReader | |
|---|---|
void |
DatabaseDataIO.writeDataToDatabase(DataReader dataReader,
java.io.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,
java.io.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,
java.io.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,
java.io.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,
java.lang.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,
java.lang.String[] files)
Reads the data from the specified files and writes it to the database via the given data reader. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||