Package org.h2.result
Class MergedResult
java.lang.Object
org.h2.result.MergedResult
Merged result. Used to combine several results into one. Merged result will
contain rows from all appended results. Results are not required to have the
same lists of columns, but required to have compatible column definitions,
for example, if one result has a
Types.VARCHAR column
NAME then another results that have NAME column should also
define it with the same type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ResultInterface result) Appends a result.Returns merged results.toString()