Examples of prepareConnectionForSchemaChange()


Examples of er.extensions.jdbc.ERXSQLHelper.prepareConnectionForSchemaChange()

      try {
        ERXMigrationAction migrationAction = new ERXMigrationAction(editingContext, migration, modelVersion, migrationLock, _lockOwnerName, postMigrations);
        try {
          ERXSQLHelper helper = ERXSQLHelper.newSQLHelper(model);
          try {
            helper.prepareConnectionForSchemaChange(editingContext, model);
            migrationAction.perform(editingContext, model.name());
          }
          finally {
            helper.restoreConnectionSettingsAfterSchemaChange(editingContext, model);
          }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.