public interface RowValidation
Modifier and Type | Method and Description |
---|---|
short |
validateRow(ResultSetInterface rs)
This method is invoked by the system when row validation needs to happen
|
short validateRow(ResultSetInterface rs) throws java.lang.Exception
rs
- ResultSetInterface rs - interface to a result set the method is invoked forjava.lang.Exception