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