Interface IDataComponent

All Superinterfaces:
IAuditable, IComponent, ILogger

public interface IDataComponent extends IComponent
The data component interface extends component, and adds a single method - getResultSet().
Author:
mbatchel
See Also:
  • MDXBaseComponent
  • SQLBaseComponent
  • IPentahoResultSet
  • Method Details

    • getResultSet

      org.pentaho.commons.connection.IPentahoResultSet getResultSet()
      Returns:
      Returns the resultSet that the component currently has.
    • dispose

      void dispose()
      Disposes of resources held by the data component