Class ValueNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.ValueNode
- Direct Known Subclasses:
DerbyValueNode
- Since:
- 4.2
-
Field Summary
Fields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Node
children, childrenCount, parent, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addValueBinding
(QuotingAppendable buffer, Object value) append
(QuotingAppendable buffer) protected void
appendNullValue
(QuotingAppendable buffer) protected void
appendObjectValue
(QuotingAppendable buffer, Object value) protected void
appendStringValue
(QuotingAppendable buffer, CharSequence value) copy()
getValue()
boolean
isArray()
Methods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Node
addChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit