Uses of Class
org.apache.cayenne.access.sqlbuilder.sqltree.ValueNode
Package
Description
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
OpenBase DbAdapter.
-
Uses of ValueNode in org.apache.cayenne.access.translator.select
Modifier and TypeFieldDescriptionprotected final Map
<String, ChildProcessor<ValueNode>> TypeAwareSQLTreeProcessor.byValueTypeProcessors
Modifier and TypeMethodDescriptionprotected ChildProcessor
<ValueNode> TypeAwareSQLTreeProcessor.getValueProcessor
(DbAttribute attr) Modifier and TypeMethodDescriptionprotected DbAttribute
TypeAwareSQLTreeProcessor.getValueAttribute
(ValueNode node) protected void
BaseSQLTreeProcessor.onValueNode
(Node parent, ValueNode child, int index) -
Uses of ValueNode in org.apache.cayenne.dba.db2
Modifier and TypeMethodDescriptionprotected void
DB2SQLTreeProcessor.onValueNode
(Node parent, ValueNode child, int index) -
Uses of ValueNode in org.apache.cayenne.dba.derby
Modifier and TypeMethodDescriptionprotected void
DerbySQLTreeProcessor.onValueNode
(Node parent, ValueNode child, int index) -
Uses of ValueNode in org.apache.cayenne.dba.derby.sqltree
-
Uses of ValueNode in org.apache.cayenne.dba.firebird
Modifier and TypeMethodDescriptionprotected void
FirebirdSQLTreeProcessor.onValueNode
(Node parent, ValueNode child, int index) -
Uses of ValueNode in org.apache.cayenne.dba.openbase
Modifier and TypeMethodDescriptionprotected void
OpenBaseSQLTreeProcessor.onValueNode
(Node parent, ValueNode child, int index) Deprecated.