Uses of Class
com.j_spaces.jdbc.parser.LiteralNode
Packages that use LiteralNode
Package
Description
Provides GigaSpaces JDBC interfaces
-
Uses of LiteralNode in com.j_spaces.jdbc
Method parameters in com.j_spaces.jdbc with type arguments of type LiteralNodeModifier and TypeMethodDescriptionvoidUpdateQuery.setUpdatedValues(List<LiteralNode> values) voidInsertQuery.setValues(ArrayList<LiteralNode> values) The values to insert. -
Uses of LiteralNode in com.j_spaces.jdbc.builder
Methods in com.j_spaces.jdbc.builder with parameters of type LiteralNodeModifier and TypeMethodDescriptionQueryTemplateBuilder.buildTemplate(LiteralNode node, QueryColumnData queryColumnData, short op, short nullOp, FunctionCallDescription functionCallDescription, ExpNode father) Build space template -
Uses of LiteralNode in com.j_spaces.jdbc.parser
Subclasses of LiteralNode in com.j_spaces.jdbc.parserModifier and TypeClassDescriptionclassnode holding a root inside contains - points at a subtree of containItemNodesclassRepresents an inner (sub) query in a WHERE clause condition.classThis is a Prepared node.Fields in com.j_spaces.jdbc.parser with type parameters of type LiteralNodeMethods in com.j_spaces.jdbc.parser that return types with arguments of type LiteralNodeMethod parameters in com.j_spaces.jdbc.parser with type arguments of type LiteralNodeModifier and TypeMethodDescriptionvoidAbstractInNode.setValuesList(HashSet<LiteralNode> valuesList) -
Uses of LiteralNode in com.j_spaces.jdbc.parser.grammar
Methods in com.j_spaces.jdbc.parser.grammar that return LiteralNodeModifier and TypeMethodDescriptionfinal LiteralNodeSqlParser.parseInValue(AbstractDMLQuery query) Methods in com.j_spaces.jdbc.parser.grammar that return types with arguments of type LiteralNodeModifier and TypeMethodDescriptionfinal HashSet<LiteralNode>SqlParser.inValueList(AbstractDMLQuery query) Method parameters in com.j_spaces.jdbc.parser.grammar with type arguments of type LiteralNodeModifier and TypeMethodDescriptionfinal voidSqlParser.setColumnValue(UpdateQuery updateQuery, ArrayList<LiteralNode> newValues)