|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScriptDataSetDesign
Describes the static design of a scripted Data Set. The data set is to be retrieved by user-defined scripts defined in this specialized interface.
Method Summary | |
---|---|
java.lang.String |
getCloseScript()
Gets the Close script for closing the data set. |
java.lang.String |
getDescribeScript()
Gets the Describe script for describing the data set's result columns metadata. |
java.lang.String |
getFetchScript()
Gets the Fetch script that creates, populates and returns an object of type DataRow. |
java.lang.String |
getOpenScript()
Gets the Open script for opening the data set. |
Methods inherited from interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign |
---|
getAfterCloseScript, getAfterOpenScript, getBeforeCloseScript, getBeforeOpenScript, getCacheRowCount, getComputedColumns, getDataSourceName, getEventHandler, getFilters, getInputParamBindings, getName, getOnFetchScript, getParameters, getResultSetHints, getRowFetchLimit, needDistinctValue, setRowFetchLimit |
Method Detail |
---|
java.lang.String getOpenScript()
java.lang.String getFetchScript()
java.lang.String getCloseScript()
java.lang.String getDescribeScript()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |