|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOdaDataSourceDesign
Describes the static design of an ODA (Open Data Access) Data Source. The data source is to be accessed via an underlying data access driver, whose name and properties are defined in this specialized interface.
Method Summary | |
---|---|
java.lang.String |
getExtensionID()
Gets the unique id of this data source type, assigned by the extension providing the implementation of this ODA data source. |
java.util.Map |
getPrivateProperties()
Gets the private connection property, in the form of a (name, setValue) pair. |
java.util.Map |
getPublicProperties()
Gets the public connection property, in the form of a (name, value) pair. |
Methods inherited from interface org.eclipse.birt.data.engine.api.IBaseDataSourceDesign |
---|
getAfterCloseScript, getAfterOpenScript, getBeforeCloseScript, getBeforeOpenScript, getEventHandler, getName |
Method Detail |
---|
java.lang.String getExtensionID()
java.util.Map getPublicProperties()
java.util.Map getPrivateProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |