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