| java.lang.Object org.webdocwf.util.loader.QuerySet
QuerySet | public class QuerySet (Code) | | QuerySet class sets the first part of sql statement
table_Name
author: Radoslav Dutina version: 1.0 |
Constructor Summary | |
public | QuerySet(int iTableInt, boolean bOidLogicCurrentTable, boolean isTOS, Vector vecColumnNames, Vector vecTableTableName, String oidColumnName, String versionColumnName) Construct object QuerySet with associated parameters. |
QuerySet | public QuerySet(int iTableInt, boolean bOidLogicCurrentTable, boolean isTOS, Vector vecColumnNames, Vector vecTableTableName, String oidColumnName, String versionColumnName)(Code) | | Construct object QuerySet with associated parameters.
Parameters: iTableInt - is the number of target table. Parameters: bOidLogicCurrentTable - is boolean which decide odi logic Parameters: isTOS - is boolean which decide odi logic Parameters: vecColumnNames - is vector of column names in a target table. Parameters: vecTableTableName - is vector of source (target) table names. |
getQuerySet | public String getQuerySet()(Code) | | This method read value of strQuery parameter
value of parameter |
|
|