Class InNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.InNode
- Since:
- 4.2
-
Field Summary
Fields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Node
children, childrenCount, parent, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(SQLAppendable buffer, SQLGenerationContext context) voidappendChildrenEnd(SQLAppendable buffer) voidappendChildrenSeparator(SQLAppendable buffer, int childInd) copy()booleaninthashCode()booleanisNot()Methods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Node
addChild, addChild, appendChildrenStart, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit
-
Constructor Details
-
InNode
public InNode(boolean not)
-
-
Method Details
-
append
-
appendChildrenSeparator
- Overrides:
appendChildrenSeparatorin classNode
-
appendChildrenEnd
- Overrides:
appendChildrenEndin classNode
-
copy
-
isNot
public boolean isNot() -
equals
-
hashCode
public int hashCode()
-