- ABSOLUTE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
-
The constant ABSOLUTE.
- ACOS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
-
The constant ACOS.
- ADD - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Arithmetic
-
The constant ADD.
- addRestriction(String, Object, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.AddRestrictionInterface
-
Add restriction.
- addRestriction(String, Object, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArithmeticRestriction
-
- addRestriction(String, Object, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArrayRestriction
-
- addRestriction(String, Object, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ComparisonRestriction
-
- addRestriction(String, Object, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
-
- addRestriction(String, Object, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.INRestriction
-
- addRestriction(String, Object, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.TypeCheckRestriction
-
- AddRestrictionInterface - Interface in com.github.mohitgoyal91.cosmosdbqueryutils
-
The interface Add restriction interface.
- addRestrictions(Restriction...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To add reestrictions
- Aggregate - Class in com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate
-
The type Aggregate.
- Aggregate() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.Aggregate
-
- AGGREGATE() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.AGGREGATE
-
- AggregateExtractor - Interface in com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate
-
The interface Aggregate extractor.
- AggregateExtractorMin - Interface in com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate
-
The interface Aggregate extractor min.
- AggregateFunction - Class in com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate
-
The type Aggregate function.
- AggregateFunction() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateFunction
-
- ALIAS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
-
The constant ALIAS.
- ALL - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
-
The constant ALL.
- and() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArithmeticRestriction
-
to separate the previous and next restrictions by an 'AND'
- and() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArrayRestriction
-
- and() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ComparisonRestriction
-
to separate the previous and next restrictions by an 'AND'
- and() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
-
to separate the previous and next restrictions by an 'AND'
- and() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.INRestriction
-
to separate the previous and next restrictions by an 'AND'
- and() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.TypeCheckRestriction
-
- and() - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionInterface
-
And restriction.
- AND - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Bitwise
-
The constant AND.
- AND - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Logical
-
The constant AND.
- andAddRestrictions(Restriction...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To add restrictions, with a separation of 'AND' between previous and this restriction
- APPEND_RESTRICTION_EXCEPTION - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.METHODNAMES
-
The constant APPEND_RESTRICTION_EXCEPTION.
- appendAggregateExpression(AggregateFunction, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.Aggregate
-
Append aggregate expression.
- appendGroupedRestrictions(List<GroupedRestriction>, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
-
Append grouped restrictions.
- appendRestrictionExpression(ArithmeticRestrictionExpression, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.ArithmeticRestrictionExpression
-
Append restriction expression.
- appendRestrictionExpression(ArrayRestrictionExpression, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.ArrayRestrictionExpression
-
Append restriction expression.
- appendRestrictionExpression(ComparisonRestrictionExpression, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.ComparisonRestrictionExpression
-
Append restriction expression.
- appendRestrictionExpression(GeoSpatialRestrictionExpression, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.GeoSpatialRestrictionExpression
-
Append restriction expression.
- appendRestrictionExpression(INRestrictionExpression, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.INRestrictionExpression
-
Append restriction expression.
- appendRestrictionExpression(TypeCheckRestrictionExpression, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.TypeCheckRestrictionExpression
-
Append restriction expression.
- appendRestrictions(List<T>, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
-
Append restrictions.
- appendValue(Object, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.RestrictionHelper
-
Append value.
- Arithmetic() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Arithmetic
-
- ArithmeticRestriction - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restriction
-
The type Arithmetic restriction.
- ArithmeticRestriction() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArithmeticRestriction
-
- ArithmeticRestrictionExpression - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions
-
The type Arithmetic restriction expression.
- ArithmeticRestrictionExpression(String, Object, String, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.ArithmeticRestrictionExpression
-
Instantiates a new Arithmetic restriction expression.
- ArithmeticRestrictionExpression(ArithmeticRestrictionExpression, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.ArithmeticRestrictionExpression
-
Instantiates a new Arithmetic restriction expression.
- ArithmeticRestrictionExtractor - Interface in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors
-
The interface Arithmetic restriction extractor.
- ARRAY_CONCAT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.ARRAYTYPE
-
The constant ARRAY_CONCAT.
- ARRAY_CONTAINS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.ARRAYTYPE
-
The constant ARRAY_CONTAINS.
- ARRAY_LENGTH - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.ARRAYTYPE
-
The constant ARRAY_LENGTH.
- ARRAY_SLICE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.ARRAYTYPE
-
The constant ARRAY_SLICE.
- arrayContains(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArrayRestriction
-
- arrayContains(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
- arrayContains(String, Object) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ArrayFunctionsExtractor
-
Array contains t.
- arrayContains(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
- ArrayFunctionsExtractor - Interface in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors
-
The interface Array functions extractor.
- ArrayRestriction - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restriction
-
The type Array restriction.
- ArrayRestriction() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArrayRestriction
-
- ArrayRestrictionExpression - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions
-
The type Array restriction expression.
- ArrayRestrictionExpression(String, Object, String, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.ArrayRestrictionExpression
-
Instantiates a new Array restriction expression.
- ArrayRestrictionExpression(ArrayRestrictionExpression, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.ArrayRestrictionExpression
-
Instantiates a new Array restriction expression.
- ARRAYTYPE() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.ARRAYTYPE
-
- as(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.Columns
-
As columns.
- as(String...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.Columns
-
As columns.
- as(List<String>) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.Columns
-
As columns.
- AS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
-
The constant AS.
- ASIN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
-
The constant ASIN.
- ATAN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
-
The constant ATAN.
- ATAN2 - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
-
The constant ATAN2.
- avg(String, String, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractor
-
Avg t.
- avg(String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractorMin
-
Avg t.
- avg(String, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractorMin
-
Avg t.
- avg(String, String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateFunction
-
- avg(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
- avg(String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
- avg(String, String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
- AVG - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.AGGREGATE
-
The constant AVG.
- GENERAL() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
-
- GEOSPATIAL() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.GEOSPATIAL
-
- GeoSpatialObject - Class in com.github.mohitgoyal91.cosmosdbqueryutils.models
-
The type Geo spatial object.
- GeoSpatialObject(Constants.GeoSpatialTypes, Coordinate...) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
-
Instantiates a new Geo spatial object.
- GeoSpatialObject(Constants.GeoSpatialTypes, List<Coordinate>) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
-
Instantiates a new Geo spatial object.
- GeoSpatialRestriction - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restriction
-
The type Geo spatial restriction.
- GeoSpatialRestriction() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
-
- GeoSpatialRestrictionExpression - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions
-
The type Geo spatial restriction expression.
- GeoSpatialRestrictionExpression(String, Object, String, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.GeoSpatialRestrictionExpression
-
Instantiates a new Geo spatial restriction expression.
- GeoSpatialRestrictionExpression(ComparisonRestrictionExpression, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.GeoSpatialRestrictionExpression
-
Instantiates a new Geo spatial restriction expression.
- GeoSpatialRestrictionExtractor - Interface in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors
-
The interface Geo spatial restriction extractor.
- getAggregateFunctions() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
Gets aggregate functions.
- getAggregator() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateFunction
-
Gets aggregator.
- getAlias() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateFunction
-
Gets alias.
- getAlias() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.Columns
-
Gets alias.
- getBuildCompleted() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
-
Gets build completed.
- getColumns() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.Columns
-
Gets columns.
- getColumns() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
Gets columns.
- getCoordinates() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
-
Gets coordinates.
- getFunctionName() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
-
Gets function name.
- getLastElementFromList(List<T>) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.RestrictionHelper
-
Get last element from list t.
- getLimit() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
Gets limit.
- getLogicalCombiner() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GroupedRestriction
-
Gets logical combiner.
- getLogicalCombiner() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
-
Gets logical combiner.
- getLogicalCombiner() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
-
Gets logical combiner.
- getName() - Method in enum com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GeoSpatialTypes
-
Get name string.
- getName() - Method in enum com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Order
-
Get name string.
- getOperation() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
-
Gets operation.
- getOrder() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.Order
-
Gets order.
- getOrder() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
Gets order.
- getParameterName() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.Order
-
Gets parameter name.
- getPropertyName() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateFunction
-
Gets property name.
- getPropertyName() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
-
Gets property name.
- getRestrictionExpressionList() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
-
Gets restriction expression list.
- getRestrictions() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GroupedRestriction
-
Gets restrictions.
- getRestrictions() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
Gets restrictions.
- getType() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
-
Gets type.
- getUdf() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateFunction
-
Gets udf.
- getValue() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
-
Gets value.
- getValue() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
-
Gets value.
- GREATER_THAN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Comparison
-
The constant GREATER_THAN.
- GREATER_THAN_EQUAL - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Comparison
-
The constant GREATER_THAN_EQUAL.
- GroupedRestriction<T> - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restriction
-
The type Grouped restriction.
- GroupedRestriction(T[]) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GroupedRestriction
-
Instantiates a new Grouped restriction.
- GroupedRestriction(T) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GroupedRestriction
-
Instantiates a new Grouped restriction.
- gt(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArithmeticRestriction
-
To introduce an arithmetic restriction in the query with >
- gt(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ComparisonRestriction
-
To introduce a > restriction in the query
- gt(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
-
To introduce a ST_DISTANCE restriction in the query with a >
- gt(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce a > restriction in the query
- gt(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce an arithmetic restriction in the query with >
- gt(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce a ST_DISTANCE restriction in the query with a >
- gt(Double, String, Object...) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ArithmeticRestrictionExtractor
-
Gt t.
- gt(String, Object) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ComparisonRestrictionExtractor
-
Gt t.
- gt(String, GeoSpatialObject, Double) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.GeoSpatialRestrictionExtractor
-
Gt t.
- gt(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce a > restriction in the query
- gt(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce an arithmetic restriction in the query with >
- gt(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce a ST_DISTANCE restriction in the query with a >
- gte(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArithmeticRestriction
-
To introduce an arithmetic restriction in the query with >=
- gte(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ComparisonRestriction
-
To introduce a >= restriction in the query
- gte(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
-
To introduce a ST_DISTANCE restriction in the query with a >=
- gte(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce a >= restriction in the query
- gte(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce an arithmetic restriction in the query with >=
- gte(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce a ST_DISTANCE restriction in the query with a >=
- gte(Double, String, Object...) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ArithmeticRestrictionExtractor
-
Gte t.
- gte(String, Object) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ComparisonRestrictionExtractor
-
Gte t.
- gte(String, GeoSpatialObject, Double) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.GeoSpatialRestrictionExtractor
-
Gte t.
- gte(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce a >= restriction in the query
- gte(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce an arithmetic restriction in the query with >=
- gte(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce a ST_DISTANCE restriction in the query with a >=
- LEFT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
-
The constant LEFT.
- LEFT_SHIFT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Bitwise
-
The constant LEFT_SHIFT.
- LENGTH - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
-
The constant LENGTH.
- LESS_THAN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Comparison
-
The constant LESS_THAN.
- LESS_THAN_EQUAL - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Comparison
-
The constant LESS_THAN_EQUAL.
- limitResults(int) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To add limit
- LOGARITHMIC - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
-
The constant LOGARITHMIC.
- LOGARITHMIC_10 - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
-
The constant LOGARITHMIC_10.
- Logical() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Logical
-
- LOWER - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
-
The constant LOWER.
- lt(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArithmeticRestriction
-
To introduce an arithmetic restriction in the query with <
- lt(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ComparisonRestriction
-
To introduce a < restriction in the query
- lt(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
-
To introduce a ST_DISTANCE restriction in the query with a <
- lt(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce a < restriction in the query
- lt(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce an arithmetic restriction in the query with <
- lt(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce a ST_DISTANCE restriction in the query with a <
- lt(Double, String, Object...) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ArithmeticRestrictionExtractor
-
Lt t.
- lt(String, Object) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ComparisonRestrictionExtractor
-
Lt t.
- lt(String, GeoSpatialObject, Double) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.GeoSpatialRestrictionExtractor
-
Lt t.
- lt(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce a < restriction in the query
- lt(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce an arithmetic restriction in the query with <
- lt(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce a ST_DISTANCE restriction in the query with a <
- lte(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArithmeticRestriction
-
To introduce an arithmetic restriction in the query with <=
- lte(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ComparisonRestriction
-
To introduce a <= restriction in the query
- lte(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
-
To introduce a ST_DISTANCE restriction in the query with a <=
- lte(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce a <= restriction in the query
- lte(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce an arithmetic restriction in the query with <=
- lte(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
-
To introduce a ST_DISTANCE restriction in the query with a <=
- lte(Double, String, Object...) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ArithmeticRestrictionExtractor
-
Lte t.
- lte(String, Object) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ComparisonRestrictionExtractor
-
Lte t.
- lte(String, GeoSpatialObject, Double) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.GeoSpatialRestrictionExtractor
-
Lte t.
- lte(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce a <= restriction in the query
- lte(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce an arithmetic restriction in the query with <=
- lte(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
-
To introduce a ST_DISTANCE restriction in the query with a <=
- LTRIM - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
-
The constant LTRIM.