Uses of Class
com.j_spaces.jdbc.builder.range.FunctionCallDescription
Packages that use FunctionCallDescription
Package
Description
-
Uses of FunctionCallDescription in com.gigaspaces.internal.query.predicate.comparison
Fields in com.gigaspaces.internal.query.predicate.comparison declared as FunctionCallDescriptionModifier and TypeFieldDescriptionprotected FunctionCallDescriptionScalarSpacePredicate.functionCallDescriptionConstructors in com.gigaspaces.internal.query.predicate.comparison with parameters of type FunctionCallDescriptionModifierConstructorDescriptionContainsItemPredicate(Object expectedValue, String relativePath, FunctionCallDescription functionCallDescription, short templateMatchCode) ContainsItemPredicate(Object expectedValue, String relativePath, FunctionCallDescription functionCallDescription, short templateMatchCode, String relation, String typeName, String fullPath) ContainsPredicate(Object expectedValue, FunctionCallDescription functionCallDescription, String fieldPath, short templateMatchCode) ContainsPredicate(Object expectedValue, FunctionCallDescription functionCallDescription, String fieldPath, short templateMatchCode, String relation, String typeName) EqualsSpacePredicate(Object expectedValue, FunctionCallDescription functionCallDescription) Creates a scalar predicate using the specified expected valueprotectedScalarSpacePredicate(Object expectedValue, FunctionCallDescription functionCallDescription) Creates a scalar predicate using the specified expected value -
Uses of FunctionCallDescription in com.j_spaces.jdbc.builder
Methods in com.j_spaces.jdbc.builder with parameters of type FunctionCallDescriptionModifier and TypeMethodDescriptionQueryTemplateBuilder.buildTemplate(LiteralNode node, QueryColumnData queryColumnData, short op, short nullOp, FunctionCallDescription functionCallDescription, ExpNode father) Build space templatestatic RangeQueryTemplateBuilder.toRange(String colName, FunctionCallDescription functionCallDescription, Object value, short matchCode) Converts single external entry expression to a rangestatic RangeQueryTemplateBuilder.toRange(String colName, FunctionCallDescription functionCallDescription, Object value, short matchCode, ExpNode node, AbstractDMLQuery query) -
Uses of FunctionCallDescription in com.j_spaces.jdbc.builder.range
Methods in com.j_spaces.jdbc.builder.range that return FunctionCallDescriptionModifier and TypeMethodDescriptionRange.getFunctionCallDescription()FunctionCallDescription.setColumnValue(int columnIndex, Object value) FunctionCallDescription.setColumnValue(Object value) Methods in com.j_spaces.jdbc.builder.range with parameters of type FunctionCallDescriptionModifier and TypeMethodDescriptionvoidRange.setFunctionCallDescription(FunctionCallDescription functionCallDescription) Constructors in com.j_spaces.jdbc.builder.range with parameters of type FunctionCallDescriptionModifierConstructorDescriptionContainsItemValueRange(String relativePath, String fullPath, FunctionCallDescription functionCallDescription, Object value, short templateMatchCode) ContainsItemValueRange(String relativePath, String fullPath, FunctionCallDescription functionCallDescription, Object value, short templateMatchCode, String relation, String typeName) ContainsValueRange(String colName, FunctionCallDescription functionCallDescription, Object value, short templateMatchCode) ContainsValueRange(String colName, FunctionCallDescription functionCallDescription, Object value, short templateMatchCode, ContainsPredicate predicate) ContainsValueRange(String colName, FunctionCallDescription functionCallDescription, Object value, short templateMatchCode, String relation, String typeName) EqualValueRange(String colName, FunctionCallDescription functionCallDescription, Object value) InRange(String colName, FunctionCallDescription functionCallDescription, Set inValues) IsNullRange(String colName, FunctionCallDescription functionCallDescription) NotEqualValueRange(String colName, FunctionCallDescription functionCallDescription, Object value) NotNullRange(String colName, FunctionCallDescription functionCallDescription) NotRegexRange(String colName, FunctionCallDescription functionCallDescription, String value) protectedRange(String path, FunctionCallDescription functionCallDescription, ISpacePredicate predicate) protectedRange(String path, FunctionCallDescription functionCallDescription, ISpacePredicate predicate, short rightColumnPosition) RegexRange(String colName, FunctionCallDescription functionCallDescription, String value) SegmentRange(String colName, FunctionCallDescription functionCallDescription, Comparable<?> value1, boolean includeMin, Comparable<?> value2, boolean includeMax) protectedSingleValueRange(String colPath, FunctionCallDescription functionCallDescription, Object value, ISpacePredicate predicate) TwoColumnsSegmentRange(String colNameLeft, FunctionCallDescription functionCallDescription, short rightColumnPosition, boolean includeMin, boolean includeMax, short code) UidsRange(String colName, FunctionCallDescription functionCallDescription, Set inValues) -
Uses of FunctionCallDescription in com.j_spaces.jdbc.parser
Methods in com.j_spaces.jdbc.parser that return FunctionCallDescriptionMethods in com.j_spaces.jdbc.parser with parameters of type FunctionCallDescriptionModifier and TypeMethodDescriptionvoidColumnNode.setFunctionCallDescription(FunctionCallDescription functionCallDescription)