Uses of Record Class
org.litebridgedb.orm.expression.ProtoNestableTOExpr
Packages that use ProtoNestableTOExpr
Package
Description
Select query expressions.
Metamodel support.
-
Uses of ProtoNestableTOExpr in org.litebridgedb.orm.expression
Methods in org.litebridgedb.orm.expression that return ProtoNestableTOExprModifier and TypeMethodDescriptionstatic ProtoNestableTOExpr<Number> ABS(): Absolute value of a number.static ProtoNestableTOExpr<Number> Fn.abs(ExpressionSpec expressionSpec) ABS(): Absolute value of a number.static ProtoNestableTOExpr<String> LOWER(): Returns the lowercase value of a column's text.static ProtoNestableTOExpr<String> Fn.lower(ExpressionSpec expressionSpec) LOWER(): Returns the lowercase value of a column's text.static ProtoNestableTOExpr<String> SUBSTRING(): Returns the lowercase value of a column's text.static ProtoNestableTOExpr<String> SUBSTRING(): Returns the lowercase value of a column's text.static ProtoNestableTOExpr<String> Fn.substring(ExpressionSpec expressionSpec, int start) SUBSTRING(): Returns the lowercase value of a column's text.static ProtoNestableTOExpr<String> Fn.substring(ExpressionSpec expressionSpec, int start, int length) SUBSTRING(): Returns the lowercase value of a column's text.static ProtoNestableTOExpr<String> UPPER(): Returns the uppercase value of a column's text.static ProtoNestableTOExpr<String> Fn.upper(ExpressionSpec expressionSpec) UPPER(): Returns the uppercase value of a column's text. -
Uses of ProtoNestableTOExpr in org.litebridgedb.orm.meta
Methods in org.litebridgedb.orm.meta that return ProtoNestableTOExpr