public class CollectionReturnReader extends Object implements ReturnReader
| Constructor and Description |
|---|
CollectionReturnReader(CollectionReturn collectionReturn) |
| Modifier and Type | Method and Description |
|---|---|
Object |
read(ResultSet resultSet,
ResultSetProcessingContext context)
Essentially performs the second phase of two-phase loading.
|
public CollectionReturnReader(CollectionReturn collectionReturn)
public Object read(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
ReturnReaderread in interface ReturnReaderresultSet - The result set being processedcontext - The context for the processingSQLException - Indicates a problem access the JDBC result setCopyright © 2018 JBoss by Red Hat. All rights reserved.