Expression, Operand, SafeSqlizablepublic class Row extends java.lang.Object implements Operand
| Constructor | Description |
|---|---|
Row(java.util.List<Operand> elements) |
|
Row(Operand... elements) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
appendTo(SafeSqlBuilder builder) |
|
java.util.List<Operand> |
getElements() |
|
int |
getLength() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoSafeSqlpublic Row(Operand... elements)
public Row(java.util.List<Operand> elements)
public java.util.List<Operand> getElements()
public int getLength()
public void appendTo(SafeSqlBuilder builder)
appendTo in interface SafeSqlizableCopyright © 2018. All rights reserved.