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