Uses of Class
com.j_spaces.jdbc.builder.QueryTemplatePacket
Packages that use QueryTemplatePacket
Package
Description
Provides GigaSpaces JDBC interfaces
-
Uses of QueryTemplatePacket in com.gigaspaces.internal.query.explainplan
Methods in com.gigaspaces.internal.query.explainplan with parameters of type QueryTemplatePacketModifier and TypeMethodDescriptionstatic QueryOperationNodeExplainPlanUtil.BuildMatchCodes(QueryTemplatePacket packet) -
Uses of QueryTemplatePacket in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc that return QueryTemplatePacketMethods in com.j_spaces.jdbc with parameters of type QueryTemplatePacketModifier and TypeMethodDescriptionstatic IQueryResultSet<IEntryPacket>AggregationsUtil.aggregate(QueryTemplatePacket template, AggregationSet aggregationSet, IJSpace space, Transaction txn, int modifiers) Execute aggregation queryDeleteQuery.executeExclusiveReadLock(QueryTemplatePacket template, IJSpace space, Transaction txn, int max, int modifiers) -
Uses of QueryTemplatePacket in com.j_spaces.jdbc.builder
Subclasses of QueryTemplatePacket in com.j_spaces.jdbc.builderModifier and TypeClassDescriptionclassRepresents query that is translated to several template packets The result is the union of all resultsMethods in com.j_spaces.jdbc.builder that return QueryTemplatePacketModifier and TypeMethodDescriptionQueryTemplatePacket.and(QueryTemplatePacket template) Merge given templates into one template.QueryTemplatePacket.and(UnionTemplatePacket template) Merge given templates into one template.UnionTemplatePacket.and(QueryTemplatePacket template) Merge given templates into one template.UnionTemplatePacket.and(UnionTemplatePacket template) Merge given templates into one template.QueryTemplatePacket.buildAndPacket(QueryTemplatePacket packet) UnionTemplatePacket.buildAndPacket(QueryTemplatePacket packet) QueryTemplatePacket.buildOrPacket(QueryTemplatePacket packet) UnionTemplatePacket.buildOrPacket(QueryTemplatePacket packet) static QueryTemplatePacketQueryTemplateBuilder.buildTemplate(InNode node, AbstractDMLQuery query) QueryTemplateBuilder.buildTemplate(LiteralNode node, QueryColumnData queryColumnData, short op, short nullOp, FunctionCallDescription functionCallDescription, ExpNode father) Build space templatestatic QueryTemplatePacketQueryTemplateBuilder.buildTemplate(NotInNode node, AbstractDMLQuery query) QueryTemplatePacket.union(QueryTemplatePacket packet) QueryTemplatePacket.union(UnionTemplatePacket composite) UnionTemplatePacket.union(QueryTemplatePacket packet) UnionTemplatePacket.union(UnionTemplatePacket composite) Methods in com.j_spaces.jdbc.builder that return types with arguments of type QueryTemplatePacketMethods in com.j_spaces.jdbc.builder with parameters of type QueryTemplatePacketModifier and TypeMethodDescriptionvoidUnionTemplatePacket.add(QueryTemplatePacket packet) QueryTemplatePacket.and(QueryTemplatePacket template) Merge given templates into one template.UnionTemplatePacket.and(QueryTemplatePacket template) Merge given templates into one template.QueryTemplatePacket.buildAndPacket(QueryTemplatePacket packet) UnionTemplatePacket.buildAndPacket(QueryTemplatePacket packet) QueryTemplatePacket.buildOrPacket(QueryTemplatePacket packet) UnionTemplatePacket.buildOrPacket(QueryTemplatePacket packet) voidQueryTemplatePacket.intersectRanges(QueryTemplatePacket template) Merge given templates into one template.protected voidQueryTemplatePacket.intersectUids(QueryTemplatePacket template) QueryTemplatePacket.union(QueryTemplatePacket packet) UnionTemplatePacket.union(QueryTemplatePacket packet) Method parameters in com.j_spaces.jdbc.builder with type arguments of type QueryTemplatePacketModifier and TypeMethodDescriptionvoidUnionTemplatePacket.setPackets(List<QueryTemplatePacket> packets) Constructors in com.j_spaces.jdbc.builder with parameters of type QueryTemplatePacket -
Uses of QueryTemplatePacket in com.j_spaces.jdbc.builder.range
Methods in com.j_spaces.jdbc.builder.range with parameters of type QueryTemplatePacketModifier and TypeMethodDescriptionvoidCompositeRange.toEntryPacket(QueryTemplatePacket e, int index) voidContainsValueRange.toEntryPacket(QueryTemplatePacket e, int index) voidCriteriaRange.toEntryPacket(QueryTemplatePacket e, int index) voidEqualValueRange.toEntryPacket(QueryTemplatePacket e, int index) voidInRange.toEntryPacket(QueryTemplatePacket e, int index) voidIsNullRange.toEntryPacket(QueryTemplatePacket e, int index) voidNotEqualValueRange.toEntryPacket(QueryTemplatePacket e, int index) voidNotNullRange.toEntryPacket(QueryTemplatePacket e, int index) voidRange.toEntryPacket(QueryTemplatePacket e, int index) Convert the range to a single external entry expressionvoidRegexRange.toEntryPacket(QueryTemplatePacket e, int index) voidSegmentRange.toEntryPacket(QueryTemplatePacket e, int index) voidTwoColumnsSegmentRange.toEntryPacket(QueryTemplatePacket e, int index) voidUidsRange.toEntryPacket(QueryTemplatePacket e, int index) -
Uses of QueryTemplatePacket in com.j_spaces.jdbc.executor
Methods in com.j_spaces.jdbc.executor with parameters of type QueryTemplatePacketModifier and TypeMethodDescriptionintAbstractQueryExecutor.clear(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int modifiers) intIQueryExecutor.clear(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int modifier) Execute clearintAbstractQueryExecutor.count(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int readModifier) intIQueryExecutor.count(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int readModifier) AbstractQueryExecutor.executeTemplate(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int readModifier, int max) Constructors in com.j_spaces.jdbc.executor with parameters of type QueryTemplatePacketModifierConstructorDescriptionExecutionTask(QueryTemplatePacket packet, ISpaceProxy space, Transaction transaction, int maxObjects, int readModifier) -
Uses of QueryTemplatePacket in com.j_spaces.jdbc.parser
Fields in com.j_spaces.jdbc.parser declared as QueryTemplatePacketMethods in com.j_spaces.jdbc.parser that return QueryTemplatePacketMethods in com.j_spaces.jdbc.parser with parameters of type QueryTemplatePacketModifier and TypeMethodDescriptionvoidExpNode.setTemplate(QueryTemplatePacket template) voidRelationNode.setTemplate(QueryTemplatePacket template) -
Uses of QueryTemplatePacket in com.j_spaces.jdbc.query
Methods in com.j_spaces.jdbc.query that return QueryTemplatePacketModifier and TypeMethodDescriptionQueryTableData.getTemplate(QueryResultTypeInternal queryResultType)