Class Transfer

java.lang.Object
   |
   +----Transfer

public class Transfer
extends Object
This application accepts a map document name, an XML document name, and (in the case of transferring data from the database to an XML document) a table name and key value. It transfers data in the specified direction.

The command line syntax for this application is:

    java Transfer {-todbms|-toxml}   [ ...]
 

where:

-todbms | -toxml indicates the direction of data transfer is the name of the XML-DBMS map document is the name of the input or output XML document is the name of the table containing the data to retrieve (-toxml direction only) ... is one or more values in a (multi-part) key (-toxml direction only)

For this application to work, there must be an ODBC data source named "xmldbms" and the Oracle parser must be installed. The tables used to store data must have already been created in the data source. If the map document specifies that keys are to be generated, the default KeyGenerator implementation is used; for more information, see de.tudarmstadt.ito.xmldbms.helper.KeyGeneratorImpl.


Constructor Index

 o Transfer()

Method Index

 o main(String[])

Constructors

 o Transfer
 public Transfer()

Methods

 o main
 public static void main(String argv[])