|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOdaDataSetDesign
Describes the static design of a generic ODA (Open Data AccesS) Data Set. The data set is to be retrieved by a query and/or properties defined in this specialized interface.
Method Summary | |
---|---|
java.lang.String |
getExtensionID()
Gets the unique id that identifies the type of the data set, assigned by the extension providing the implementation of this data set. |
java.lang.String |
getPrimaryResultSetName()
Gets the name of the primary result set retrieved by the query. |
int |
getPrimaryResultSetNumber()
Get the number of the primary result set retrieved by the query. |
java.util.Map |
getPrivateProperties()
Gets the private data set property, in the form of a ( name[String], value[String] ) map |
java.util.Map |
getPublicProperties()
Gets the public data set property, in the form of a ( name[String], value[String] ) map |
java.lang.String |
getQueryText()
Gets the static query text of 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 getQueryText()
java.lang.String getExtensionID()
java.lang.String getPrimaryResultSetName()
java.util.Map getPublicProperties()
java.util.Map getPrivateProperties()
int getPrimaryResultSetNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |