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