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