public final class MergedResult
extends java.lang.Object
Types.VARCHAR column
NAME then another results that have NAME column should also
define it with the same type.| Constructor and Description |
|---|
MergedResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ResultInterface result)
Appends a result.
|
SimpleResult |
getResult()
Returns merged results.
|
java.lang.String |
toString() |
public void add(ResultInterface result)
result - result to appendpublic SimpleResult getResult()
public java.lang.String toString()
toString in class java.lang.Object