| java.lang.Object org.webdocwf.util.loader.QueryUpdateSet
QueryUpdateSet | public class QueryUpdateSet (Code) | | QueryUpdateSet class creates the update sql statement
author: Radoslav Dutina version: 1.0 |
QueryUpdateSet | public QueryUpdateSet(Vector vecColumnNames, Vector vecColumnTypes, Vector vecColumnMode, String tableName, boolean oid, String versionName, ConfigReader configReaderTarget) throws LoaderException(Code) | | Construct the object of QueryUpdateSet class with associated parameter
Parameters: vecColumnNames - is vector which contain column names Parameters: vecColumnTypes - is vector which contain column types Parameters: vecColumnMode - is vector which contain column mode Parameters: tableName - is the current table name Parameters: oid - is boolean parameter |
getIndexDummyOverwrite | public Vector getIndexDummyOverwrite()(Code) | | This method read the value of indexDummyOverwrite parameter
value of parameter |
getIndexDummySetNull | public Vector getIndexDummySetNull()(Code) | | This method read the value of indexDummySetNull parameter
value of parameter |
getQueryUpdate | public String getQueryUpdate()(Code) | | This method read the value of strQueryUpdate parameter
value of parameter |
|
|