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 SummaryFields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Nodechildren, childrenCount, parent, type
- 
Constructor SummaryConstructorsConstructorDescriptionValueNode(Object value, boolean isArray, DbAttribute attribute, boolean needBinding) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddValueBinding(QuotingAppendable buffer, Object value) append(QuotingAppendable buffer) protected voidappendNullValue(QuotingAppendable buffer) protected voidappendObjectValue(QuotingAppendable buffer, Object value) protected voidappendStringValue(QuotingAppendable buffer, CharSequence value) copy()booleangetValue()inthashCode()booleanisArray()booleanMethods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.NodeaddChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit
- 
Constructor Details- 
ValueNode
 
- 
- 
Method Details- 
getValue
- 
getAttribute
- 
isArraypublic boolean isArray()
- 
append
- 
appendNullValue
- 
appendObjectValue
- 
appendStringValue
- 
addValueBinding
- 
copy
- 
isNeedBindingpublic boolean isNeedBinding()
- 
equals
- 
hashCodepublic int hashCode()
 
-