Uses of Package
com.metamatrix.query.sql.util

Packages that use com.metamatrix.query.sql.util
com.metamatrix.query.processor.proc   
com.metamatrix.query.processor.relational   
com.metamatrix.query.sql.lang   
com.metamatrix.query.sql.symbol   
com.metamatrix.query.sql.util   
 

Classes in com.metamatrix.query.sql.util used by com.metamatrix.query.processor.proc
VariableContext
          This class holds a map of variables to their values, these variables and their values are held in the context of a Block in the procedure language, differrent Statements populate the map by declaring variables and assigning values.
 

Classes in com.metamatrix.query.sql.util used by com.metamatrix.query.processor.relational
ValueIterator
          Interface for interating through Expressions or values.
ValueIteratorSource
          The ValueIteratorSource lets a language object that needs a ValueIterator hold this reference to the source of the ValueIterator as a reference until the ValueIterator can be ready.
 

Classes in com.metamatrix.query.sql.util used by com.metamatrix.query.sql.lang
ValueIterator
          Interface for interating through Expressions or values.
ValueIteratorProvider
          Language Object Implementors of this interface will provide a ValueIterator over one or potentially more values that they have.
ValueIteratorSource
          The ValueIteratorSource lets a language object that needs a ValueIterator hold this reference to the source of the ValueIterator as a reference until the ValueIterator can be ready.
 

Classes in com.metamatrix.query.sql.util used by com.metamatrix.query.sql.symbol
ValueIterator
          Interface for interating through Expressions or values.
ValueIteratorProvider
          Language Object Implementors of this interface will provide a ValueIterator over one or potentially more values that they have.
 

Classes in com.metamatrix.query.sql.util used by com.metamatrix.query.sql.util
SymbolMap
           
ValueIterator
          Interface for interating through Expressions or values.
VariableContext
          This class holds a map of variables to their values, these variables and their values are held in the context of a Block in the procedure language, differrent Statements populate the map by declaring variables and assigning values.
 



Copyright © 2009. All Rights Reserved.