| java.lang.Object org.webdocwf.util.loader.transformation.QueryTransformationSet
QueryTransformationSet | public class QueryTransformationSet (Code) | | QueryTransformationSet class sets the query statement for constant columns
author: unascribed version: 1.0 author: Zeljko Kovacevic |
QueryTransformationSet | public QueryTransformationSet(String tableName, Vector vecTransformationColumns, Vector vecTransformationValueMode, Vector vecTransformationType, ConfigReader targetConfigReader) throws LoaderException(Code) | | Construct object QueryTransformationSet class with associated parameters
Parameters: tableName - current table name Parameters: vecTransformationColumns - vector of tarnsformation column names Parameters: vecTransformationValueMode - vector of tarnsformation column modes Parameters: vecTransformationType - vector of tarnsformation column types Parameters: targetConfigReader - is ConfigReader object for target database |
getIndexDummyNull | public Vector getIndexDummyNull()(Code) | | This method read value from indexDummyNull parameter
value of parameter |
getIndexDummyOverwrite | public Vector getIndexDummyOverwrite()(Code) | | This method read value from indexDummyOverwrite parameter
value of parameter |
getIndexDummyUpdate | public Vector getIndexDummyUpdate()(Code) | | This method read value from indexDummyUpdate parameter
value of parameter |
getQueryTransformation | public String getQueryTransformation()(Code) | | This method read value of strQueryTransformation parameter
value of parameter |
|
|