Package | Description |
---|---|
sf.database.dialect |
Modifier and Type | Field and Description |
---|---|
static Map<DatabaseDriver,DBDialect> |
DialectUtils.DATABASE_DRIVER_DB_DIALECT_MAP
别名,版本号:允许动态添加方言
|
Modifier and Type | Method and Description |
---|---|
static DatabaseDriver |
DatabaseDriver.fromJdbcUrl(String url)
Find a
DatabaseDriver for the given URL. |
static DatabaseDriver |
DatabaseDriver.fromProductName(String productName)
Find a
DatabaseDriver for the given product name. |
static DatabaseDriver |
DatabaseDriver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseDriver[] |
DatabaseDriver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.