|
|
|
|
@ -1,16 +1,9 @@
|
|
|
|
|
/*
|
|
|
|
|
* SIPRPDataLoader.java
|
|
|
|
|
*
|
|
|
|
|
* Created on 25 de Janeiro de 2005, 13:19
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
package siprp.companydataloaders;
|
|
|
|
|
|
|
|
|
|
import javax.swing.JCheckBox;
|
|
|
|
|
|
|
|
|
|
import com.evolute.utils.*;
|
|
|
|
|
import siprp.CompanyDataLoader;
|
|
|
|
|
import siprp.SingletonConstants;
|
|
|
|
|
|
|
|
|
|
import siprp.*;
|
|
|
|
|
import com.evolute.utils.Singleton;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@ -99,20 +92,20 @@ public class SIPRPDataLoader implements CompanyDataLoader
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL, "www.evolute.pt:5436" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp_local_3" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
|
//
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_USER, "postgres" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "Typein" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:postgresql://" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_URL, "10.158.2.2:5432" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp_local" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
|
//
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_USER, "postgres" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "Typein" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:postgresql://" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL, "dbserver:5432" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL, "10.158.2.2:5432" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp_local" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
|
//
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_USER, "postgres" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "Typein" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:postgresql://" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_URL, "dbserver:5432" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp_local3" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_USER, "postgres" );
|
|
|
|
|
|