Package org.h2.result

Class MergedResult

java.lang.Object
org.h2.result.MergedResult

public final class MergedResult extends Object
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.