Uses of Class
org.teiid.query.tempdata.GlobalTableStoreImpl.MatState
-
Packages that use GlobalTableStoreImpl.MatState Package Description org.teiid.query.tempdata -
-
Uses of GlobalTableStoreImpl.MatState in org.teiid.query.tempdata
Methods in org.teiid.query.tempdata that return GlobalTableStoreImpl.MatState Modifier and Type Method Description GlobalTableStoreImpl.MatState
GlobalTableStoreImpl.MatTableInfo. getState()
static GlobalTableStoreImpl.MatState
GlobalTableStoreImpl.MatState. valueOf(String name)
Returns the enum constant of this type with the specified name.static GlobalTableStoreImpl.MatState[]
GlobalTableStoreImpl.MatState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-