public interface CreateDymanicRSInterface extends CreateRSInterface
Modifier and Type | Method and Description |
---|---|
void |
onCreateRSMetaDataInit(ResultSetInterface parentRs,
AppInterface ai,
DynamicColumnFactory colFactory)
This method is invoked to populate rs dynamic columns
|
onCreate
void onCreateRSMetaDataInit(ResultSetInterface parentRs, AppInterface ai, DynamicColumnFactory colFactory) throws java.lang.Exception
ai
- AppInterface ai - interface to an application creating a result setjava.lang.Exception