Class PostgreSQLToStringXmlFunction
java.lang.Object
com.blazebit.persistence.impl.function.tostringxml.AbstractToStringXmlFunction
com.blazebit.persistence.impl.function.tostringxml.PostgreSQLToStringXmlFunction
- All Implemented Interfaces:
JpqlFunction
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Field Summary
Fields inherited from class com.blazebit.persistence.impl.function.tostringxml.AbstractToStringXmlFunction
FUNCTION_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(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
-
PostgreSQLToStringXmlFunction
public PostgreSQLToStringXmlFunction()
-
-
Method Details
-
render
public void render(FunctionRenderContext context, String[] fields, String[] selectItemExpressions, String subquery, int fromIndex) - Specified by:
renderin classAbstractToStringXmlFunction
-