Class Summary |
BufferOctopusClass |
BufferClass class is used for writing system out in to internal buffer. |
Cache |
Cache - Load data from source tables (or select statements) and puts them into
Hatshtable (cache). |
CheckRowCache |
CheckRowCache class is used to cache queries which will be sent to target
database to check if some row exists |
CheckType |
CheckType class is used for checking the type of data |
ConfigReader |
Class read configuration parameters from configuration XML file. |
CounterColumns |
CounterColumns - insert auto increment values in target counter columns. |
DataCleaning |
DataCleaning class contain method for executing data cleaning process |
DataTransmition |
DataTransmition class is used for handling the operation with ‘restore counter table’. |
DBConnectionManager |
DBConnectionManager class creates all connection to database. |
ImportDefinitionElement |
Class is wrapper for ImportDefinitionElement tag in XML file. |
InsertRowQuerySet |
InsertRowQuerySet class creates insert in to statement for one import definition |
JdbcParametersElement |
JdbcParametersElement class sets the jdbc parameters |
LoadAllSourceData |
LoadAllSourceData class is used for loading source data which are not maped in
importDefinition jobs. |
Loader |
Loader class loads data from source database into target database using
criteria set in XML file which is used as parameter. |
LoaderJobAttrReader |
Class used for reading attribute values from tags in XML file. |
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. |
LocationOfException |
LocationOfException class provide exact line where exception are happened |
OctopusClassLoader |
OctopusClassLoader add files to System Class Loader |
OctopusEntityResolver |
OctopusEntityResolver |
OctopusValidator |
Class used for validation of XML files. |
OctopusXMLUtil |
Class has utility methods. |
ParseLoggerParam |
ParseLoggerParam class is use to check needed parameters for Logger object |
QueryConstantSet |
QueryConstantSet class sets the query statement for constant columns |
QueryInsertRowCt |
QueryInsertRowCt class is used for creating string representation of
prepereStatement for inserting the tables ( tag) |
QueryRelationSet |
Class used while building relations in target tables |
QuerySet |
QuerySet class sets the first part of sql statement
table_Name |
QueryUpdateSet |
QueryUpdateSet class creates the update sql statement |
QueryWhereSet |
QueryWhereSet class creates the where condition in sql statement |
RelationsCache |
RelationsCache class is used for caching value of relation column if the tableMode
is Cache in tag of impordDefinition job |
ReturnCode |
ReturnCode - If some element of loadjobs fails, the java.exe has to return
a ReturnCode to the environment. |
SqlElement |
Class is wrapper for SqlElement tag in XML file. |
SqlParser |
Class is used for parsing sql statements. |
TimeWatch |
Class used for calculating time. |
ToAndFromHex |
ToAndFromHex class is used for transformation binary objects to string object, and
string object to binary object |
Utils |
Utility methods for csv jdbc. |