Package org.h2.value

Class ExtTypeInfoNumeric

  • All Implemented Interfaces:
    HasSQL

    public final class ExtTypeInfoNumeric
    extends ExtTypeInfo
    Extended parameters of the NUMERIC data type.
    • Constructor Detail

      • ExtTypeInfoNumeric

        private ExtTypeInfoNumeric()
    • Method Detail

      • getSQL

        public java.lang.StringBuilder getSQL​(java.lang.StringBuilder builder,
                                              int sqlFlags)
        Description copied from interface: HasSQL
        Appends the SQL statement of this object to the specified builder.
        Parameters:
        builder - string builder
        sqlFlags - formatting flags
        Returns:
        the specified string builder