Class Dialect

    • Constructor Detail

      • Dialect

        protected Dialect()
    • Method Detail

      • registerColumnType

        protected void registerColumnType​(int code,
                                          int capacity,
                                          String name)
        Subclasses register a type name for the given type code and maximum column length. $l in the type name with be replaced by the column length (if appropriate).
        Parameters:
        code - The Types typecode
        capacity - The maximum length of database type
        name - The database type name
      • registerColumnType

        protected void registerColumnType​(int code,
                                          String name)
        Subclasses register a type name for the given type code. $l in the type name with be replaced by the column length (if appropriate).
        Parameters:
        code - The Types typecode
        name - The database type name