| Package | Description |
|---|---|
| app.myoss.cloud.mybatis.generator.db.dialect |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseDialects |
DatabaseDialects.getDatabaseDialect(String database)
Gets the database dialect.
|
static DatabaseDialects |
DatabaseDialects.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseDialects[] |
DatabaseDialects.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<DatabaseDialects,DatabaseDialect> |
DatabaseDialects.getDatabaseDialectMap()
获取数据库方言
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DatabaseDialects.registerDatabaseDialect(DatabaseDialects install,
DatabaseDialect databaseDialect)
注册数据库方言实例
|
Copyright © 2018–2020. All rights reserved.