Uses of Class
org.teiid.metadata.Datatype.Type
-
Packages that use Datatype.Type Package Description org.teiid.metadata -
-
Uses of Datatype.Type in org.teiid.metadata
Methods in org.teiid.metadata that return Datatype.Type Modifier and Type Method Description Datatype.TypeDatatype. getType()static Datatype.TypeDatatype.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Datatype.Type[]Datatype.Type. 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.Type Modifier and Type Method Description voidDatatype. setType(Datatype.Type s)
-