Uses of Interface
org.eclipse.birt.data.engine.api.IResultMetaData

Packages that use IResultMetaData
org.eclipse.birt.data.engine.api This package contains the main public API classes and interfaces of the BIRT Data Engine (DtE). 
org.eclipse.birt.data.engine.api.script This package defines BIRT Data Engine's public interfaces and classes to support Scripting. 
 

Uses of IResultMetaData in org.eclipse.birt.data.engine.api
 

Methods in org.eclipse.birt.data.engine.api that return IResultMetaData
abstract  IResultMetaData DataEngine.getCachedDataSetMetaData(IBaseDataSourceDesign dataSource, IBaseDataSetDesign dataSet)
          This method will return NULL if the named data set is not cached.
 IResultMetaData IQueryResults.getResultMetaData()
          Returns the metadata of the first or current result set
This method provides the result metadata without having to first fetch the result data.
 IResultMetaData IResultIterator.getResultMetaData()
          Returns the metadata of this result set's detail row.
 

Uses of IResultMetaData in org.eclipse.birt.data.engine.api.script
 

Methods in org.eclipse.birt.data.engine.api.script that return IResultMetaData
 IResultMetaData IDataSetInstanceHandle.getResultMetaData()
          Gets the current data set's column metadata, if available.
 IResultMetaData IDataRow.getResultMetaData()
          Gets the metadata of the data row.
 



Copyright © 2008 Actuate Corp. All rights reserved.