com.blazebit.persistence.spi.JpqlFunction
DB2RowValueComparisonFunction
public class RowValueComparisonFunction
extends java.lang.Object
implements com.blazebit.persistence.spi.JpqlFunction
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
FUNCTION_NAME |
Constructor | Description |
---|---|
RowValueComparisonFunction() |
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.String |
getLeftmostChunk() |
|
java.lang.Class<?> |
getReturnType(java.lang.Class<?> firstArgumentType) |
|
protected java.lang.String |
getRightmostChunk() |
|
boolean |
hasArguments() |
|
boolean |
hasParenthesesIfNoArguments() |
|
void |
render(com.blazebit.persistence.spi.FunctionRenderContext context) |
public static final java.lang.String FUNCTION_NAME
public boolean hasArguments()
hasArguments
in interface com.blazebit.persistence.spi.JpqlFunction
public boolean hasParenthesesIfNoArguments()
hasParenthesesIfNoArguments
in interface com.blazebit.persistence.spi.JpqlFunction
public java.lang.Class<?> getReturnType(java.lang.Class<?> firstArgumentType)
getReturnType
in interface com.blazebit.persistence.spi.JpqlFunction
public void render(com.blazebit.persistence.spi.FunctionRenderContext context)
render
in interface com.blazebit.persistence.spi.JpqlFunction
protected java.lang.String getLeftmostChunk()
protected java.lang.String getRightmostChunk()
Copyright © 2014–2018 Blazebit. All rights reserved.