|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
IBaseDataSetDesign
interface.IBaseDataSourceDesign
interface.IBaseExpression
interface.IBaseQueryDefinition
interface.IBaseTransform
interface.IColumnDefinition
interface.IComputedColumn
interface.IConditionalExpression
interface.IExpressionCollection
interface.IFilterDefinition
interface.afterClose
script to be called just after the data set is
closed.
afterClose
script of the data source.
afterClose
script of the data source
afterOpen
script to be called just after the data set is
opened, but before fetching each row.
afterOpen
script of the data source.
afterOpen
script of the data source
name
.
IAggrFunction
instances that current
factory produces.
beforeClose
script to be called just before closing the
data set.
beforeClose
script to be called just before closing the
data source (connection).
beforeClose
script of the data source
beforeOpen
script to be called just before opening the data
set.
beforeOpen
script to be called just before opening the data
source (connection).
beforeOpen Script of the data source
- getBigDecimal(String) -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the value of a bound column as the BigDecimal data type.
- getBindingName() -
Method in interface org.eclipse.birt.data.engine.api.IBinding
-
- getBindingName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.Binding
-
- getBindings() -
Method in interface org.eclipse.birt.data.engine.api.IBaseQueryDefinition
- Get all column binding instance from query definition.
- getBindings() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseQueryDefinition
-
- getBlob(String) -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the value of a bound column as the Blob data type.
- getBoolean(String) -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the value of a bound column as the Boolean data type.
- getBytes(String) -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the value of a bound column as the byte[] data type.
- getCacheCount() -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- getCachedDataSetMetaData(IBaseDataSourceDesign, IBaseDataSetDesign) -
Method in class org.eclipse.birt.data.engine.api.DataEngine
- This method will return NULL if the named data set is not cached.
- getCacheOption() -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- getCacheRowCount() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Deprecated.
- getCacheRowCount() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
- Deprecated.
- getClassLoader() -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- getCloseScript() -
Method in interface org.eclipse.birt.data.engine.api.IScriptDataSetDesign
- Gets the Close script for closing the data set.
- getCloseScript() -
Method in interface org.eclipse.birt.data.engine.api.IScriptDataSourceDesign
- Gets the
close
script for closing the data source.
- getCloseScript() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ScriptDataSetDesign
-
- getCloseScript() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ScriptDataSourceDesign
-
- getColumn() -
Method in interface org.eclipse.birt.data.engine.api.ISortDefinition
- Returns the name of the column to sort on.
- getColumn() -
Method in class org.eclipse.birt.data.engine.api.querydefn.SortDefinition
- Returns the name of the column to sort on.
- getColumnAlias(int) -
Method in interface org.eclipse.birt.data.engine.api.IResultMetaData
- Returns the column alias at the specified index.
- getColumnCount() -
Method in interface org.eclipse.birt.data.engine.api.IResultMetaData
- Returns the number of columns in a detail row of the result set.
- getColumnLabel(int) -
Method in interface org.eclipse.birt.data.engine.api.IResultMetaData
- Gets the label or display name of the column at
the specified index.
- getColumnName() -
Method in interface org.eclipse.birt.data.engine.api.IColumnDefinition
- Gets the column name.
- getColumnName(int) -
Method in interface org.eclipse.birt.data.engine.api.IResultMetaData
- Returns the column name at the specified index.
- getColumnName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ColumnDefinition
- Gets the column name
- getColumnNativeTypeName(int) -
Method in interface org.eclipse.birt.data.engine.api.IResultMetaData
- Returns the data provider specific data type name of the specified column.
- getColumnPosition() -
Method in interface org.eclipse.birt.data.engine.api.IColumnDefinition
- Gets the column position.
- getColumnPosition() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ColumnDefinition
- Gets the column position
- getColumnProjection() -
Method in interface org.eclipse.birt.data.engine.api.IQueryDefinition
- Provides a column projection hint to the data engine.
- getColumnProjection() -
Method in class org.eclipse.birt.data.engine.api.querydefn.QueryDefinition
-
- getColumnType(int) -
Method in interface org.eclipse.birt.data.engine.api.IResultMetaData
- Returns the data type of the column at the specified index.
- getColumnTypeName(int) -
Method in interface org.eclipse.birt.data.engine.api.IResultMetaData
- Returns the Data Engine data type name of the column at the specified index.
- getColumnValue(int) -
Method in interface org.eclipse.birt.data.engine.api.script.IDataRow
- Gets the column data by index.
- getColumnValue(String) -
Method in interface org.eclipse.birt.data.engine.api.script.IDataRow
- Gets the column data by column name.
- getComputedColumns() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Returns a list of computed columns.
- getComputedColumns() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
-
- getDataSet() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataRow
- Gets the data set runtime instance which contains this row
- getDataSetName() -
Method in interface org.eclipse.birt.data.engine.api.IQueryDefinition
- Gets the name of the data set used by this query
- getDataSetName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.QueryDefinition
- Gets the name of the data set used by this query
- getDataSource() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSetInstanceHandle
-
- getDataSourceName() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Returns the data source (connection) name for this data set.
- getDataSourceName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
-
- getDataType() -
Method in class org.eclipse.birt.data.engine.api.aggregation.Aggregation
- Deprecated.
- getDataType() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggregation
- Deprecated. get the aggregation data type.
- getDataType() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggrFunction
- get the aggregation data type.
- getDataType() -
Method in interface org.eclipse.birt.data.engine.api.IBaseExpression
- Gets the data type of the expression.
- getDataType() -
Method in interface org.eclipse.birt.data.engine.api.IBinding
-
- getDataType() -
Method in interface org.eclipse.birt.data.engine.api.IColumnDefinition
- Gets the data type of the column.
- getDataType() -
Method in interface org.eclipse.birt.data.engine.api.IComputedColumn
- Gets the data type of the computed column.
- getDataType() -
Method in interface org.eclipse.birt.data.engine.api.IParameterMetaData
- Returns the data type of this parameter.
- getDataType() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseExpression
-
- getDataType() -
Method in class org.eclipse.birt.data.engine.api.querydefn.Binding
-
- getDataType() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ColumnDefinition
- Gets the data type of the column.
- getDataType() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ComputedColumn
-
- getDataType() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ConditionalExpression
-
- getDataTypeName() -
Method in interface org.eclipse.birt.data.engine.api.IParameterMetaData
- Returns the data type name of this parameter.
- getDate(String) -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the value of a bound column as the Date data type.
- getDefaultInputValue() -
Method in interface org.eclipse.birt.data.engine.api.IParameterDefinition
- Returns the default input value of this parameter.
- getDefaultInputValue() -
Method in interface org.eclipse.birt.data.engine.api.IParameterMetaData
- Returns the default value of this input parameter.
- getDefaultInputValue() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ParameterDefinition
-
- getDefaultValue() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggrFunction
- Returns the default aggregation result if the data series that the
accumulator of this aggregation function requires is empty.
- getDescribeScript() -
Method in interface org.eclipse.birt.data.engine.api.IScriptDataSetDesign
- Gets the Describe script for describing the data set's
result columns metadata.
- getDescribeScript() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ScriptDataSetDesign
-
- getDescription() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggrFunction
- Gets the functional description of this aggregation function.
- getDescription() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IParameterDefn
- get the description of this parameter.
- getDisplayName() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggrFunction
- Gets the display name that identifies the aggregation function in the
report designer user interface.
- getDisplayName() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IParameterDefn
- get the display name of this parameter.
- getDisplayName() -
Method in interface org.eclipse.birt.data.engine.api.IBinding
-
- getDisplayName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.Binding
-
- getDistinctValue() -
Method in interface org.eclipse.birt.data.engine.api.IBaseQueryDefinition
- If the flag is true this query will return the rows with distinct or
unique column values.
- getDistinctValue() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseQueryDefinition
-
- getDocReader() -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- getDocWriter() -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- getDouble(String) -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the value of a bound column as the Double data type.
- getEndingGroupLevel() -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the 1-based index of the outermost group
in which the current row is the last row.
- getEventHandler() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Returns the event handler for the data set
- getEventHandler() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSourceDesign
- Gets the event handler for the data source
- getEventHandler() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
-
- getEventHandler() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSourceDesign
-
- getExportHint() -
Method in interface org.eclipse.birt.data.engine.api.IColumnDefinition
- Gets the export hint for the column
- getExportHint() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ColumnDefinition
- Gets the export hint for the column
- getExpr() -
Method in interface org.eclipse.birt.data.engine.api.IInputParameterBinding
- Returns the expression that provides the value of the parameter.
- getExpr() -
Method in class org.eclipse.birt.data.engine.api.querydefn.InputParameterBinding
- Returns the expression that provides the value of the parameter.
- getExpression() -
Method in interface org.eclipse.birt.data.engine.api.IBinding
-
- getExpression() -
Method in interface org.eclipse.birt.data.engine.api.IComputedColumn
- Gets the expression of the computed column
- getExpression() -
Method in interface org.eclipse.birt.data.engine.api.IConditionalExpression
- Gets the main expression
- getExpression() -
Method in interface org.eclipse.birt.data.engine.api.IFilterDefinition
- Gets the Boolean expression used to define this filter.
- getExpression() -
Method in interface org.eclipse.birt.data.engine.api.ISortDefinition
- Returns the JavaScript expression that defines the group key.
- getExpression() -
Method in class org.eclipse.birt.data.engine.api.querydefn.Binding
-
- getExpression() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ComputedColumn
-
- getExpression() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ConditionalExpression
-
- getExpression() -
Method in class org.eclipse.birt.data.engine.api.querydefn.FilterDefinition
-
- getExpression() -
Method in class org.eclipse.birt.data.engine.api.querydefn.SortDefinition
- Returns the JavaScript expression that defines the group key.
- getExpressions() -
Method in interface org.eclipse.birt.data.engine.api.IExpressionCollection
- Gets the expression collection.
- getExpressions() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ExpressionCollection
-
- getExtensionID() -
Method in interface org.eclipse.birt.data.engine.api.IOdaDataSetDesign
- Gets the unique id that identifies the type of the data set, assigned by the
extension providing the implementation of this data set.
- getExtensionID() -
Method in interface org.eclipse.birt.data.engine.api.IOdaDataSourceDesign
- Gets the unique id of this data source type, assigned by the extension
providing the implementation of this ODA data source.
- getExtensionID() -
Method in class org.eclipse.birt.data.engine.api.querydefn.OdaDataSetDesign
-
- getExtensionID() -
Method in class org.eclipse.birt.data.engine.api.querydefn.OdaDataSourceDesign
- Gets the data source extension id as defined by ODA driver
This property is required in a data source design.
- getExtensionID() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSetInstanceHandle
- Gets the unique id that identifies the type of the data set, assigned by the
extension providing the implementation of this data set.
- getExtensionID() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSourceInstanceHandle
- Gets the ID of the ODA extension which defines this type of data source
- getExtensionProperty(String) -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSetInstanceHandle
- Get the value of a data set extension property.
- getExtensionProperty(String) -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSourceInstanceHandle
- Get the extension property value
- getFetchScript() -
Method in interface org.eclipse.birt.data.engine.api.IScriptDataSetDesign
- Gets the Fetch script that creates, populates and returns
an object of type DataRow.
- getFetchScript() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ScriptDataSetDesign
-
- getFilter() -
Method in interface org.eclipse.birt.data.engine.api.IBinding
-
- getFilter() -
Method in class org.eclipse.birt.data.engine.api.querydefn.Binding
-
- getFilters() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Returns a list of filters.
- getFilters() -
Method in interface org.eclipse.birt.data.engine.api.IBaseTransform
- Returns the filters defined in this transform, as an ordered list of
IFilterDefinition
objects.
- getFilters() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
-
- getFilters() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseTransform
- Returns the filters defined in this transform, as an ordered list of
IFilterDefintion
objects.
- getGroupLevel() -
Method in interface org.eclipse.birt.data.engine.api.IGroupInstanceInfo
- Return the group level of target group instance.
- getGroupLevel() -
Method in class org.eclipse.birt.data.engine.api.querydefn.GroupInstanceInfo
-
- getGroupName() -
Method in interface org.eclipse.birt.data.engine.api.IBaseExpression
- Deprecated.
- getGroupName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseExpression
-
- getGroups() -
Method in interface org.eclipse.birt.data.engine.api.IBaseQueryDefinition
- Returns the group definitions as an ordered collection of
IGroupDefinition
objects.
- getGroups() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseQueryDefinition
- Returns the group definitions as an ordered collection of
GroupDefinition
objects.
- getHandle() -
Method in interface org.eclipse.birt.data.engine.api.IBaseExpression
- Returns the handle associated with the expression.
- getHandle() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseExpression
-
- getID() -
Method in interface org.eclipse.birt.data.engine.api.IBaseQueryResults
- Every query results has a unique id.
- getID() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseExpression
-
- getInputParamBindings() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Returns the set of input parameter bindings as an unordered collection
of
IInputParameterBinding
objects.
- getInputParamBindings() -
Method in interface org.eclipse.birt.data.engine.api.IQueryDefinition
- Returns the set of input parameter bindings as an unordered collection
of
IInputParameterBinding
objects.
- getInputParamBindings() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
-
- getInputParamBindings() -
Method in class org.eclipse.birt.data.engine.api.querydefn.QueryDefinition
- Returns the set of input parameter bindings as an unordered collection
of
InputParameterBinding
objects.
- getInputParameters() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSetInstanceHandle
- Gets the names and values of all data set input parameters, as a read-only
Name (String) -> Value (Object) map.
- getInputParameterValue(String) -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSetInstanceHandle
- Gets the current value of the named data set input parameter.
- getInputStream(String, String, int) -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
- According to the paramters of streamID, subStreamID and streamType, an
input stream will be created for it.
- getInstance() -
Static method in class org.eclipse.birt.data.engine.api.aggregation.AggregationManager
- Return a shared instance of AggregationManager.
- getInteger(String) -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the value of a bound column as the Integer data type.
- getInterval() -
Method in interface org.eclipse.birt.data.engine.api.IGroupDefinition
- Returns the interval for grouping on a range of contiguous group key values.
- getInterval() -
Method in class org.eclipse.birt.data.engine.api.querydefn.GroupDefinition
- Returns the interval for grouping on a range of contiguous group key values.
- getIntervalRange() -
Method in interface org.eclipse.birt.data.engine.api.IGroupDefinition
- Returns the number of contiguous group intervals that form one single group, when Interval
is used to define group break level.
- getIntervalRange() -
Method in class org.eclipse.birt.data.engine.api.querydefn.GroupDefinition
- Returns the number of contiguous group intervals that form one single group, when Interval
is used to define group break level.
- getIntervalStart() -
Method in interface org.eclipse.birt.data.engine.api.IGroupDefinition
- Returns a start value for grouping by range.
- getIntervalStart() -
Method in class org.eclipse.birt.data.engine.api.querydefn.GroupDefinition
- Gets the starting value for the first interval
- getJavaScriptScope() -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- getJoinConditions() -
Method in interface org.eclipse.birt.data.engine.api.IJointDataSetDesign
- This method returns the Joint conditions.
- getJoinConditions() -
Method in class org.eclipse.birt.data.engine.api.querydefn.JointDataSetDesign
-
- getJoinType() -
Method in interface org.eclipse.birt.data.engine.api.IJointDataSetDesign
- This method returns the Joint Type.
- getJoinType() -
Method in class org.eclipse.birt.data.engine.api.querydefn.JointDataSetDesign
-
- getKeyColumn() -
Method in interface org.eclipse.birt.data.engine.api.IGroupDefinition
- Returns the name of the column that defines the group key.
- getKeyColumn() -
Method in class org.eclipse.birt.data.engine.api.querydefn.GroupDefinition
- Returns the name of the column that defines the group key.
- getKeyExpression() -
Method in interface org.eclipse.birt.data.engine.api.IGroupDefinition
- Returns the JavaScript expression that defines the group key.
- getKeyExpression() -
Method in class org.eclipse.birt.data.engine.api.querydefn.GroupDefinition
- Returns the JavaScript expression that defines the group key.
- getLeftDataSetDesignName() -
Method in interface org.eclipse.birt.data.engine.api.IJointDataSetDesign
- This method returns the name of data set which servers as left operand of a
joint.
- getLeftDataSetDesignName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.JointDataSetDesign
-
- getLeftExpression() -
Method in interface org.eclipse.birt.data.engine.api.IJoinCondition
- This method returns the IScriptExpression instance which will be
evaluated against the data set which servers as left operand of a joint.
- getLeftExpression() -
Method in class org.eclipse.birt.data.engine.api.querydefn.JoinCondition
-
- getLocale() -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- getMaxRows() -
Method in interface org.eclipse.birt.data.engine.api.IBaseQueryDefinition
- Gets the maximum number of detail rows that can be retrieved by this query
- getMaxRows() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseQueryDefinition
- Gets the maximum number of detail rows that can be retrieved by this report query
- getMode() -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- getName() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggregation
- Deprecated. Gets the name that identifies the aggregate function represented by this class.
- getName() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggrFunction
- Gets the name that identifies the aggregate function represented by this
class.
- getName() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IParameterDefn
- get the native name of this parameter.
- getName() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Gets the name of the data set.
- getName() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSourceDesign
- Gets the name of this data source.
- getName() -
Method in interface org.eclipse.birt.data.engine.api.IComputedColumn
- Gets the name of the computed column
- getName() -
Method in interface org.eclipse.birt.data.engine.api.IGroupDefinition
- Returns the name of the group
- getName() -
Method in interface org.eclipse.birt.data.engine.api.IInputParameterBinding
- Returns the parameter name.
- getName() -
Method in interface org.eclipse.birt.data.engine.api.INamedObject
- get the name of current object.
- getName() -
Method in interface org.eclipse.birt.data.engine.api.IParameterDefinition
- Returns the parameter name.
- getName() -
Method in interface org.eclipse.birt.data.engine.api.IParameterMetaData
- Returns the name of this parameter.
- getName() -
Method in interface org.eclipse.birt.data.engine.api.ISubqueryDefinition
- Gets the name of the subquery.
- getName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
-
- getName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSourceDesign
- Gets the name of this data source
- getName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseQueryDefinition
-
- getName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ComputedColumn
-
- getName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.GroupDefinition
- Returns the name of the group
- getName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.InputParameterBinding
- Returns the parameter name.
- getName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ParameterDefinition
-
- getName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.SubqueryDefinition
-
- getName() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSetInstanceHandle
- Gets the name of this data set
- getName() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSourceInstanceHandle
- Gets the name of this data source
- getNativeDataType() -
Method in interface org.eclipse.birt.data.engine.api.IColumnDefinition
- Gets the column's native data type as defined by the underlying data source.
- getNativeDataType() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ColumnDefinition
-
- getNativeName() -
Method in interface org.eclipse.birt.data.engine.api.IParameterDefinition
- Returns the native name of the parameter as known to the underlying data source.
- getNativeName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ParameterDefinition
-
- getNativeType() -
Method in interface org.eclipse.birt.data.engine.api.IParameterDefinition
- Returns the parameter's native data type as defined by the underlying data source.
- getNativeType() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ParameterDefinition
-
- getNativeTypeName() -
Method in interface org.eclipse.birt.data.engine.api.IParameterMetaData
- Returns the data provider specific data type name of this parameter.
- getNumberOfPasses() -
Method in class org.eclipse.birt.data.engine.api.aggregation.Aggregation
- Deprecated. Returns the number of passes over the data series
that the accumulator of this aggregate requires.
- getNumberOfPasses() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggrFunction
- Returns the number of passes over the data series that the accumulator of
this aggregate requires.
- getOnFetchScript() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Returns the
onFetch
script to be called just after the a row is read
from the data set.
- getOnFetchScript() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
-
- getOpenScript() -
Method in interface org.eclipse.birt.data.engine.api.IScriptDataSetDesign
- Gets the Open script for opening the data set.
- getOpenScript() -
Method in interface org.eclipse.birt.data.engine.api.IScriptDataSourceDesign
- Gets the
open
script for opening the data source (connection).
- getOpenScript() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ScriptDataSetDesign
-
- getOpenScript() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ScriptDataSourceDesign
-
- getOperand1() -
Method in interface org.eclipse.birt.data.engine.api.IConditionalExpression
- Gets the expression for operand 1.
- getOperand1() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ConditionalExpression
-
- getOperand2() -
Method in interface org.eclipse.birt.data.engine.api.IConditionalExpression
- Gets the expression for operand 2.
- getOperand2() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ConditionalExpression
-
- getOperator() -
Method in interface org.eclipse.birt.data.engine.api.IConditionalExpression
- Gets the operator.
- getOperator() -
Method in interface org.eclipse.birt.data.engine.api.IJoinCondition
- This method returns the integer standing for a compare operator.
- getOperator() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ConditionalExpression
-
- getOperator() -
Method in class org.eclipse.birt.data.engine.api.querydefn.JoinCondition
-
- getOutputParameters() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSetInstanceHandle
- Gets the names and values of all data set output parameters, as a read-only
Name (String) -> Value (Object) map.
- getOutputParameterValue(String) -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSetInstanceHandle
- Gets the current value of the named data set output parameter.
- getOutputStream(String, String, int) -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
- According to the paramters of streamID, subStreamID and streamType, an
output stream will be created for it.
- getParameterDefn() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggregation
- Deprecated. Gets information about the parameters that this aggregate function takes as an array of boolean values.
- getParameterDefn() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggrFunction
- Gets information about the parameters that this aggregate function takes
as an array of IParameterDefn values.
- getParameterMetaData() -
Method in interface org.eclipse.birt.data.engine.api.IPreparedQuery
- Returns a collection of
IParameterMetaData
that
each describes the meta-data of a parameter defined in this query.
- getParameters() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Returns the data set parameter definitions as a list
of
IParameterDefinition
objects.
- getParameters() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
-
- getParentQuery() -
Method in interface org.eclipse.birt.data.engine.api.IBaseQueryDefinition
- Returns the parent query.
- getParentQuery() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseQueryDefinition
- Returns the parent query.
- getPath(String, String, int) -
Static method in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- getPosition() -
Method in interface org.eclipse.birt.data.engine.api.IInputParameterBinding
- Returns the parameter position.
- getPosition() -
Method in interface org.eclipse.birt.data.engine.api.IParameterDefinition
- Returns the parameter position.
- getPosition() -
Method in interface org.eclipse.birt.data.engine.api.IParameterMetaData
- Returns the 1-based parameter position of this parameter,
as defined by the underlying data provider.
- getPosition() -
Method in class org.eclipse.birt.data.engine.api.querydefn.InputParameterBinding
- Returns the parameter position.
- getPosition() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ParameterDefinition
-
- getPrecision() -
Method in interface org.eclipse.birt.data.engine.api.IParameterMetaData
- Returns the maximum number of decimal digits of this parameter.
- getPreparedQuery() -
Method in interface org.eclipse.birt.data.engine.api.IQueryResults
- Returns the
IPreparedQuery
that produced this instance.
- getPrimaryResultSetName() -
Method in interface org.eclipse.birt.data.engine.api.IOdaDataSetDesign
- Gets the name of the primary result set retrieved by the query.
- getPrimaryResultSetName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.OdaDataSetDesign
-
- getPrimaryResultSetNumber() -
Method in interface org.eclipse.birt.data.engine.api.IOdaDataSetDesign
- Get the number of the primary result set retrieved by the query.
- getPrimaryResultSetNumber() -
Method in class org.eclipse.birt.data.engine.api.querydefn.OdaDataSetDesign
-
- getPrivateProperties() -
Method in interface org.eclipse.birt.data.engine.api.IOdaDataSetDesign
- Gets the private data set property, in the form of a
( name[String], value[String] ) map
- getPrivateProperties() -
Method in interface org.eclipse.birt.data.engine.api.IOdaDataSourceDesign
- Gets the private connection property, in the form of a (name, setValue) pair.
- getPrivateProperties() -
Method in class org.eclipse.birt.data.engine.api.querydefn.OdaDataSetDesign
-
- getPrivateProperties() -
Method in class org.eclipse.birt.data.engine.api.querydefn.OdaDataSourceDesign
- Gets the private properties for the data source.
- getPublicProperties() -
Method in interface org.eclipse.birt.data.engine.api.IOdaDataSetDesign
- Gets the public data set property, in the form of a
( name[String], value[String] ) map
- getPublicProperties() -
Method in interface org.eclipse.birt.data.engine.api.IOdaDataSourceDesign
- Gets the public connection property, in the form of a (name, value) pair.
- getPublicProperties() -
Method in class org.eclipse.birt.data.engine.api.querydefn.OdaDataSetDesign
-
- getPublicProperties() -
Method in class org.eclipse.birt.data.engine.api.querydefn.OdaDataSourceDesign
- Gets the public properties for the data source.
- getQueryExecutionHints() -
Method in interface org.eclipse.birt.data.engine.api.IBaseQueryDefinition
- Return the Query Execution Hints information.
- getQueryExecutionHints() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseQueryDefinition
-
- getQueryResults(String) -
Method in class org.eclipse.birt.data.engine.api.DataEngine
- If and only if current mode is DataEngineContext.MODE_PRESENTATION, query
result can be retrieved from report document.
- getQueryResults() -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the
IQueryResults
from which this result iterator is obtained.
- getQueryResultsID() -
Method in interface org.eclipse.birt.data.engine.api.IQueryDefinition
- When this value is not null, the data set name will not be used, since it
indicates query is running on the data of report document or local caching of QueryResults.
- getQueryResultsID() -
Method in class org.eclipse.birt.data.engine.api.querydefn.QueryDefinition
-
- getQueryText() -
Method in interface org.eclipse.birt.data.engine.api.IOdaDataSetDesign
- Gets the static query text of the data set.
- getQueryText() -
Method in class org.eclipse.birt.data.engine.api.querydefn.OdaDataSetDesign
-
- getQueryText() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSetInstanceHandle
- Gets the query text of the data set.
- getReportQueryDefn() -
Method in interface org.eclipse.birt.data.engine.api.IPreparedQuery
- Returns the same
IQueryDefinition
used to prepare this instance, without any changes.
- getResultIterator() -
Method in interface org.eclipse.birt.data.engine.api.IQueryResults
- Returns the current result's iterator.
- getResultMetaData() -
Method in interface org.eclipse.birt.data.engine.api.IQueryResults
- Returns the metadata of the first or current result set
This method provides the result metadata without having to
first fetch the result data.
- getResultMetaData() -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the metadata of this result set's detail row.
- getResultMetaData() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataRow
- Gets the metadata of the data row.
- getResultMetaData() -
Method in interface org.eclipse.birt.data.engine.api.script.IDataSetInstanceHandle
- Gets the current data set's column metadata, if available.
- getResultSetExpressions() -
Method in interface org.eclipse.birt.data.engine.api.IBaseQueryDefinition
- Deprecated.
- getResultSetExpressions() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseQueryDefinition
-
- getResultSetHints() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Returns the primary result set hints as a list of
IColumnDefinition
objects.
- getResultSetHints() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
-
- getRightDataSetDesignName() -
Method in interface org.eclipse.birt.data.engine.api.IJointDataSetDesign
- This method returns the name of data set which servers as right operand of a
joint.
- getRightDataSetDesignName() -
Method in class org.eclipse.birt.data.engine.api.querydefn.JointDataSetDesign
-
- getRightExpression() -
Method in interface org.eclipse.birt.data.engine.api.IJoinCondition
- This method returns the IScriptExpression instance which will be
evaluated against the data set which servers as right operand of a
joint.
- getRightExpression() -
Method in class org.eclipse.birt.data.engine.api.querydefn.JoinCondition
-
- getRowFetchLimit() -
Method in interface org.eclipse.birt.data.engine.api.IBaseDataSetDesign
- Return the max number of rows that the data set represent by this
IBaseDataSetDesign intance can fetch from data source.
- getRowFetchLimit() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseDataSetDesign
-
- getRowId() -
Method in interface org.eclipse.birt.data.engine.api.IGroupInstanceInfo
- Return row number of one of rows in the group.
- getRowId() -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Each row has its an ID associated with it, and this id will never be
changed no matter when the query is running against a data set or against
a report document.
- getRowId() -
Method in class org.eclipse.birt.data.engine.api.querydefn.GroupInstanceInfo
-
- getRowId() -
Method in class org.eclipse.birt.data.engine.api.querydefn.SubqueryLocator
- Get the row ID.
- getRowIndex() -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Each row has its own index, which indicates this row position in the
result set.
- getScale() -
Method in interface org.eclipse.birt.data.engine.api.IParameterMetaData
- Returns the maximum number of digits to the right of the
decimal point of this parameter.
- getScope() -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the JavaScript scope associated with this result iterator.
- getScriptContext() -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- getScriptScope() -
Method in interface org.eclipse.birt.data.engine.api.script.IJavascriptContext
- Returns a Scriptable object that should be used as the scope in which
to execute Javascript code associated with the runtime object.
- getSearchHint() -
Method in interface org.eclipse.birt.data.engine.api.IColumnDefinition
- Gets the search hint for the column
- getSearchHint() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ColumnDefinition
- Gets the search hint for the column
- getSecondaryIterator(String, Scriptable) -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the secondary result specified by a sub query
that was defined in the prepared
IQueryDefinition
.
- getSortDirection() -
Method in interface org.eclipse.birt.data.engine.api.IGroupDefinition
- Returns the sort direction on the group key.
- getSortDirection() -
Method in interface org.eclipse.birt.data.engine.api.ISortDefinition
- Returns the sort direction.
- getSortDirection() -
Method in class org.eclipse.birt.data.engine.api.querydefn.GroupDefinition
- Returns the sort direction on the group key.
- getSortDirection() -
Method in class org.eclipse.birt.data.engine.api.querydefn.SortDefinition
- Returns the sort direction.
- getSorts() -
Method in interface org.eclipse.birt.data.engine.api.IBaseTransform
- Returns the sort criteria as an ordered list of
ISortDefinition
objects.
- getSorts() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseTransform
- Returns the sort criteria as an ordered list of
SortDefinition
objects.
- getSortStrength() -
Method in interface org.eclipse.birt.data.engine.api.ISortDefinition
- Returns the Strength of sort.
- getSortStrength() -
Method in class org.eclipse.birt.data.engine.api.querydefn.SortDefinition
-
- getSourceQuery() -
Method in interface org.eclipse.birt.data.engine.api.IQueryDefinition
- Return the source query of current query.
- getSourceQuery() -
Method in class org.eclipse.birt.data.engine.api.querydefn.QueryDefinition
-
- getStartingGroupLevel() -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the 1-based index of the outermost group
in which the current row is the first row.
- getStartingRow() -
Method in interface org.eclipse.birt.data.engine.api.IBaseQueryDefinition
- Gets the starting row that will be retrieved by this query
- getStartingRow() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseQueryDefinition
-
- getString(String) -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the value of a bound column as the String data type.
- getSubqueries() -
Method in interface org.eclipse.birt.data.engine.api.IBaseTransform
- Returns an unordered collection of subqueries that are alternative views of
the result set for this transform.
- getSubqueries() -
Method in class org.eclipse.birt.data.engine.api.querydefn.BaseTransform
- Returns an unordered collection of subqueries that are alternative views of
the result set for this transform.
- getTargetGroupInstances() -
Method in interface org.eclipse.birt.data.engine.api.IQueryExecutionHints
- Return a list of IGroupInstanceInfo instances that is needed in target
ResultSet.
- getTargetGroupInstances() -
Method in class org.eclipse.birt.data.engine.api.querydefn.QueryExecutionHints
- Return a list of IGroupInstanceInfo instances that is needed in target
ResultSet.
- getText() -
Method in interface org.eclipse.birt.data.engine.api.IScriptExpression
-
- getText() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ScriptExpression
-
- getTmpdir() -
Method in class org.eclipse.birt.data.engine.api.DataEngineContext
- get Dte temporary dir.
- getType() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggregation
- Deprecated. Gets the type of the Aggregation.
- getType() -
Method in interface org.eclipse.birt.data.engine.api.aggregation.IAggrFunction
- Gets the type of the Aggregation.
- getType() -
Method in interface org.eclipse.birt.data.engine.api.IParameterDefinition
- Returns the parameter data type.
- getType() -
Method in class org.eclipse.birt.data.engine.api.querydefn.ParameterDefinition
-
- getValue() -
Method in class org.eclipse.birt.data.engine.api.aggregation.Accumulator
- This method is called after the finish() method to obtain the aggregate value in last pass of this
aggregation.
- getValue(String) -
Method in interface org.eclipse.birt.data.engine.api.IResultIterator
- Returns the value of a bound column.
- GROUP_INFO_STREAM -
Static variable in class org.eclipse.birt.data.engine.api.DataEngineContext
-
- GROUP_OVERALL -
Static variable in interface org.eclipse.birt.data.engine.api.IBaseExpression
- Deprecated.
- GroupDefinition - Class in org.eclipse.birt.data.engine.api.querydefn
- Default implementation of
IGroupDefinition
. - GroupDefinition(String) -
Constructor for class org.eclipse.birt.data.engine.api.querydefn.GroupDefinition
- Constructs a group with the given name
- GroupDefinition() -
Constructor for class org.eclipse.birt.data.engine.api.querydefn.GroupDefinition
- Deprecated.
- GroupInstanceInfo - Class in org.eclipse.birt.data.engine.api.querydefn
- This is an implementation to IGroupInstanceInfo.
- GroupInstanceInfo(int, int) -
Constructor for class org.eclipse.birt.data.engine.api.querydefn.GroupInstanceInfo
-
- groups -
Variable in class org.eclipse.birt.data.engine.api.querydefn.BaseQueryDefinition
-
IInputParameterBinding
interface.IPreparedQuery
.IResultIterator
object.
IResultIterator
object.
IOdaDataSetDesign
interface.IOdaDataSourceDesign
interface.org.eclipse.birt.data.engine.api
.IParameterDefinition
interface.IQueryDefinition
interfaceIScriptDataSetDesign
interface.IScriptDataSourceDesign
interface.IScriptExpression
interfaceafterClose
script for the data set
afterClose
script of the data source.
afterOpen
script for the data set
afterOpen
script of the data source.
beforeClose
script for the data set
beforeClose
script of the data source.
beforeOpen
script for the data set
beforeOpen
script of the data source.
close
script for closing the data set.
close
script for opening the data source (connection).
describe
script for providing the data set metadata
fetch
script for fetching each data row.
onFetch
script for the data set
open
script for opening the data set.
open
script for opening the data source (connection).
ISortDefinition
interface.ISubqueryDefinition
interface.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |