Class GroupConcatBasedToStringXmlFunction
java.lang.Object
com.blazebit.persistence.impl.function.tostringxml.AbstractToStringXmlFunction
com.blazebit.persistence.impl.function.tostringxml.GroupConcatBasedToStringXmlFunction
- All Implemented Interfaces:
JpqlFunction
- Direct Known Subclasses:
OracleGroupConcatBasedToStringXmlFunction
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Field Summary
Fields inherited from class com.blazebit.persistence.impl.function.tostringxml.AbstractToStringXmlFunction
FUNCTION_NAME -
Constructor Summary
ConstructorsConstructorDescriptionGroupConcatBasedToStringXmlFunction(AbstractGroupConcatFunction groupConcatFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction, LateralStyle lateralStyle) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringcoalesceEnd(String field) protected Stringvoidrender(FunctionRenderContext context, String[] fields, String[] selectItemExpressions, String subquery, int fromIndex) Methods inherited from class com.blazebit.persistence.impl.function.tostringxml.AbstractToStringXmlFunction
getReturnType, hasArguments, hasParenthesesIfNoArguments, process, render
-
Constructor Details
-
GroupConcatBasedToStringXmlFunction
public GroupConcatBasedToStringXmlFunction(AbstractGroupConcatFunction groupConcatFunction, ReplaceFunction replaceFunction, ConcatFunction concatFunction, LateralStyle lateralStyle)
-
-
Method Details
-
render
public void render(FunctionRenderContext context, String[] fields, String[] selectItemExpressions, String subquery, int fromIndex) - Specified by:
renderin classAbstractToStringXmlFunction
-
coalesceStart
-
coalesceEnd
-