Uses of Interface
org.apache.ddlutils.io.DataSink

Packages that use DataSink
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 DataSink in org.apache.ddlutils.io
 

Classes in org.apache.ddlutils.io that implement DataSink
 class DataToDatabaseSink
          Data sink that directly inserts the beans into the database.
 

Methods in org.apache.ddlutils.io that return DataSink
 DataSink DataReader.getSink()
          Returns the data sink.
 

Methods in org.apache.ddlutils.io with parameters of type DataSink
 void DataReader.setSink(DataSink sink)
          Sets the data sink.
 

Constructors in org.apache.ddlutils.io with parameters of type DataSink
DynaSqlCreateRule(Database model, Table table, DataSink receiver)
          Creates a new creation rule that creates dyna bean instances.
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.