mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
增加Gbase8s
驱动支持
This commit is contained in:
@@ -108,6 +108,8 @@ public class DriverIdentifier implements DriverNames {
|
||||
new StartsWithDriverMatcher(DRIVER_KINGBASE8, "jdbc:kingbase8:"),
|
||||
// 南大通用
|
||||
new StartsWithDriverMatcher(DRIVER_GBASE, "jdbc:gbase:"),
|
||||
// 南大通用8s
|
||||
new StartsWithDriverMatcher(DRIVER_GBASE8S, "jdbc:gbasedbt-sqli:"),
|
||||
// 虚谷
|
||||
new StartsWithDriverMatcher(DRIVER_XUGU, "jdbc:xugu:"),
|
||||
// 神通
|
||||
|
@@ -128,6 +128,11 @@ public interface DriverNames {
|
||||
* 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