public interface AfterCreateRSInterface extends CreateRSInterface
Modifier and Type | Method and Description |
---|---|
void |
onAfterCreate(ResultSetInterface rs)
This method is invoked after result set has been created to give developer opportunity to dynamically modify it.
|
onCreate
void onAfterCreate(ResultSetInterface rs) throws java.lang.Exception
rs
- ResultSetInterface rs - interface to the result setjava.lang.Exception