Uses of Class
io.github.torand.fastersql.function.singlerow.Lower
Packages that use Lower
Package
Description
Provides classes and interfaces related to single row functions.
-
Uses of Lower in io.github.torand.fastersql.function.singlerow
Methods in io.github.torand.fastersql.function.singlerow that return LowerModifier and TypeMethodDescriptionstatic Lower
SingleRowFunctions.lower
(Expression expression) Creates the lower case function for a string expression.