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