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