public class UnaryCompute extends Object implements Operand
| Constructor and Description |
|---|
UnaryCompute(UnaryOperator operator,
Operand operand) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(SafeSqlAppendable builder) |
Operand |
getOperand() |
UnaryOperator |
getOperator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoSafeSqlpublic UnaryCompute(UnaryOperator operator, Operand operand)
public Operand getOperand()
public UnaryOperator getOperator()
public void appendTo(SafeSqlAppendable builder)
appendTo in interface SafeSqlizableCopyright © 2017. All rights reserved.