|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.data.engine.api.querydefn.BaseDataSourceDesign
org.eclipse.birt.data.engine.api.querydefn.OdaDataSourceDesign
public class OdaDataSourceDesign
Default implementation of the IOdaDataSourceDesign
interface.
Constructor Summary | |
---|---|
OdaDataSourceDesign(java.lang.String name)
Constructs a data source with the given name |
Method Summary | |
---|---|
void |
addPrivateProperty(java.lang.String name,
java.lang.String value)
Adds a private connection property, in the form of a (Name, value) string pair. |
protected void |
addProperty(java.util.Map properties,
java.lang.String name,
java.lang.String value)
Adds given value to the named property in the given properties map. |
void |
addPublicProperty(java.lang.String name,
java.lang.String value)
Adds a public connection property, in the form of a (Name, value) string pair. |
java.lang.String |
getExtensionID()
Gets the data source extension id as defined by ODA driver This property is required in a data source design. |
java.util.Map |
getPrivateProperties()
Gets the private properties for the data source. |
java.util.Map |
getPublicProperties()
Gets the public properties for the data source. |
void |
setExtensionID(java.lang.String id)
Sets the data source extension id as defined by ODA driver |
Methods inherited from class org.eclipse.birt.data.engine.api.querydefn.BaseDataSourceDesign |
---|
getAfterCloseScript, getAfterOpenScript, getBeforeCloseScript, getBeforeOpenScript, getEventHandler, getName, setAfterCloseScript, setAfterOpenScript, setBeforeCloseScript, setBeforeOpenScript, setEventHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.birt.data.engine.api.IBaseDataSourceDesign |
---|
getAfterCloseScript, getAfterOpenScript, getBeforeCloseScript, getBeforeOpenScript, getEventHandler, getName |
Constructor Detail |
---|
public OdaDataSourceDesign(java.lang.String name)
Method Detail |
---|
public java.lang.String getExtensionID()
getExtensionID
in interface IOdaDataSourceDesign
public void setExtensionID(java.lang.String id)
id
- The data source extension idpublic java.util.Map getPublicProperties()
getPublicProperties
in interface IOdaDataSourceDesign
public java.util.Map getPrivateProperties()
getPrivateProperties
in interface IOdaDataSourceDesign
public void addPublicProperty(java.lang.String name, java.lang.String value) throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
public void addPrivateProperty(java.lang.String name, java.lang.String value) throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
protected void addProperty(java.util.Map properties, java.lang.String name, java.lang.String value) throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |