org.synchronoss.cpo.jdbc
Class JdbcCpoWhere

java.lang.Object
  extended by org.synchronoss.cpo.Node
      extended by org.synchronoss.cpo.BindableCpoWhere
          extended by 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

Field Summary
 
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
 
Constructor Summary
JdbcCpoWhere()
           
JdbcCpoWhere(int logical, String attr, int comp, T value)
           
JdbcCpoWhere(int logical, String attr, int comp, T value, boolean not)
           
 
Method Summary
protected  String buildColumnName(CpoAttribute attribute)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.synchronoss.cpo.CpoWhere
isLeaf
 

Constructor Detail

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)
Method Detail

buildColumnName

protected String buildColumnName(CpoAttribute attribute)
Overrides:
buildColumnName in class BindableCpoWhere


Copyright © 2014. All Rights Reserved.