Class SQLiteDialect

    • Constructor Detail

      • SQLiteDialect

        public SQLiteDialect()
    • Method Detail

      • defineColumn

        protected void defineColumn​(Column column,
                                    StringBuilder builder)
        Description copied from class: SQLDialect
        Generates the SQL needed to define a column for creating or altering a table.
        Specified by:
        defineColumn in class SQLDialect
        Parameters:
        column - the column definition
        builder - the StringBuilder to add the definition to