mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
增加Gbase8s
驱动支持
This commit is contained in:
@@ -173,6 +173,9 @@ public class DialectFactory implements DriverNamePool {
|
||||
} else if (nameContainsProductInfo.contains("sap")) {
|
||||
// sap hana
|
||||
driver = DRIVER_HANA;
|
||||
} else if (nameContainsProductInfo.contains("gbasedbt-sqli")) {
|
||||
// Gbase8s,见:https://www.gbase.cn/community/post/4029
|
||||
driver = DRIVER_GBASE8S;
|
||||
}
|
||||
|
||||
return driver;
|
||||
|
@@ -104,6 +104,11 @@ public interface DriverNamePool {
|
||||
* JDBC 驱动 南大通用
|
||||
*/
|
||||
String DRIVER_GBASE = "com.gbase.jdbc.Driver";
|
||||
/**
|
||||
* JDBC 驱动 南大通用8S<br>
|
||||
* 见:https://www.gbase.cn/community/post/4029
|
||||
*/
|
||||
String DRIVER_GBASE8S = "com.gbasedbt.jdbc.Driver";
|
||||
/**
|
||||
* JDBC 驱动 神州数据库
|
||||
*/
|
||||
|
Reference in New Issue
Block a user