org.webdocwf.util.loader
Class QueryConstantSet

java.lang.Object
  extended by org.webdocwf.util.loader.QueryConstantSet

public class QueryConstantSet
extends java.lang.Object

QueryConstantSet class sets the query statement for constant columns

Version:
1.0
Author:
unascribed

Constructor Summary
QueryConstantSet(java.lang.String tableName, java.util.Vector vecConstantColumns, java.util.Vector vecConstantMode, java.util.Vector vecConstantType, ConfigReader configReaderTarget)
          Construct object QueryConstantSet 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.lang.String getQueryConstant()
          This method read value of strQueryConstant parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryConstantSet

public QueryConstantSet(java.lang.String tableName,
                        java.util.Vector vecConstantColumns,
                        java.util.Vector vecConstantMode,
                        java.util.Vector vecConstantType,
                        ConfigReader configReaderTarget)
                 throws LoaderException
Construct object QueryConstantSet class with associated parameters

Parameters:
tableName - current table name
vecConstantColumns - vector of constant column names
vecConstantMode - vector of constant column modes
vecConstantType - vector of constant column types
Throws:
LoaderException
Method Detail

getQueryConstant

public java.lang.String getQueryConstant()
This method read value of strQueryConstant 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


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