Uses of Class
org.castor.ddlgen.typeinfo.AbstractType

Packages that use AbstractType
org.castor.ddlgen.typeinfo This package contains various type definitions which implement the TypeInfo interface. 
 

Uses of AbstractType in org.castor.ddlgen.typeinfo
 

Subclasses of AbstractType in org.castor.ddlgen.typeinfo
 class LobType
          LobType is used for BLOB/CLOB type which require a sufix, for example BLOB(10M), CLOB(1K).
 class NoParamType
          Final TypeInfo for types having no parameters.
 class NotSupportedType
          NotSupportedType is used for type not support by the database engine.
 class OptionalLengthType
          Final TypeInfo for types having one optional length parameter.
 class OptionalPrecisionDecimalsType
          Final TypeInfo for types having optional precision and decimals parameters.
 class OptionalPrecisionType
          Final TypeInfo for types having an optional precision parameter.
 class RequiredLengthType
          Final TypeInfo for types having a required length parameter.
 class RequiredPrecisionType
          Final TypeInfo for types having a required length parameter.
 



Copyright © 2012. All Rights Reserved.