Uses of Class
io.github.torand.fastersql.function.singlerow.Concat
Packages that use Concat
Package
Description
Provides classes and interfaces related to single row functions.
-
Uses of Concat in io.github.torand.fastersql.function.singlerow
Methods in io.github.torand.fastersql.function.singlerow that return ConcatModifier and TypeMethodDescriptionstatic Concat
SingleRowFunctions.concat
(Expression expression1, Expression expression2, Expression... otherExpressions) Creates the concatenation function for string expressions.