Package org.h2.value

Class ExtTypeInfoNumeric

java.lang.Object
org.h2.value.ExtTypeInfo
org.h2.value.ExtTypeInfoNumeric
All Implemented Interfaces:
HasSQL

public final class ExtTypeInfoNumeric extends ExtTypeInfo
Extended parameters of the NUMERIC data type.
  • Field Details

  • Constructor Details

    • ExtTypeInfoNumeric

      private ExtTypeInfoNumeric()
  • Method Details

    • getSQL

      public StringBuilder getSQL(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