Uses of Enum Class
com.pervasive.datarush.functions.Strings.NullConcatenation
Packages that use Strings.NullConcatenation
Package
Description
Provides classes and interfaces related to defining functions on records.
-
Uses of Strings.NullConcatenation in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions that return Strings.NullConcatenationModifier and TypeMethodDescriptionstatic Strings.NullConcatenationReturns the enum constant of this class with the specified name.static Strings.NullConcatenation[]Strings.NullConcatenation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.functions with parameters of type Strings.NullConcatenationModifier and TypeMethodDescriptionstatic ScalarValuedFunctionStrings.concat(Strings.NullConcatenation nullHandling, ScalarValuedFunction... exprs) Builds a function returning a concatenation of the string representations of the evaluated expressions.static ScalarValuedFunctionStrings.concat(Strings.NullConcatenation nullHandling, List<ScalarValuedFunction> exprs) Builds a function returning a concatenation of the string representations of the evaluated expressions.