Class Summary |
Cache |
Cache - Load data from source tables (or select statements) and puts them into
Hatshtable (cache). |
CounterColumns |
CounterColumns - insert auto increment values in target counter columns. |
EchoElement |
EchoElement - Element in parallel to importDefinitions and sql's. |
Loader |
Loader class loads data from source database into target database using criteria
set in XML file which is used as parameter. |
LoaderXIncluder |
LoaderXIncluder.java
This class parses a document (text or xml file) and writes the documents
contents back to standard output. |
LoadVariable |
LoadVariable.java
This class parses a document (OutputStream) and writes the documents
contents back to standard output. |
ReturnCode |
ReturnCode - If some element of loadjobs fails, the java.exe has to return
a ReturnCode to the environment. |
TimeWatch |
|