Expression, Operand, SafeSqlizablepublic class UnaryCompute extends java.lang.Object implements Operand
| Constructor | Description |
|---|---|
UnaryCompute(UnaryOperator operator,
Operand operand) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
appendTo(SafeSqlBuilder 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(SafeSqlBuilder builder)
appendTo in interface SafeSqlizableCopyright © 2018. All rights reserved.