Class BitwiseNotNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.ExpressionNode
org.apache.cayenne.access.sqlbuilder.sqltree.BitwiseNotNode
- Since:
- 4.2
-
Field Summary
Fields inherited from class Node
children, childrenCount, parent, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(SQLAppendable buffer, SQLGenerationContext context) copy()Methods inherited from class ExpressionNode
appendChildrenEnd, appendChildrenStart, isComparison, logicalOperator, needsParentheses, toStringMethods inherited from class Node
addChild, addChild, appendChildrenSeparator, deepCopy, deepEquals, equals, getChild, getChildrenCount, getParent, getType, hashCode, replaceChild, setParent, visit
-
Constructor Details
-
BitwiseNotNode
public BitwiseNotNode()
-
-
Method Details
-
append
- Overrides:
appendin classExpressionNode
-
copy
- Overrides:
copyin classExpressionNode
-