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