Uses of Class
com.pervasive.datarush.functions.Strings.NullConcatenation
-
Packages that use Strings.NullConcatenation Package Description com.pervasive.datarush.functions 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.NullConcatenation Modifier and Type Method Description static Strings.NullConcatenation
Strings.NullConcatenation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Strings.NullConcatenation[]
Strings.NullConcatenation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.functions with parameters of type Strings.NullConcatenation Modifier and Type Method Description static ScalarValuedFunction
Strings. concat(Strings.NullConcatenation nullHandling, ScalarValuedFunction... exprs)
Builds a function returning a concatenation of the string representations of the evaluated expressions.static ScalarValuedFunction
Strings. concat(Strings.NullConcatenation nullHandling, List<ScalarValuedFunction> exprs)
Builds a function returning a concatenation of the string representations of the evaluated expressions.
-