Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W X Z _ 

A

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.

B

Bitwise() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Bitwise
 
BRACKET_CLOSED - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant BRACKET_CLOSED.
BRACKET_OPEN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant BRACKET_OPEN.
build() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
Build restriction.

C

CEILING - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant CEILING.
Columns - Class in com.github.mohitgoyal91.cosmosdbqueryutils.models
The type Columns.
Columns() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.models.Columns
Instantiates a new Columns.
Columns(String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.models.Columns
Instantiates a new Columns.
Columns(String...) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.models.Columns
Instantiates a new Columns.
Columns(List<String>) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.models.Columns
Instantiates a new Columns.
columns(Columns) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To add columns
com.github.mohitgoyal91.cosmosdbqueryutils - package com.github.mohitgoyal91.cosmosdbqueryutils
 
com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate - package com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate
 
com.github.mohitgoyal91.cosmosdbqueryutils.models - package com.github.mohitgoyal91.cosmosdbqueryutils.models
 
com.github.mohitgoyal91.cosmosdbqueryutils.QueryProcessor - package com.github.mohitgoyal91.cosmosdbqueryutils.QueryProcessor
 
com.github.mohitgoyal91.cosmosdbqueryutils.restriction - package com.github.mohitgoyal91.cosmosdbqueryutils.restriction
 
com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions - package com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions
 
com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors - package com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors
 
com.github.mohitgoyal91.cosmosdbqueryutils.utilities - package com.github.mohitgoyal91.cosmosdbqueryutils.utilities
 
COMMA - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant COMMA.
Comparison() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Comparison
 
ComparisonRestriction - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restriction
The type Comparison restriction.
ComparisonRestriction() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ComparisonRestriction
 
ComparisonRestrictionExpression - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions
The type Comparison restriction expression.
ComparisonRestrictionExpression(String, Object, String, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.ComparisonRestrictionExpression
Instantiates a new Comparison restriction expression.
ComparisonRestrictionExpression(ComparisonRestrictionExpression, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.ComparisonRestrictionExpression
Instantiates a new Comparison restriction expression.
ComparisonRestrictionExtractor - Interface in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors
The interface Comparison restriction extractor.
CONCAT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant CONCAT.
CONCATENATE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.STRINGTYPE
The constant CONCATENATE.
Constants - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Constants.
Constants() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants
 
Constants.FUNCTION - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Function.
Constants.FUNCTION.AGGREGATE - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Aggregate.
Constants.FUNCTION.ARRAYTYPE - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Arraytype.
Constants.FUNCTION.GEOSPATIAL - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Geospatial.
Constants.FUNCTION.MATHEMATICAL - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Mathematical.
Constants.FUNCTION.METHODNAMES - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Methodnames.
Constants.FUNCTION.STRINGTYPE - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Stringtype.
Constants.FUNCTION.TYPECHECKING - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Typechecking.
Constants.GENERAL - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type General.
Constants.GeoSpatialTypes - Enum in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The enum Geo spatial types.
Constants.Logical - Enum in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The enum Logical.
Constants.Operators - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Operators.
Constants.Operators.Arithmetic - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Arithmetic.
Constants.Operators.Bitwise - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Bitwise.
Constants.Operators.Comparison - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Comparison.
Constants.Operators.Logical - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Logical.
Constants.Operators.STRINGTYPE - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Stringtype.
Constants.Operators.TERNARY - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Ternary.
Constants.Order - Enum in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The enum Order.
CONTAINS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant CONTAINS.
Coordinate - Class in com.github.mohitgoyal91.cosmosdbqueryutils.models
The type Coordinate.
Coordinate(Double, Double) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.models.Coordinate
Instantiates a new Coordinate.
COS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant COS.
COT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant COT.
count(String, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractor
Count t.
count(String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractorMin
Count t.
count(String, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractorMin
 
count(String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateFunction
 
count() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To specify if only the count of rows is required
count(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
count(String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
COUNT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.AGGREGATE
The constant COUNT.
createQuery() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To build the query
CURLY_BRACKETS_REGEX - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant CURLY_BRACKETS_REGEX.

D

DEGREES - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant DEGREES.
DIVISION - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Arithmetic
The constant DIVISION.
DOT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant DOT.

E

ENDSWITH - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant ENDSWITH.
eq(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArithmeticRestriction
To introduce an arithmetic restriction in the query with =
eq(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ComparisonRestriction
To introduce a = restriction in the query
eq(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
To introduce a ST_DISTANCE restriction in the query with a =
eq(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
To introduce a = restriction in the query
eq(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
To introduce an arithmetic restriction in the query with =
eq(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
To introduce a ST_DISTANCE restriction in the query with a =
eq(Double, String, Object...) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ArithmeticRestrictionExtractor
Eq t.
eq(String, Object) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ComparisonRestrictionExtractor
Eq t.
eq(String, GeoSpatialObject, Double) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.GeoSpatialRestrictionExtractor
Eq t.
eq(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To introduce a = restriction in the query
eq(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To introduce an arithmetic restriction in the query with =
eq(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To introduce a ST_DISTANCE restriction in the query with a =
EQUAL - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Comparison
The constant EQUAL.
EXPONENTIAL - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant EXPONENTIAL.

F

filterRestrictions(List<GroupedRestriction>) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
Filter restrictions.
FLOOR - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant FLOOR.
FROM - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant FROM.
FUNCTION() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION
 

G

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 >=

H

handleExpressionAppend(T, StringBuilder) - Static method in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.RestrictionHelper
Handle expression append.

I

id(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
To create query with id restriction
id(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.RestrictionExtractor
Id t.
id(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To create query with id restriction
ID - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant ID.
IF - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.TERNARY
The constant IF.
in(String, List<T>) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.INRestriction
To introduce an in restriction in the query
in(String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.INRestriction
To introduce an in restriction in the query
in(String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
To introduce an in restriction in the query
in(String, Object...) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.INRestrictionExtractor
In t.
in(String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To introduce an in restriction in the query
in(String, List<Object>) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To introduce an in restriction in the query
IN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Comparison
The constant IN.
INDEX_OF - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant INDEX_OF.
INRestriction - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restriction
The type In restriction.
INRestriction() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.INRestriction
 
INRestrictionExpression - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions
The type In restriction expression.
INRestrictionExpression(String, Object, String, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.INRestrictionExpression
Instantiates a new In restriction expression.
INRestrictionExpression(INRestrictionExpression, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.INRestrictionExpression
Instantiates a new In restriction expression.
INRestrictionExtractor - Interface in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors
The interface In restriction extractor.
IS_ARRAY - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.TYPECHECKING
The constant IS_ARRAY.
IS_BOOL - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.TYPECHECKING
The constant IS_BOOL.
IS_DEFINED - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.TYPECHECKING
The constant IS_DEFINED.
IS_NULL - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.TYPECHECKING
The constant IS_NULL.
IS_NUMBER - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.TYPECHECKING
The constant IS_NUMBER.
IS_OBJECT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.TYPECHECKING
The constant IS_OBJECT.
IS_PRIMITIVE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.TYPECHECKING
The constant IS_PRIMITIVE.
IS_STRING - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.TYPECHECKING
The constant IS_STRING.
isCount() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
Is count boolean.
isDefined(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.TypeCheckRestriction
 
isDefined(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
 
isDefined(String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.TypeCheckRestrictionExtractor
Is defined t.
isDefined(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
isNotDefined(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.TypeCheckRestriction
 
isNotDefined(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
 
isNotDefined(String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.TypeCheckRestrictionExtractor
Is not defined t.
isNotDefined(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 

L

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.

M

MATHEMATICAL() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
 
max(String, String, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractor
Max t.
max(String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractorMin
Max t.
max(String, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractorMin
Max t.
max(String, String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateFunction
 
max(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
max(String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
max(String, String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
MAX - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.AGGREGATE
The constant MAX.
METHODNAMES() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.METHODNAMES
 
min(String, String, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractor
Min t.
min(String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractorMin
Min t.
min(String, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractorMin
Min t.
min(String, String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateFunction
 
min(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
min(String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
min(String, String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
MIN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.AGGREGATE
The constant MIN.
MODULUS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Arithmetic
The constant MODULUS.
MULTIPLY - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Arithmetic
The constant MULTIPLY.

N

NOT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Logical
The constant NOT.
NOT_EQUAL - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Comparison
The constant NOT_EQUAL.
NOT_EQUAL_SQL - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Comparison
The constant NOT_EQUAL_SQL.
notEq(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArithmeticRestriction
To introduce an arithmetic restriction in the query with !=
notEq(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ComparisonRestriction
To introduce a != restriction in the query
notEq(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
To introduce a ST_DISTANCE restriction in the query with a !=
notEq(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
To introduce a != restriction in the query
notEq(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
To introduce an arithmetic restriction in the query with !=
notEq(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
To introduce a ST_DISTANCE restriction in the query with a !=
notEq(Double, String, Object...) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ArithmeticRestrictionExtractor
Not eq t.
notEq(String, Object) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.ComparisonRestrictionExtractor
Not eq t.
notEq(String, GeoSpatialObject, Double) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.GeoSpatialRestrictionExtractor
Not eq t.
notEq(String, Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To introduce a = restriction in the query
notEq(Double, String, Object...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To introduce an arithmetic restriction in the query with !=
notEq(String, GeoSpatialObject, Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To introduce a ST_DISTANCE restriction in the query with a !=

O

Operators() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators
 
or() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArithmeticRestriction
to separate the previous and next restrictions by an 'OR'
or() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ArrayRestriction
 
or() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.ComparisonRestriction
to separate the previous and next restrictions by an 'OR'
or() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
to separate the previous and next restrictions by an 'OR'
or() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.INRestriction
to separate the previous and next restrictions by an 'OR'
or() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.TypeCheckRestriction
 
or() - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionInterface
Or restriction.
or() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
to separate the previous and next restrictions by an 'OR'
OR - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Bitwise
The constant OR.
OR - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Logical
The constant OR.
orAddRestrictions(Restriction...) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To add restrictions, with a separation of 'OR' between previous and this restriction
Order - Class in com.github.mohitgoyal91.cosmosdbqueryutils.models
The type Order.
Order(String, Constants.Order) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.models.Order
Instantiates a new Order.
ORDER_BY - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant ORDER_BY.
orderBy(String, Constants.Order) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
Ordering the query by parameter
orderByTS(Constants.Order) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
Ordering the query by _ts

P

PI - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant PI.
POWER - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant POWER.
Processor - Class in com.github.mohitgoyal91.cosmosdbqueryutils.QueryProcessor
The type Processor.
Processor(SelectQuery) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.QueryProcessor.Processor
Instantiates a new Processor.
processQuery() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.QueryProcessor.Processor
Process query string.

Q

QUOTES_CLOSED - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant QUOTES_CLOSED.
QUOTES_OPEN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant QUOTES_OPEN.

R

RADIANS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant RADIANS.
REPLACE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant REPLACE.
REPLICATE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant REPLICATE.
Restriction<T> - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restriction
The type Restriction.
Restriction() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
 
RestrictionBuilder - Class in com.github.mohitgoyal91.cosmosdbqueryutils
The type Restriction builder.
RestrictionBuilder() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
 
RestrictionExpression - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions
The type Restriction expression.
RestrictionExpression() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
Instantiates a new Restriction expression.
RestrictionExpression(String, Object, String, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
Instantiates a new Restriction expression.
RestrictionExpression(T, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
Instantiates a new Restriction expression.
restrictionExpressionList - Variable in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
The Restriction expression list.
RestrictionExtractor - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors
The type Restriction extractor.
RestrictionExtractor() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.RestrictionExtractor
 
RestrictionHelper - Class in com.github.mohitgoyal91.cosmosdbqueryutils.utilities
The type Restriction helper.
RestrictionHelper() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.RestrictionHelper
 
RestrictionInterface<T> - Interface in com.github.mohitgoyal91.cosmosdbqueryutils
The interface Restriction interface.
REVERSE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant REVERSE.
RIGHT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant RIGHT.
RIGHT_SHIFT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Bitwise
The constant RIGHT_SHIFT.
ROUND - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant ROUND.
RTRIM - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant RTRIM.

S

SELECT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant SELECT.
SelectQuery - Class in com.github.mohitgoyal91.cosmosdbqueryutils
The type Select query.
SelectQuery() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
Creates a new Instance of a SelectQuery
setBuildCompleted(Boolean) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
Sets build completed.
setCoordinates(List<Coordinate>) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
Sets coordinates.
setFunctionName(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
Sets function name.
setLogicalCombiner(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GroupedRestriction
Sets logical combiner.
setLogicalCombiner(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
Sets logical combiner.
setLogicalCombiner(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
Sets logical combiner.
setOperation(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
Sets operation.
setOrder(Constants.Order) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.Order
Sets order.
setParameterName(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.Order
Sets parameter name.
setPropertyName(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
Sets property name.
setRestrictionExpressionList(List<T>) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction
Sets restriction expression list.
setRestrictions(List<T>) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GroupedRestriction
Sets restrictions.
setType(Constants.GeoSpatialTypes) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
Sets type.
setValue(Double) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
Sets value.
setValue(Object) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.RestrictionExpression
Sets value.
SIGN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant SIGN.
SIN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant SIN.
SQUARE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant SQUARE.
SQUARE_ROOT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant SQUARE_ROOT.
ST_DISTANCE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.GEOSPATIAL
The constant ST_DISTANCE.
ST_INTERSECTS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.GEOSPATIAL
The constant ST_INTERSECTS.
ST_ISVALID - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.GEOSPATIAL
The constant ST_ISVALID.
ST_ISVALIDDETAILED - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.GEOSPATIAL
The constant ST_ISVALIDDETAILED.
ST_OVERLAPS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.GEOSPATIAL
The constant ST_OVERLAPS.
ST_WITHIN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.GEOSPATIAL
The constant ST_WITHIN.
STARTSWITH - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant STARTSWITH.
STRINGTYPE() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
 
STRINGTYPE() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.STRINGTYPE
 
SUBSTRING - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant SUBSTRING.
SUBTRACT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Arithmetic
The constant SUBTRACT.
sum(String, String, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractor
Sum t.
sum(String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractorMin
Sum t.
sum(String, String) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateExtractorMin
Sum t.
sum(String, String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate.AggregateFunction
 
sum(String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
sum(String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
sum(String, String, String) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
 
SUM - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.AGGREGATE
The constant SUM.

T

TAN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant TAN.
TERNARY() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.TERNARY
 
TOP - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant TOP.
toString() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.Coordinate
 
toString() - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.models.GeoSpatialObject
 
TRUNCATE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.MATHEMATICAL
The constant TRUNCATE.
TYPECHECKING() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.TYPECHECKING
 
TypeCheckRestriction - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restriction
The type Type check restriction.
TypeCheckRestriction() - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.TypeCheckRestriction
 
TypeCheckRestrictionExpression - Class in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions
The type Type check restriction expression.
TypeCheckRestrictionExpression(String, Object, String, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.TypeCheckRestrictionExpression
Instantiates a new Type check restriction expression.
TypeCheckRestrictionExpression(TypeCheckRestrictionExpression, String) - Constructor for class com.github.mohitgoyal91.cosmosdbqueryutils.restrictionexpressions.TypeCheckRestrictionExpression
Instantiates a new Type check restriction expression.
TypeCheckRestrictionExtractor - Interface in com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors
The interface Type check restriction extractor.

U

UDF - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant UDF.
UNKONWN - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Comparison
The constant UNKONWN.
UPPER - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.FUNCTION.STRINGTYPE
The constant UPPER.

V

VALUE_COUNT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant VALUE_COUNT.
valueOf(String) - Static method in enum com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GeoSpatialTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Logical
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Order
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GeoSpatialTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Logical
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Order
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHERE - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant WHERE.
within(String, GeoSpatialObject) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.restriction.GeoSpatialRestriction
To introduce a WITHIN restriction in the query
within(String, GeoSpatialObject) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionBuilder
To introduce a WITHIN restriction in the query
within(String, GeoSpatialObject) - Method in interface com.github.mohitgoyal91.cosmosdbqueryutils.restrictionextractors.GeoSpatialRestrictionExtractor
Within t.
within(String, GeoSpatialObject) - Method in class com.github.mohitgoyal91.cosmosdbqueryutils.SelectQuery
To introduce a ST_WITHIN restriction in the query

X

XOR - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Bitwise
The constant XOR.

Z

ZERO_FILL_RIGHT_SHIFT - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.Operators.Bitwise
The constant ZERO_FILL_RIGHT_SHIFT.

_

_TS - Static variable in class com.github.mohitgoyal91.cosmosdbqueryutils.utilities.Constants.GENERAL
The constant _TS.
A B C D E F G H I L M N O P Q R S T U V W X Z _ 
Skip navigation links

Copyright © 2020. All rights reserved.