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