protected class MappingRecordOperation.RecordExtractorImpl extends Object implements RecordExtractor<Object>
extractOutputData method.| Modifier | Constructor and Description | 
|---|---|
| protected  | RecordExtractorImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | extractData(Record record)Process the data in the given Record, creating a corresponding result object. | 
public Object extractData(Record record) throws ResourceException, SQLException, DataAccessException
RecordExtractorextractData in interface RecordExtractor<Object>record - the Record to extract data from
 (possibly a CCI ResultSet)null if none
 (the extractor will typically be stateful in the latter case)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 exceptionsResultSet