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