mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
0a8e8d2893
commit
fca001acc8
@ -164,9 +164,6 @@ public class DialectFactory implements DriverNamePool {
|
||||
} else if (nameContainsProductInfo.contains("sybase")) {
|
||||
// Sybase
|
||||
driver = DRIVER_SYBASE;
|
||||
} else if (nameContainsProductInfo.contains("xugu")) {
|
||||
// 虚谷数据库
|
||||
driver = DRIVER_XUGO;
|
||||
}
|
||||
|
||||
return driver;
|
||||
|
@ -108,9 +108,5 @@ public interface DriverNamePool {
|
||||
* JDBC 驱动 Sybase
|
||||
*/
|
||||
String DRIVER_SYBASE = "com.sybase.jdbc4.jdbc.SybDriver";
|
||||
/**
|
||||
* JDBC 驱动 虚谷
|
||||
*/
|
||||
String DRIVER_XUGO = "com.xugu.cloudjdbc.Driver";
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user