All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.specrunner.dbms.MainComparator Maven / Gradle / Ivy

The newest version!
package org.specrunner.dbms;

public class MainComparator {

    public static void main(String[] args) throws Exception {
        ConnectionInfo old = new ConnectionInfo("PUBLIC.ORD", "org.hsqldb.jdbcDriver", "jdbc:hsqldb:hsql://localhost/sql", "sa", "");
        ConnectionInfo current = new ConnectionInfo("PUBLIC.DEP", "org.hsqldb.jdbcDriver", "jdbc:hsqldb:hsql://localhost/sql2", "sa", "");
        new BaseComparator().compare(old, current, "/sr_dbms_tables.properties", "/sr_dbms_columns.properties");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy