|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.QueryUpdateSet
QueryUpdateSet class creates the update sql statement
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 |
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
vecColumnNames
- is vector which contain column namesvecColumnTypes
- is vector which contain column typesvecColumnMode
- is vector which contain column modetableName
- is the current table nameoid
- is boolean parameterMethod Detail |
public java.lang.String getQueryUpdate()
public java.util.Vector getIndexDummyOverwrite()
public java.util.Vector getIndexDummySetNull()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |