@Deprecated
public interface TableDiffer
| 限定符和类型 | 方法和说明 |
|---|---|
void |
diff(Comparison comparison,
Observer observer)
已过时。
比对 2 个表,并通过 Observer 监听比对过程和结果。
|
default Result |
diff(Table table1,
Table table2,
Columns columns)
已过时。
比对2个表,并返回比对结果。
|
default void |
diff(Table table1,
Table table2,
Columns columns,
Observer observer)
已过时。
比对 2 个表,并通过 Observer 监听比对过程和结果。
|
default Result diff(Table table1, Table table2, Columns columns) throws java.sql.SQLException
table1 - 表1table2 - 表2columns - 字段信息java.sql.SQLException - SQL异常default void diff(Table table1, Table table2, Columns columns, Observer observer) throws java.sql.SQLException
table1 - 表1table2 - 表2columns - 字段信息observer - 观察者java.sql.SQLException - SQL异常void diff(Comparison comparison, Observer observer) throws java.sql.SQLException
comparison - 比对参数observer - 观察者java.sql.SQLException - SQL异常Copyright © 2025. All rights reserved.