Class NotSupportedType

  • All Implemented Interfaces:
    TypeInfo

    public final class NotSupportedType
    extends AbstractType
    NotSupportedType is used for type not support by the database engine.
    Since:
    1.1
    Version:
    $Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
    Author:
    Le Duc Bao, Ralf Joachim
    • Constructor Detail

      • NotSupportedType

        public NotSupportedType​(java.lang.String jdbcType)
        Constructor for NotSupportedType.
        Parameters:
        jdbcType - The JDBC type.
    • Method Detail

      • toDDL

        public java.lang.String toDDL​(Field field)
                               throws GeneratorException
        Build DDL string with SQL type and parameters.
        Parameters:
        field - The field to get specific parameters from.
        Returns:
        Type string for DDL.
        Throws:
        GeneratorException - If required parameters is not defined.