Package org.castor.ddlgen.typeinfo
This package contains various type definitions which implement the TypeInfo
interface.
- Author:
- Le Duc Bao
- Author:
- Ralf Joachim
-
Interface Summary Interface Description TypeInfo Interface associates JDBC to SQL type and its parameters. -
Class Summary Class Description AbstractType Abstract TypeInfo with common properties of all implementations.LobType LobType is used for BLOB/CLOB type which require a sufix, for example BLOB(10M), CLOB(1K).NoParamType Final TypeInfo for types having no parameters.NotSupportedType NotSupportedType is used for type not support by the database engine.OptionalLengthType Final TypeInfo for types having one optional length parameter.OptionalPrecisionDecimalsType Final TypeInfo for types having optional precision and decimals parameters.OptionalPrecisionType Final TypeInfo for types having an optional precision parameter.RequiredLengthType Final TypeInfo for types having a required length parameter.RequiredPrecisionType Final TypeInfo for types having a required length parameter.