public interface PopulateRSInterface
Modifier and Type | Method and Description |
---|---|
void |
populateRS(ResultSetInterface rs)
This method is invoked as the next buffer of data is requested by the system
|
void populateRS(ResultSetInterface rs) throws java.lang.Exception
rs
- ResultSetInterface rs - interface to a result set the method is invoked forjava.lang.Exception