public interface FunctionRenderContext
JpqlFunction.| Modifier and Type | Method and Description |
|---|---|
void |
addArgument(int index)
Adds a binding to the argument of the given index to the render context.
|
void |
addChunk(String chunk)
Adds the given chunk to the render context.
|
String |
getArgument(int index)
Returns the string representation of the argument at the given index.
|
int |
getArgumentsSize()
Returns the size of the arguments given to this function.
|
int getArgumentsSize()
String getArgument(int index)
index - The index of the wanted argumentvoid addArgument(int index)
index - The index of the wanted argumentvoid addChunk(String chunk)
chunk - The chunk to addCopyright © 2016 Blazebit. All Rights Reserved.