public interface SetSelectInterface
Modifier and Type | Method and Description |
---|---|
void |
setRSSelect(ResultSetInterface rs)
This method is invoked to set a Select statement for a result set at run-time
|
void setRSSelect(ResultSetInterface rs) throws java.lang.Exception
rs
- ResultSetInterface rs - interface to a result set the method is invoked forjava.lang.Exception