Actions
Bug #1889
closedEML2 data source actor need handle mutiple data entity
Start date:
01/20/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1889
Description
Currently EML data source actor only handle one data entity. But eml2 metadata
can specify mutiple data entity (e.g. data table) in single document. We need
add new feature - handle mutiple data enity in eml data source actor to match
eml2's feature.
Updated by Jing Tao over 19 years ago
Add Vector _enityList in EMLDataSource to store the mutiple entity in eml. And
add a selectedEnity for chosed entity. If there is has sql command which
invovled mutiple tables, the selectedEnity wouldn't be used if the outtype is As
Fields or As Row.
Actions