|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.transformation.QueryTransformationSet
QueryTransformationSet class sets the query statement for constant columns
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 |
public QueryTransformationSet(java.lang.String tableName, java.util.Vector vecTransformationColumns, java.util.Vector vecTransformationValueMode, java.util.Vector vecTransformationType, ConfigReader targetConfigReader) throws LoaderException
tableName
- current table namevecTransformationColumns
- vector of tarnsformation column namesvecTransformationValueMode
- vector of tarnsformation column modesvecTransformationType
- vector of tarnsformation column typestargetConfigReader
- is ConfigReader object for target databaseMethod Detail |
public java.lang.String getQueryTransformation()
public java.util.Vector getIndexDummyOverwrite()
public java.util.Vector getIndexDummyNull()
public java.util.Vector getIndexDummyUpdate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |