Ejemplo n.º 1
0
 public String getExecutionProperty(String key) {
   return this.getExecutionProperties().getProperty(JDBCURL.getValidKey(key));
 }
Ejemplo n.º 2
0
 public void setExecutionProperty(String key, String value) {
   JDBCURL.addNormalizedProperty(key, value, getExecutionProperties());
 }