public class JdbcCpoWhere extends BindableCpoWhere
COMP_EQ, COMP_EXISTS, COMP_GT, COMP_GTEQ, COMP_IN, COMP_ISNULL, COMP_LIKE, COMP_LT, COMP_LTEQ, COMP_NEQ, COMP_NONE, LOGIC_AND, LOGIC_NONE, LOGIC_OR| Constructor and Description |
|---|
JdbcCpoWhere() |
JdbcCpoWhere(int logical,
String attr,
int comp,
T value) |
JdbcCpoWhere(int logical,
String attr,
int comp,
T value,
boolean not) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildColumnName(CpoAttribute attribute) |
addWhere, getAttribute, getAttributeFunction, getComparison, getLogical, getName, getNot, getRightAttribute, getRightAttributeFunction, getStaticValue, getValue, getValueFunction, setAttribute, setAttributeFunction, setComparison, setLogical, setName, setNot, setRightAttribute, setRightAttributeFunction, setStaticValue, setValue, setValueFunction, toStringacceptDFVisitor, addChild, addChildSort, addChildSort, clone, compareTo, createNode, doCompare, equals, getAllowChildren, getChildCount, getChildList, getFirstChild, getNextSibling, getParentNode, getPrevSibling, hasParent, insertParentAfter, insertParentBefore, insertSiblingAfter, insertSiblingBefore, isLeaf, release, removeAll, removeChild, removeChildNode, setAllowChildren, setFirstChild, setNextSibling, setParent, setPrevSiblingpublic JdbcCpoWhere()
public JdbcCpoWhere(int logical,
String attr,
int comp,
T value)
public JdbcCpoWhere(int logical,
String attr,
int comp,
T value,
boolean not)
protected String buildColumnName(CpoAttribute attribute)
buildColumnName in class BindableCpoWhereCopyright © 2014. All Rights Reserved.