Uses of Class
org.teiid.metadata.Datatype.Variety
-
Packages that use Datatype.Variety Package Description org.teiid.metadata -
-
Uses of Datatype.Variety in org.teiid.metadata
Methods in org.teiid.metadata that return Datatype.Variety Modifier and Type Method Description Datatype.VarietyDatatype. getVarietyType()static Datatype.VarietyDatatype.Variety. valueOf(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 Modifier and Type Method Description voidDatatype. setVarietyType(Datatype.Variety s)
-