Class DB2CastFunction
java.lang.Object
com.blazebit.persistence.impl.function.cast.CastFunction
com.blazebit.persistence.impl.function.cast.DB2CastFunction
- All Implemented Interfaces:
JpqlFunction
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
Fields inherited from class com.blazebit.persistence.impl.function.cast.CastFunction
castType, defaultSqlCastType, functionName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCastExpression(String argument) voidrender(FunctionRenderContext context) Methods inherited from class com.blazebit.persistence.impl.function.cast.CastFunction
getReturnType, hasArguments, hasParenthesesIfNoArguments
-
Constructor Details
-
DB2CastFunction
-
-
Method Details
-
render
- Specified by:
renderin interfaceJpqlFunction- Overrides:
renderin classCastFunction
-
getCastExpression
- Overrides:
getCastExpressionin classCastFunction
-