Uses of Class
com.blazebit.persistence.impl.function.chr.ChrFunction
Packages that use ChrFunction
Package
Description
-
Uses of ChrFunction in com.blazebit.persistence.impl.function.chr
Subclasses of ChrFunction in com.blazebit.persistence.impl.function.chr -
Uses of ChrFunction in com.blazebit.persistence.impl.function.stringjsonagg
Constructors in com.blazebit.persistence.impl.function.stringjsonagg with parameters of type ChrFunctionModifierConstructorDescriptionGroupConcatBasedStringJsonAggFunction(AbstractGroupConcatFunction groupConcatFunction, ChrFunction chrFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction) OracleStringJsonAggFunction(AbstractGroupConcatFunction groupConcatFunction, ChrFunction chrFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction) -
Uses of ChrFunction in com.blazebit.persistence.impl.function.tostringjson
Constructors in com.blazebit.persistence.impl.function.tostringjson with parameters of type ChrFunctionModifierConstructorDescriptionGroupConcatBasedToStringJsonFunction(AbstractGroupConcatFunction groupConcatFunction, ChrFunction chrFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction, LateralStyle lateralStyle) protectedGroupConcatBasedToStringJsonFunction(String preChunk, String postChunk, boolean coalesceNestedMultiset, AbstractGroupConcatFunction groupConcatFunction, ChrFunction chrFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction, LateralStyle lateralStyle) OracleToStringJsonFunction(AbstractGroupConcatFunction groupConcatFunction, ChrFunction chrFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction)