Interface IBaseResultSet

All Known Subinterfaces:
ICubeResultSet, IQueryResultSet

public interface IBaseResultSet
  • Field Details

  • Method Details

    • getType

      int getType()
    • getQueryResults

      org.eclipse.birt.data.engine.api.IBaseQueryResults getQueryResults()
    • getRawID

      String getRawID() throws org.eclipse.birt.core.exception.BirtException
      return the Raw ID
      Returns:
      Throws:
      org.eclipse.birt.core.exception.BirtException
    • getID

      DataSetID getID()
    • getParent

      IBaseResultSet getParent()
    • evaluate

      Object evaluate(String expr) throws org.eclipse.birt.core.exception.BirtException
      Throws:
      org.eclipse.birt.core.exception.BirtException
    • evaluate

      Object evaluate(String language, String expr) throws org.eclipse.birt.core.exception.BirtException
      evaluate the expression with specified script language.
      Parameters:
      language -
      expr -
      Returns:
      Throws:
      org.eclipse.birt.core.exception.BirtException
    • evaluate

      Object evaluate(org.eclipse.birt.data.engine.api.IBaseExpression expr) throws org.eclipse.birt.core.exception.BirtException
      Throws:
      org.eclipse.birt.core.exception.BirtException
    • close

      void close()