public interface RowMapper<T>
Modifier and Type | Method and Description |
---|---|
T |
mapRow(ResultSet resultSet) |
T |
nullObject()
if nulls are unwanted, a null object can be returned here
|
void |
validate(ResultSet resultSet)
validate result after query (for instance number of columns, etc
|
void validate(ResultSet resultSet) throws SQLException, RowMapperValidationException
resultSet
- SQLException
RowMapperValidationException
T mapRow(ResultSet resultSet) throws SQLException, RowMapperMappingException
T nullObject()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.