Class DerbyValueNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.ValueNode
org.apache.cayenne.dba.derby.sqltree.DerbyValueNode
- Since:
- 4.2
-
Field Summary
Fields inherited from class Node
children, childrenCount, parent, type -
Constructor Summary
ConstructorsConstructorDescriptionDerbyValueNode(Object value, boolean isArray, DbAttribute attribute, boolean needBinding) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendStringValue(QuotingAppendable buffer, CharSequence value) copy()Methods inherited from class ValueNode
addValueBinding, append, appendNullValue, appendObjectValue, equals, getAttribute, getValue, hashCode, isArray, isNeedBindingMethods inherited from class Node
addChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit
-
Constructor Details
-
DerbyValueNode
-
-
Method Details
-
appendStringValue
- Overrides:
appendStringValuein classValueNode
-
copy
-