Uses of Class
org.teiid.metadata.Datatype.Variety

Packages that use Datatype.Variety
org.teiid.metadata   
 

Uses of Datatype.Variety in org.teiid.metadata
 

Methods in org.teiid.metadata that return Datatype.Variety
 Datatype.Variety Datatype.getVarietyType()
           
static Datatype.Variety Datatype.Variety.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Datatype.Variety[] Datatype.Variety.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.metadata with parameters of type Datatype.Variety
 void Datatype.setVarietyType(Datatype.Variety s)
           
 



Copyright © 2011. All Rights Reserved.