protected class MappingRecordOperation.RecordExtractorImpl extends Object implements RecordExtractor
extractOutputData method.| Modifier | Constructor and Description |
|---|---|
protected |
RecordExtractorImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
extractData(javax.resource.cci.Record record)
Process the data in the given Record, creating a corresponding result object.
|
public Object extractData(javax.resource.cci.Record record) throws javax.resource.ResourceException, SQLException, DataAccessException
RecordExtractorextractData in interface RecordExtractorrecord - the Record to extract data from
(possibly a CCI ResultSet)null if none
(the extractor will typically be stateful in the latter case)javax.resource.ResourceException - if thrown by a CCI method, to be auto-converted
to a DataAccessExceptionSQLException - if thrown by a ResultSet method, to be auto-converted
to a DataAccessExceptionDataAccessException - in case of custom exceptionsResultSetCopyright © 2015. All rights reserved.