Uses of Class
org.teiid.core.types.ClobType.Type
-
Packages that use ClobType.Type Package Description org.teiid.core.types -
-
Uses of ClobType.Type in org.teiid.core.types
Methods in org.teiid.core.types that return ClobType.Type Modifier and Type Method Description ClobType.Type
ClobType. getType()
static ClobType.Type
ClobType.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClobType.Type[]
ClobType.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.core.types with parameters of type ClobType.Type Modifier and Type Method Description void
ClobType. setType(ClobType.Type type)
-