Uses of Class
io.github.torand.fastersql.function.singlerow.ToNumber
Packages that use ToNumber
Package
Description
Provides classes and interfaces related to single row functions.
-
Uses of ToNumber in io.github.torand.fastersql.function.singlerow
Methods in io.github.torand.fastersql.function.singlerow that return ToNumberModifier and TypeMethodDescriptionstatic ToNumber
SingleRowFunctions.toNumber
(Expression expression, int precision) Creates the string to integer number conversion function for an expression.static ToNumber
SingleRowFunctions.toNumber
(Expression expression, int precision, int scale) Creates the string to decimal number conversion function for an expression.