Package | Description |
---|---|
sf.database.dbinfo | |
sf.database.dialect |
Modifier and Type | Method and Description |
---|---|
static Feature |
Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature[] |
Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected Set<Feature> |
DBDialect.features
各种Boolean特性
|
Modifier and Type | Method and Description |
---|---|
boolean |
IDBDialect.has(Feature feature)
判断数据库是否支持某项特性
|
boolean |
DatabaseDialect.has(Feature feature)
判断数据库是否支持某项特性
|
boolean |
DBDialect.has(Feature feature) |
boolean |
IDBDialect.notHas(Feature feature)
判断数据库是否不支持某项特性
|
boolean |
DatabaseDialect.notHas(Feature feature)
判断数据库是否不支持某项特性
|
boolean |
DBDialect.notHas(Feature feature) |
Copyright © 2020. All rights reserved.