Uses of Class
org.teiid.query.tempdata.TempTableStore.MatState

Packages that use TempTableStore.MatState
org.teiid.query.tempdata   
 

Uses of TempTableStore.MatState in org.teiid.query.tempdata
 

Methods in org.teiid.query.tempdata that return TempTableStore.MatState
 TempTableStore.MatState TempTableStore.MatTableInfo.getState()
           
 TempTableStore.MatState TempTableStore.MatTableInfo.setState(TempTableStore.MatState state, java.lang.Boolean valid, java.lang.Long timestamp)
           
static TempTableStore.MatState TempTableStore.MatState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TempTableStore.MatState[] TempTableStore.MatState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.query.tempdata with parameters of type TempTableStore.MatState
 TempTableStore.MatState TempTableStore.MatTableInfo.setState(TempTableStore.MatState state, java.lang.Boolean valid, java.lang.Long timestamp)
           
 



Copyright © 2010. All Rights Reserved.