public class DatabaseComparer extends Object
Constructor and Description |
---|
DatabaseComparer() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(List<Table> tables1,
List<Table> tables2) |
boolean |
equals(Table table1,
Table table2)
Return true if the tables have the same name and the same number of rows.
|
void |
execute() |
Connection |
getConnection(Credentials c) |
Credentials |
getOleFsAntCredentials() |
Credentials |
getOleFsMvnCredentials() |
protected int |
getRowCount(Connection c,
Table table) |
protected List<Table> |
getTables(Connection c) |
static void |
main(String[] args) |
protected void |
showResultSet(ResultSet rs) |
public DatabaseComparer()
public void execute()
public boolean equals(Table table1, Table table2)
public Credentials getOleFsAntCredentials()
public Credentials getOleFsMvnCredentials()
public Connection getConnection(Credentials c)
protected void showResultSet(ResultSet rs)
protected int getRowCount(Connection c, Table table)
protected List<Table> getTables(Connection c)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.