Uses of Class
com.j_spaces.jdbc.parser.AndNode
Packages that use AndNode
Package
Description
-
Uses of AndNode in com.j_spaces.jdbc.builder
Methods in com.j_spaces.jdbc.builder with parameters of type AndNode -
Uses of AndNode in com.j_spaces.jdbc.executor
Methods in com.j_spaces.jdbc.executor with parameters of type AndNodeModifier and TypeMethodDescriptionvoidCollocatedJoinedQueryExecutor.execute(AndNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidIQueryExecutor.execute(AndNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) Execute And expression - execute both children and union the resultsvoidJoinedQueryExecutor.execute(AndNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidQueryExecutor.execute(AndNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) -
Uses of AndNode in com.j_spaces.jdbc.parser.grammar
Methods in com.j_spaces.jdbc.parser.grammar that return AndNodeModifier and TypeMethodDescriptionfinal AndNodeSqlParser.betweenNode(AbstractDMLQuery query, ColumnNode columnNode1) final AndNodeSqlParser.containsBetweenItemNode(AbstractDMLQuery query, ColumnNode columnNode1, StringBuilder columnPath) final AndNodeSqlParser.containsBetweenNode(AbstractDMLQuery query, ColumnNode columnNode1, String column)