Expression, Operand, SafeSqlizablepublic class Concat extends java.lang.Object implements Operand
| Constructor | Description |
|---|---|
Concat(java.util.Collection<? extends Operand> c) |
|
Concat(Operand left,
Operand right) |
|
Concat(Operand left,
Operand right,
Operand... others) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
appendTo(SafeSqlBuilder builder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoSafeSqlpublic Concat(java.util.Collection<? extends Operand> c)
public void appendTo(SafeSqlBuilder builder)
appendTo in interface SafeSqlizableCopyright © 2018. All rights reserved.