多数据连接动态切换插件
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.

12 lines
285 B

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);
}