public class RowMapperNotNullConstraintsResultSetExtractor extends RowMapperResultSetExtractor
RowMapper,
RowMapperResultSetExtractor,
ExecutorrowMapper, rowsExpected| Constructor and Description |
|---|
RowMapperNotNullConstraintsResultSetExtractor(RowMapper rowMapper) |
| Modifier and Type | Method and Description |
|---|---|
Object |
extractData(ResultSet resultSet)
Implementations must implement this method to process the entire ResultSet.
|
public RowMapperNotNullConstraintsResultSetExtractor(RowMapper rowMapper)
public Object extractData(ResultSet resultSet) throws SQLException
extractData in class RowMapperResultSetExtractorresultSet - ResultSet to extract data from. Implementations should
not close this: it will be closed by the calling JdbcTemplate.null if none
(the extractor will typically be stateful in the latter case).SQLException - if a SQLException is encountered getting column
values or navigating (that is, there's no need to catch SQLException)Copyright © 2019 Liquibase.org. All rights reserved.