org.webdocwf.util.loader.transformation
Class QueryTransformationSet

java.lang.Object
  extended by org.webdocwf.util.loader.transformation.QueryTransformationSet

public class QueryTransformationSet
extends java.lang.Object

QueryTransformationSet class sets the query statement for constant columns

Version:
1.0
Author:
unascribed, Zeljko Kovacevic

Constructor Summary
QueryTransformationSet(java.lang.String tableName, java.util.Vector vecTransformationColumns, java.util.Vector vecTransformationValueMode, java.util.Vector vecTransformationType, ConfigReader targetConfigReader)
          Construct object QueryTransformationSet class with associated parameters
 
Method Summary
 java.util.Vector getIndexDummyNull()
          This method read value from indexDummyNull parameter
 java.util.Vector getIndexDummyOverwrite()
          This method read value from indexDummyOverwrite parameter
 java.util.Vector getIndexDummyUpdate()
          This method read value from indexDummyUpdate parameter
 java.lang.String getQueryTransformation()
          This method read value of strQueryTransformation parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryTransformationSet

public QueryTransformationSet(java.lang.String tableName,
                              java.util.Vector vecTransformationColumns,
                              java.util.Vector vecTransformationValueMode,
                              java.util.Vector vecTransformationType,
                              ConfigReader targetConfigReader)
                       throws LoaderException
Construct object QueryTransformationSet class with associated parameters

Parameters:
tableName - current table name
vecTransformationColumns - vector of tarnsformation column names
vecTransformationValueMode - vector of tarnsformation column modes
vecTransformationType - vector of tarnsformation column types
targetConfigReader - is ConfigReader object for target database
Throws:
LoaderException
Method Detail

getQueryTransformation

public java.lang.String getQueryTransformation()
This method read value of strQueryTransformation parameter

Returns:
value of parameter

getIndexDummyOverwrite

public java.util.Vector getIndexDummyOverwrite()
This method read value from indexDummyOverwrite parameter

Returns:
value of parameter

getIndexDummyNull

public java.util.Vector getIndexDummyNull()
This method read value from indexDummyNull parameter

Returns:
value of parameter

getIndexDummyUpdate

public java.util.Vector getIndexDummyUpdate()
This method read value from indexDummyUpdate parameter

Returns:
value of parameter


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.