org.webdocwf.util.loader
Class QueryUpdateSet

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

public class QueryUpdateSet
extends java.lang.Object

QueryUpdateSet class creates the update sql statement

Version:
1.0
Author:
Radoslav Dutina

Constructor Summary
QueryUpdateSet(java.util.Vector vecColumnNames, java.util.Vector vecColumnTypes, java.util.Vector vecColumnMode, java.lang.String tableName, boolean oid, java.lang.String versionName, ConfigReader configReaderTarget)
          Construct the object of QueryUpdateSet class with associated parameter
 
Method Summary
 java.util.Vector getIndexDummyOverwrite()
          This method read the value of indexDummyOverwrite parameter
 java.util.Vector getIndexDummySetNull()
          This method read the value of indexDummySetNull parameter
 java.lang.String getQueryUpdate()
          This method read the value of strQueryUpdate parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryUpdateSet

public QueryUpdateSet(java.util.Vector vecColumnNames,
                      java.util.Vector vecColumnTypes,
                      java.util.Vector vecColumnMode,
                      java.lang.String tableName,
                      boolean oid,
                      java.lang.String versionName,
                      ConfigReader configReaderTarget)
               throws LoaderException
Construct the object of QueryUpdateSet class with associated parameter

Parameters:
vecColumnNames - is vector which contain column names
vecColumnTypes - is vector which contain column types
vecColumnMode - is vector which contain column mode
tableName - is the current table name
oid - is boolean parameter
Throws:
LoaderException
Method Detail

getQueryUpdate

public java.lang.String getQueryUpdate()
This method read the value of strQueryUpdate parameter

Returns:
value of parameter

getIndexDummyOverwrite

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

Returns:
value of parameter

getIndexDummySetNull

public java.util.Vector getIndexDummySetNull()
This method read the value of indexDummySetNull parameter

Returns:
value of parameter


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