Class CachedMetaDataHandle


public class CachedMetaDataHandle extends StructureHandle
Structure handle to deal with cached data set metadata informations. The information includes output column information when it gets from databases, input/output parameter definitions.
  • Constructor Details

    • CachedMetaDataHandle

      public CachedMetaDataHandle(DesignElementHandle element, org.eclipse.birt.report.model.core.StructureContext ref)
      Constructors a handle given an element handle that defines the property and a member context to the metadata property.
      Parameters:
      element - an element handle that defines the property
      ref - a member reference to the data-set meta-data property.
    • CachedMetaDataHandle

      @Deprecated public CachedMetaDataHandle(DesignElementHandle element, org.eclipse.birt.report.model.core.MemberRef ref)
      Deprecated.
      Constructors a handle given an element handle that defines the property and a member reference to the metadata property.
      Parameters:
      element - an element handle that defines the property
      ref - a member reference to the data-set meta-data property
  • Method Details

    • getParameters

      public MemberHandle getParameters()
      Get a handle to deal with the cached parameter list member.
      Returns:
      a handle to deal with the cached parameter list member.
    • getResultSet

      public MemberHandle getResultSet()
      Get a handle to deal with the cached result set list member.
      Returns:
      a handle to deal with the cached result set list member.