org.synchronoss.cpo.jdbc
Class JdbcCpoWhere
java.lang.Object
org.synchronoss.cpo.Node
org.synchronoss.cpo.BindableCpoWhere
org.synchronoss.cpo.jdbc.JdbcCpoWhere
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<Node>, CpoWhere
public class JdbcCpoWhere
- extends BindableCpoWhere
Created with IntelliJ IDEA.
User: dberry
Date: 13/10/13
Time: 14:05 PM
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
| Fields inherited from interface org.synchronoss.cpo.CpoWhere |
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 |
| Methods inherited from class org.synchronoss.cpo.BindableCpoWhere |
addWhere, getAttribute, getAttributeFunction, getComparison, getLogical, getName, getNot, getRightAttribute, getRightAttributeFunction, getStaticValue, getValue, getValueFunction, setAttribute, setAttributeFunction, setComparison, setLogical, setName, setNot, setRightAttribute, setRightAttributeFunction, setStaticValue, setValue, setValueFunction, toString |
| Methods inherited from class org.synchronoss.cpo.Node |
acceptDFVisitor, 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, setPrevSibling |
JdbcCpoWhere
public JdbcCpoWhere()
JdbcCpoWhere
public JdbcCpoWhere(int logical,
String attr,
int comp,
T value)
JdbcCpoWhere
public JdbcCpoWhere(int logical,
String attr,
int comp,
T value,
boolean not)
buildColumnName
protected String buildColumnName(CpoAttribute attribute)
- Overrides:
buildColumnName in class BindableCpoWhere
Copyright © 2014. All Rights Reserved.