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(SQLAppendable buffer, SQLGenerationContext context, 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
protected void appendStringValue(SQLAppendable buffer, SQLGenerationContext context, CharSequence value) - Overrides:
appendStringValuein classValueNode
-
copy
-