Uses of Interface
org.litebridgedb.orm.expression.DelegateExpressionSpec
Packages that use DelegateExpressionSpec
Package
Description
Select query expressions.
Aggregate SQL function expressions
Scalar SQL function expressions
-
Uses of DelegateExpressionSpec in org.litebridgedb.orm.expression
Subinterfaces of DelegateExpressionSpec in org.litebridgedb.orm.expressionModifier and TypeInterfaceDescriptioninterfaceNumber type-overriding nestable expressioninterfaceString type-overriding nestable expression. -
Uses of DelegateExpressionSpec in org.litebridgedb.orm.expression.function.aggregate
Classes in org.litebridgedb.orm.expression.function.aggregate that implement DelegateExpressionSpecModifier and TypeClassDescriptionfinal recordAvgSpec<T>AVG(): Returns the average value of a column.final recordMaxSpec<T>MAX(): Returns the highest or largest value within a specified column or expressionfinal recordMinSpec<T>MIN(): Returns the lowest or smallest value within a specified column or expression -
Uses of DelegateExpressionSpec in org.litebridgedb.orm.expression.function.scalar
Classes in org.litebridgedb.orm.expression.function.scalar that implement DelegateExpressionSpecModifier and TypeClassDescriptionfinal recordABS(): Absolute value of a number.final recordLOWER(): Returns the lowercase value of a column.final recordSUBSTRING(): Returns a substring of a column's text.final recordUPPER(): Returns the uppercase value of a column.