public static String getUserName() { checkProperties(); return Strings.trim(pp.getProperty("username")); }
public static String getUrl() { checkProperties(); return Strings.trim(pp.getProperty("url")); }
public static String getPassword() { checkProperties(); return Strings.trim(pp.getProperty("password")); }
public static String getDriver() { checkProperties(); return Strings.trim(pp.getProperty("driver")); }