接口 UpdateLibraryMapper


@Component public interface UpdateLibraryMapper
  • 方法详细资料

    • createTable

      void createTable(TableLayoutEntity table)
      创建表
      参数:
      table - 表集合
    • createTableColumn

      void createTableColumn(@Param("item") TableLayoutEntity table, @Param("column") ColumnLayoutEntity column)
      创建字段
      参数:
      table - 表集合
      column - 字段
    • deleteTableField

      void deleteTableField(@Param("item") TableLayoutEntity table, @Param("column") ColumnLayoutEntity column)
      删了表字段
      参数:
      table - 表集合
      column - 字段
    • deleteTable

      void deleteTable(List<TableLayoutEntity> tableList)
      删除表
      参数:
      tableList - 表集合
    • createTableUniqueIndex

      void createTableUniqueIndex(@Param("item") TableLayoutEntity table, @Param("column") ColumnLayoutEntity column)
      创建唯一索引
      参数:
      table - 表集合
      column - 字段