Class Base64Function
java.lang.Object
com.blazebit.persistence.impl.function.base64.Base64Function
- All Implemented Interfaces:
JpqlFunction
- Direct Known Subclasses:
PostgreSQLBase64Function
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEncodedString(String bytes) Class<?>getReturnType(Class<?> firstArgumentType) booleanbooleanvoidrender(FunctionRenderContext context)
-
Field Details
-
FUNCTION_NAME
- See Also:
-
-
Constructor Details
-
Base64Function
public Base64Function()
-
-
Method Details
-
hasArguments
public boolean hasArguments()- Specified by:
hasArgumentsin interfaceJpqlFunction
-
hasParenthesesIfNoArguments
public boolean hasParenthesesIfNoArguments()- Specified by:
hasParenthesesIfNoArgumentsin interfaceJpqlFunction
-
getReturnType
- Specified by:
getReturnTypein interfaceJpqlFunction
-
render
- Specified by:
renderin interfaceJpqlFunction
-
getEncodedString
-