Package net.datacrow.core.db.upgrade

Examples of net.datacrow.core.db.upgrade.DatabaseUpgradeAfterInitialization


        startQueryQueue();
        initialize(connection);
        setDbProperies(connection);
       
        if (!isNew())
            new DatabaseUpgradeAfterInitialization().start();
       
        originalVersion = getVersion(connection);
        updateVersion(connection);

        // Set the database privileges for the current user. This avoids errors for upgraded modules and such.
View Full Code Here

TOP

Related Classes of net.datacrow.core.db.upgrade.DatabaseUpgradeAfterInitialization

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.