Example #1
0
 /**
  * PUBLIC: Some drivers don't like the "user" and "password" properties. They can be removed with
  * this method.
  */
 public void removeProperty(String propertyName) {
   properties.remove(propertyName);
 }