Uses of Class
org.apache.calcite.linq4j.tree.MemberListBinding
-
Packages that use MemberListBinding Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of MemberListBinding in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree that return MemberListBinding Modifier and Type Method Description static MemberListBindingExpressions. listBind(Member member, Iterable<? extends ElementInit> elementInits)Creates a MemberListBinding where the member is a field or property.static MemberListBindingExpressions. listBind(Member member, ElementInit... elementInits)Creates a MemberListBinding where the member is a field or property, using varargs.static MemberListBindingExpressions. listBind(Method method, Iterable<? extends ElementInit> elementInits)Creates a MemberListBinding based on a specified property accessor method.static MemberListBindingExpressions. listBind(Method method, ElementInit... elementInits)Creates a MemberListBinding object based on a specified property accessor method, using varargs.
-