wt.epm.retriever
Class EPMRetriever.Where
java.lang.Object
wt.epm.retriever.EPMRetriever.Where
- Enclosing class:
- EPMRetriever
- private class EPMRetriever.Where
- extends Object
Constructor Summary |
EPMRetriever.Where(SearchCondition sc,
boolean appendAnd,
int appendOpenParen,
int appendCloseParen)
|
EPMRetriever.Where(String paramName,
String attrName,
String op,
Object attrValue,
boolean appendAnd,
int appendOpenParen,
int appendCloseParen,
String recursionAlias)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paramName
String paramName
attrName
String attrName
op
String op
attrValue
Object attrValue
appendAnd
boolean appendAnd
appendOpenParen
int appendOpenParen
appendCloseParen
int appendCloseParen
sc
SearchCondition sc
recirsionAlias
String recirsionAlias
EPMRetriever.Where
public EPMRetriever.Where(String paramName,
String attrName,
String op,
Object attrValue,
boolean appendAnd,
int appendOpenParen,
int appendCloseParen,
String recursionAlias)
EPMRetriever.Where
public EPMRetriever.Where(SearchCondition sc,
boolean appendAnd,
int appendOpenParen,
int appendCloseParen)