public class Call extends Object implements Operand
| Constructor and Description |
|---|
Call(String functionName,
Operand... arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(SafeSqlAppendable builder) |
boolean |
equals(Object obj) |
Operand[] |
getArguments() |
String |
getFunctionName() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoSafeSqlpublic String getFunctionName()
public Operand[] getArguments()
public void appendTo(SafeSqlAppendable builder)
appendTo in interface SafeSqlizableCopyright © 2017. All rights reserved.