Uses of Class
org.teiid.metadata.Datatype
-
Packages that use Datatype Package Description org.teiid.metadata -
-
Uses of Datatype in org.teiid.metadata
Fields in org.teiid.metadata with type parameters of type Datatype Modifier and Type Field Description protected NavigableMap<String,Datatype>MetadataStore. datatypesprotected NavigableMap<String,Datatype>MetadataStore. unmondifiableDatatypesMethods in org.teiid.metadata that return Datatype Modifier and Type Method Description DatatypeDatabase. addDomain(String name, String baseType, Integer precision, Integer scale, boolean notNull)Add a domain with the given attributes.DatatypeDatatype. clone()DatatypeBaseColumn. getDatatype()Get the type.static DatatypeMetadataFactory. setDataType(String type, BaseColumn column, Map<String,Datatype> dataTypes, boolean allowNull)Methods in org.teiid.metadata that return types with arguments of type Datatype Modifier and Type Method Description NavigableMap<String,Datatype>MetadataStore. getDatatypes()Map<String,Datatype>MetadataFactory. getDataTypes()get runtime types keyed by runtime name, which is a type name known to the Teiid engineNavigableMap<String,Datatype>MetadataStore. getDatatypesExcludingAliases()Get the type information excluding aliases and case sensitive by nameMethods in org.teiid.metadata with parameters of type Datatype Modifier and Type Method Description voidMetadataStore. addDatatype(String name, Datatype datatype)voidBaseColumn. setDatatype(Datatype datatype)Set the datatype without copying any of the datatype attributes and assumes a non-array typevoidBaseColumn. setDatatype(Datatype datatype, boolean copyAttributes)Set the datatype and assumes a non-array typevoidBaseColumn. setDatatype(Datatype datatype, boolean copyAttributes, int arrayDimensions)voidColumn. setDatatype(Datatype datatype, boolean copyAttributes, int arrayDimensions)Method parameters in org.teiid.metadata with type arguments of type Datatype Modifier and Type Method Description voidMetadataStore. addDataTypes(Map<String,Datatype> typeMap)voidMetadataFactory. correctDatatypes(Map<String,Datatype> dt)To be called if the MetadataFactory is deserialized to set the canonical system type value.static DatatypeMetadataFactory. setDataType(String type, BaseColumn column, Map<String,Datatype> dataTypes, boolean allowNull)Constructor parameters in org.teiid.metadata with type arguments of type Datatype Constructor Description MetadataFactory(String vdbName, Object vdbVersion, String schemaName, Map<String,Datatype> runtimeTypes, Properties modelProperties, String rawMetadata)MetadataFactory(String vdbName, Object vdbVersion, Map<String,Datatype> runtimeTypes, ModelMetaData model)
-