Package org.castor.ddlgen.typeinfo


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