Uses of Class
io.github.torand.fastersql.function.singlerow.cast.CastBuilder
Packages that use CastBuilder
Package
Description
Provides classes and interfaces related to single row functions.
-
Uses of CastBuilder in io.github.torand.fastersql.function.singlerow
Methods in io.github.torand.fastersql.function.singlerow that return CastBuilderModifier and TypeMethodDescriptionstatic CastBuilderSingleRowFunctions.cast(Expression expression) Creates the CAST function for an expression.static CastBuilderCreates the CAST function for a constant value.static CastBuilderCreates the CAST function for a constant value.