public final class MergedResultSet extends Object
Types.VARCHAR
column NAME
then another results sets
that have NAME
column should also define it with the same type.Constructor and Description |
---|
MergedResultSet() |
Modifier and Type | Method and Description |
---|---|
void |
add(ResultSet rs)
Appends a result set.
|
SimpleResultSet |
getResult()
Returns merged results set.
|
String |
toString() |
public void add(ResultSet rs) throws SQLException
rs
- result set to appendSQLException
- on SQL exceptionpublic SimpleResultSet getResult()
Copyright © 2020 JBoss by Red Hat. All rights reserved.