org.webdocwf.util.loader
Class QuerySet
java.lang.Object
org.webdocwf.util.loader.QuerySet
- public class QuerySet
- extends java.lang.Object
QuerySet class sets the first part of sql statement
table_Name
- Version:
- 1.0
- Author:
- Radoslav Dutina
Constructor Summary |
QuerySet(int iTableInt,
boolean bOidLogicCurrentTable,
boolean isTOS,
java.util.Vector vecColumnNames,
java.util.Vector vecTableTableName,
java.lang.String oidColumnName,
java.lang.String versionColumnName)
Construct object QuerySet with associated parameters. |
Method Summary |
java.lang.String |
getQuerySet()
This method read value of strQuery parameter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuerySet
public QuerySet(int iTableInt,
boolean bOidLogicCurrentTable,
boolean isTOS,
java.util.Vector vecColumnNames,
java.util.Vector vecTableTableName,
java.lang.String oidColumnName,
java.lang.String versionColumnName)
- Construct object QuerySet with associated parameters.
- Parameters:
iTableInt
- is the number of target table.bOidLogicCurrentTable
- is boolean which decide odi logicisTOS
- is boolean which decide odi logicvecColumnNames
- is vector of column names in a target table.vecTableTableName
- is vector of source (target) table names.
getQuerySet
public java.lang.String getQuerySet()
- This method read value of strQuery parameter
- Returns:
- value of parameter
Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.