T
- public abstract class RowMapperAdapter<T> extends Object implements RowMapper<T>
Constructor and Description |
---|
RowMapperAdapter() |
Modifier and Type | Method and Description |
---|---|
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
|
public void validate(ResultSet resultSet) throws SQLException, RowMapperValidationException
RowMapper
validate
in interface RowMapper<T>
SQLException
RowMapperValidationException
public T nullObject()
RowMapper
nullObject
in interface RowMapper<T>
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.