| 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 | Class and Description |
|---|---|
class |
DataToDatabaseSink
Data sink that directly inserts the beans into the database.
|
| Modifier and Type | Method and Description |
|---|---|
DataSink |
DataReader.getSink()
Returns the data sink.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataReader.setSink(DataSink sink)
Sets the data sink.
|
| Constructor and Description |
|---|
DynaSqlCreateRule(Database model,
Table table,
DataSink receiver)
Creates a new creation rule that creates dyna bean instances.
|
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.