测试链接汇总数据库

web_backend_develope
chenlw 9 years ago
parent 96bb4e2ce3
commit 325d3da80a

@ -9,6 +9,8 @@ import com.platform.entities.OracleConnectorParams;
public interface IOracleExtractService { public interface IOracleExtractService {
// public boolean extractOracle(String name, List<OracleConnectorParams> dataInfos, GatherOracleInfo oracleConnect) throws Exception;
// public boolean extractOracle(String name, List<DataInfoEntity> dataInfos, Map<String, String> oracleConnect) throws Exception;
/** /**
* @param name * @param name
* @param dataInfo //采集库连接参数 * @param dataInfo //采集库连接参数
@ -16,7 +18,13 @@ public interface IOracleExtractService {
* @return * @return
* @throws Exception * @throws Exception
*/ */
// public boolean extractOracle(String name, List<OracleConnectorParams> dataInfos, GatherOracleInfo oracleConnect) throws Exception;
// public boolean extractOracle(String name, List<DataInfoEntity> dataInfos, Map<String, String> oracleConnect) throws Exception;
public boolean extractOracle(String name, List<OracleConnectorParams> dataInfo, GatherOracleInfo oracleConnect) throws Exception; public boolean extractOracle(String name, List<OracleConnectorParams> dataInfo, GatherOracleInfo oracleConnect) throws Exception;
/**
* @param oracleConnect
* @return true
* @throws Exception
*/
public boolean isConnectTotalOracle(GatherOracleInfo oracleConnect) throws Exception;
} }

Loading…
Cancel
Save