|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScriptDataSourceDesign
Describes the static design of a scripted Data Source. The data source is to be accessed via user-defined scripts defined in this specialized interface.
Method Summary | |
---|---|
java.lang.String |
getCloseScript()
Gets the close script for closing the data source. |
java.lang.String |
getOpenScript()
Gets the open script for opening the data source (connection). |
Methods inherited from interface org.eclipse.birt.data.engine.api.IBaseDataSourceDesign |
---|
getAfterCloseScript, getAfterOpenScript, getBeforeCloseScript, getBeforeOpenScript, getEventHandler, getName |
Method Detail |
---|
java.lang.String getOpenScript()
open
script for opening the data source (connection).
open
script.java.lang.String getCloseScript()
close
script for closing the data source.
close
script
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |