You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
285 B
13 lines
285 B
3 years ago
|
package com.fr.plugin.dynamic.dbconnect.extension;
|
||
|
|
||
|
import com.fr.stable.fun.mark.Mutable;
|
||
|
|
||
|
import java.util.HashMap;
|
||
|
|
||
|
public interface FetchDynamicDbConnect extends Mutable {
|
||
|
|
||
|
String XML_TAG = "FetchDynamicDbConnect";
|
||
|
|
||
|
String getConnectName(HashMap<String,String> params);
|
||
|
}
|