|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is a piece of the low-level row-based access to data sources provided by the AgiDataSource interface family. This interface is specifically implemented by data source providers that can support update operations; it defines an "update factory" that is used to construct update requests, which are subsequently filled in with data rows to be updated and then "executed".
See the related interfaces AgiDataRow
and AgiDataUpdateRequest
.
Method Summary | |
AgiDataUpdateRequest |
prepareUpdateRequest(AgiDataSource dataSource,
AgiDataRowFactory rowFactory)
Prepare an update request to be executed against the data source. |
Method Detail |
public AgiDataUpdateRequest prepareUpdateRequest(AgiDataSource dataSource, AgiDataRowFactory rowFactory) throws AgoApiException
dataSource
- The data source associated with this update
requestrowFactory
- The data row factory to be used in constructing
rows returned from the factory (modified data rows)
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |