Uses of Class
org.teiid.metadata.BaseColumn.NullType

Packages that use BaseColumn.NullType
org.teiid.metadata   
 

Uses of BaseColumn.NullType in org.teiid.metadata
 

Methods in org.teiid.metadata that return BaseColumn.NullType
 BaseColumn.NullType BaseColumn.getNullType()
           
 BaseColumn.NullType Datatype.getNullType()
           
static BaseColumn.NullType BaseColumn.NullType.valueOf(java.lang.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
 void BaseColumn.setNullType(BaseColumn.NullType i)
           
 void Datatype.setNullType(BaseColumn.NullType s)
           
 



Copyright © 2011. All Rights Reserved.