Uses of Interface
com.metamatrix.query.sql.util.ValueIteratorSource

Packages that use ValueIteratorSource
com.metamatrix.query.processor.relational   
com.metamatrix.query.sql.lang   
 

Uses of ValueIteratorSource in com.metamatrix.query.processor.relational
 

Classes in com.metamatrix.query.processor.relational that implement ValueIteratorSource
 class DependentValueSource
           
 

Uses of ValueIteratorSource in com.metamatrix.query.sql.lang
 

Methods in com.metamatrix.query.sql.lang that return ValueIteratorSource
 ValueIteratorSource DependentSetCriteria.getValueIteratorSource()
          Get the valute iterator source, which will provide the iterator when it is ready during processing.
 

Methods in com.metamatrix.query.sql.lang with parameters of type ValueIteratorSource
 void DependentSetCriteria.setValueIteratorSource(ValueIteratorSource valueIteratorSource)
          Set the value iterator source, which will provide value iterators during processing.
 



Copyright © 2009. All Rights Reserved.