Uses of Interface
org.pentaho.platform.api.data.IPreparedComponent

Packages that use IPreparedComponent
org.pentaho.platform.plugin.action.hql   
org.pentaho.platform.plugin.action.jfreereport.helper   
org.pentaho.platform.plugin.action.mdx   
org.pentaho.platform.plugin.action.sql   
org.pentaho.platform.plugin.action.xml.webservice   
org.pentaho.platform.plugin.action.xml.xquery   
 

Uses of IPreparedComponent in org.pentaho.platform.plugin.action.hql
 

Classes in org.pentaho.platform.plugin.action.hql that implement IPreparedComponent
 class HQLBaseComponent
           
 class HQLDataComponent
           
 class HQLLookupRule
           
 

Uses of IPreparedComponent in org.pentaho.platform.plugin.action.jfreereport.helper
 

Methods in org.pentaho.platform.plugin.action.jfreereport.helper with parameters of type IPreparedComponent
 void PentahoTableDataFactory.addPreparedComponent(String name, IPreparedComponent component)
          add a prepared component to the map
 

Uses of IPreparedComponent in org.pentaho.platform.plugin.action.mdx
 

Classes in org.pentaho.platform.plugin.action.mdx that implement IPreparedComponent
 class MDXBaseComponent
           
 class MDXDataComponent
           
 class MDXLookupRule
           
 

Uses of IPreparedComponent in org.pentaho.platform.plugin.action.sql
 

Classes in org.pentaho.platform.plugin.action.sql that implement IPreparedComponent
 class SQLBaseComponent
          SQLBaseComponent is the base class for SQLExecute and SQLLookupRule.
 class SQLDataComponent
           
 class SQLDdlComponent
           
 class SQLExecute
           
 class SQLLookupRule
           
 

Uses of IPreparedComponent in org.pentaho.platform.plugin.action.xml.webservice
 

Classes in org.pentaho.platform.plugin.action.xml.webservice that implement IPreparedComponent
 class WebServiceLookupRule
          Performs the action of processing a webservice call in an action by doing the same functionality as the XQuery action (but not trying to retrieve the column types).
 

Uses of IPreparedComponent in org.pentaho.platform.plugin.action.xml.xquery
 

Classes in org.pentaho.platform.plugin.action.xml.xquery that implement IPreparedComponent
 class XQueryBaseComponent
          XQueryBaseComponent provides a mechanism to run xqueries within the Pentaho BI Platform.
 class XQueryLookupRule