Uses of Interface
javax.jdo.query.NumericExpression
Packages that use NumericExpression
Package
Description
Package providing the Java Data Objects (JDO) primary API components.
Package providing expressions for building a typed JDOQL query.
Package providing expressions representing geospatial types in building a typed JDOQL query.
-
Uses of NumericExpression in javax.jdo
Methods in javax.jdo that return NumericExpressionModifier and TypeMethodDescriptionNumericExpression
<? extends Number> JDOQLTypedQuery.numericParameter
(String name) Method to return a numeric parameter for the query.<N extends Number>
NumericExpression<N> JDOQLTypedQuery.numericParameter
(String name, Class<N> type) Method to return a numeric parameter for the query.<S> NumericExpression
<S> JDOQLTypedSubquery.selectUnique
(NumericExpression<S> expr) Accessor for the subquery (numeric) expression from the subquery when the subquery returns a single value.Methods in javax.jdo with parameters of type NumericExpressionModifier and TypeMethodDescriptionJDOQLTypedQuery.range
(NumericExpression<?> lowerInclExpr, NumericExpression<?> upperExclExpr) Method to set the range of any required results, using expressions.<S> NumericExpression
<S> JDOQLTypedSubquery.selectUnique
(NumericExpression<S> expr) Accessor for the subquery (numeric) expression from the subquery when the subquery returns a single value. -
Uses of NumericExpression in javax.jdo.query
Methods in javax.jdo.query that return NumericExpressionModifier and TypeMethodDescriptionNumericExpression.abs()
Method to return the absolute value expression of this expression.NumericExpression.acos()
Method to return the arc cosine value expression of this expression.Method to return an expression for this expression added to the passed number.NumericExpression.add
(Expression<T> expr) Method to return an expression for this expression added to the passed expression.NumericExpression.asin()
Method to return the arc sine value expression of this expression.NumericExpression.atan()
Method to return the arc tangent value expression of this expression.NumericExpression.avg()
Method to return a numeric expression representing the aggregated average of this expression.NumericExpression.avgDistinct()
Method to return a numeric expression representing the aggregated average of this distinct expression.NumericExpression.bAnd
(NumericExpression bitExpr) Method to return a bitwise AND expression for this expression with the supplied bit path.NumericExpression.bOr
(NumericExpression bitExpr) Method to return a bitwise OR expression for this expression with the supplied bit path.NumericExpression.bXor
(NumericExpression bitExpr) Method to return a bitwise XOR expression for this expression with the supplied bit path.NumericExpression.ceil()
Method to return the ceiling value expression of this expression.NumericExpression.com()
Method to return an expression that is the complement of the current expression.NumericExpression.cos()
Method to return the cosine value expression of this expression.Expression.count()
Method to return a numeric expression representing the aggregated count of this expression.Expression.countDistinct()
Method to return a numeric expression representing the aggregated (distinct) count of this expression.Method to return an expression for this expression divided by the passed number.NumericExpression.div
(Expression<T> expr) Method to return an expression for this expression divided by the passed expression.NumericExpression.exp()
Method to return the exponential value expression of this expression.NumericExpression.floor()
Method to return the floor value expression of this expression.DateExpression.getDay()
Accessor for the day (of the month) of this date.DateTimeExpression.getDay()
Accessor for the day (of the month) of this date-time.LocalDateExpression.getDayOfMonth()
Accessor for the day (of the month) of this date.LocalDateTimeExpression.getDayOfMonth()
Accessor for the day (of the month) of this date-time.DateTimeExpression.getHour()
Accessor for the hour of this date-time.LocalDateTimeExpression.getHour()
Accessor for the hour of this date-time.LocalTimeExpression.getHour()
Accessor for the hour of this time.TimeExpression.getHour()
Accessor for the hour of this time.DateTimeExpression.getMinute()
Accessor for the minute of this date-time.LocalDateTimeExpression.getMinute()
Accessor for the minute of this date-time.LocalTimeExpression.getMinute()
Accessor for the minute of this time.TimeExpression.getMinute()
Accessor for the minute of this time.DateExpression.getMonth()
Accessor for the month of this date.DateTimeExpression.getMonth()
Accessor for the month of this date-time.LocalDateExpression.getMonthValue()
Accessor for the month of this date.LocalDateTimeExpression.getMonthValue()
Accessor for the month of this date-time.DateTimeExpression.getSecond()
Accessor for the second of this date-time.LocalDateTimeExpression.getSecond()
Accessor for the second of this date-time.LocalTimeExpression.getSecond()
Accessor for the second of this time.TimeExpression.getSecond()
Accessor for the second of this time.DateExpression.getYear()
Accessor for the year of this date.DateTimeExpression.getYear()
Accessor for the year of this date-time.LocalDateExpression.getYear()
Accessor for the year of this date.LocalDateTimeExpression.getYear()
Accessor for the year of this date-time.Method to return an expression for the position of the passed string in this string.Method to return an expression for the position of the passed string in this string after a position.StringExpression.indexOf
(String str, NumericExpression<Integer> pos) Method to return an expression for the position of the passed string in this string after a position.StringExpression.indexOf
(StringExpression expr) Method to return an expression for the position of the passed string in this string.StringExpression.indexOf
(StringExpression expr, int pos) Method to return an expression for the position of the passed string in this string after a position.StringExpression.indexOf
(StringExpression expr, NumericExpression<Integer> pos) Method to return an expression for the position of the passed string in this string after a position.StringExpression.length()
Method returning a expression for the length of this string.NumericExpression.log()
Method to return the logarithm value expression of this expression.Method to return an expression for this expression modulus the passed number.NumericExpression.mod
(Expression<T> expr) Method to return an expression for this expression modulus the passed expression (Method to return an expression for this expression multiplied by the passed number.NumericExpression.mul
(Expression<T> expr) Method to return an expression for this expression multiplied by the passed expression.NumericExpression.neg()
Method to return an expression that is the current expression negated.EnumExpression.ordinal()
Method to return an expression for the ordinal of this enum.NumericExpression.sin()
Method to return the sine value expression of this expression.CollectionExpression.size()
Method returning an expression for the size of the collectionMapExpression.size()
Method returning an expression for the size of the mapNumericExpression.sqrt()
Method to return the square-root value expression of this expression.Method to return an expression for this expression subtracting the passed number.NumericExpression.sub
(Expression<T> expr) Method to return an expression for this expression subtracting the passed expression.NumericExpression.sum()
Method to return a numeric expression representing the aggregated sum of this expression.NumericExpression.sumDistinct()
Method to return a numeric expression representing the aggregated sum of this distinct expression.NumericExpression.tan()
Method to return the tangent value expression of this expression.Methods in javax.jdo.query with parameters of type NumericExpressionModifier and TypeMethodDescriptionNumericExpression.bAnd
(NumericExpression bitExpr) Method to return a bitwise AND expression for this expression with the supplied bit path.NumericExpression.bOr
(NumericExpression bitExpr) Method to return a bitwise OR expression for this expression with the supplied bit path.NumericExpression.bXor
(NumericExpression bitExpr) Method to return a bitwise XOR expression for this expression with the supplied bit path.StringExpression.charAt
(NumericExpression<Integer> pos) Method to return an expression for the character at a position of this string expression.ListExpression.get
(NumericExpression<Integer> posExpr) Method returning the element at this position in the List.StringExpression.indexOf
(String str, NumericExpression<Integer> pos) Method to return an expression for the position of the passed string in this string after a position.StringExpression.indexOf
(StringExpression expr, NumericExpression<Integer> pos) Method to return an expression for the position of the passed string in this string after a position.StringExpression.startsWith
(String str, NumericExpression<Integer> pos) Method returning an expression for whether this string expression starts with the passed string.StringExpression.startsWith
(StringExpression expr, NumericExpression<Integer> pos) Method returning an expression for whether this string expression starts with the passed string expression.StringExpression.substring
(NumericExpression<Integer> pos) Method to return an expression for the substring of this string expression.StringExpression.substring
(NumericExpression<Integer> startPos, NumericExpression<Integer> endPos) Method to return an expression for the substring of this string expression. -
Uses of NumericExpression in javax.jdo.query.geospatial
Methods in javax.jdo.query.geospatial that return NumericExpressionModifier and TypeMethodDescriptionGeometryExpression.distance
(GeometryExpression geom) Returns the distance to the other geometry.GeometryExpression.getArea()
Returns the area of Surface/MultiSurface.GeometryExpression.getDimension()
Returns the dimension of the Geometry.GeometryExpression.getLength()
Returns the length of the Curve/MultiCurve.GeometryExpression.getNumGeometries()
Returns the number of geometries in the collection.PolygonExpression.getNumInteriorRings()
Returns the number of interior rings in the Polygon.GeometryExpression.getNumPoints()
Returns the number of points in the LineString.GeometryExpression.getSRID()
Returns the Spatial Reference System ID for this Geometry.PointExpression.getX()
Returns the x-coordinate of the Point as a Double.PointExpression.getY()
Returns the y-coordinate of the Point as a Double.Methods in javax.jdo.query.geospatial with parameters of type NumericExpressionModifier and TypeMethodDescriptionGeometryExpression.buffer
(NumericExpression dist) Returns as Geometry defined by buffering a distance around the Geometry.GeospatialHelper.geometryCollFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a GeometryCollectionExpression given its text and SRID expressions.GeospatialHelper.geometryCollFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a GeometryCollectionExpression given its WKB and SRID expressions.GeospatialHelper.geometryFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a GeometryExpression given its text and SRID expressions.GeospatialHelper.geometryFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a GeometryExpression given its WKB and SRID expressions.GeometryExpression.getGeometryN
(NumericExpression position) Returns the nth geometry in the collection.PolygonExpression.getInteriorRingN
(NumericExpression position) Returns the nth interior ring in the Polygon.LineStringExpression.getPointN
(NumericExpression position) Returns the nth Point in the LineString.GeospatialHelper.lineStringFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a LineStringExpression given its text and SRID expressions.GeospatialHelper.lineStringFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a LineStringExpression given its WKB and SRID expressions.GeospatialHelper.multiLineStringFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a MultiLineStringExpression given its text and SRID expressions.GeospatialHelper.multiLineStringFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a MultiLineStringExpression given its WKB and SRID expressions.GeospatialHelper.multiPointFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a MultiPointExpression given its text and SRID expressions.GeospatialHelper.multiPointFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a MultiPointExpression given its WKB and SRID expressions.GeospatialHelper.multiPolygonFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a MultiPolygonExpression given its text and SRID expressions.GeospatialHelper.multiPolygonFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a MultiPolygonExpression given its WKB and SRID expressions.GeospatialHelper.pointFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a PointExpression given its text and SRID expressions.GeospatialHelper.pointFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a PointExpression given its WKB and SRID expressions.GeospatialHelper.polygonFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a PolygonExpression given its text and SRID expressions.GeospatialHelper.polygonFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a PolygonExpression given its WKB and SRID expressions.