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 ToNumberSingleRowFunctions.toNumber(Expression expression, int precision) Creates the TO_NUMBER function converting from a string expression to integer.static ToNumberSingleRowFunctions.toNumber(Expression expression, int precision, int scale) Creates the TO_NUMBER function converting from a string expression to decimal number.static ToNumberCreates the TO_NUMBER function converting from a string constant value to integer.static ToNumberCreates the TO_NUMBER function converting from a string constant value to decimal number.