Package | Description |
---|---|
net.sf.jkniv.sqlegance.dialect |
Modifier and Type | Method and Description |
---|---|
SqlFeatureSupport |
SqlFeature.getSqlFeature()
The feature name
|
static SqlFeatureSupport |
SqlFeatureSupport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlFeatureSupport[] |
SqlFeatureSupport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SqlFeature |
SqlFeatureFactory.newInstance(SqlFeatureSupport name)
Create a new instance of
SqlFeature |
static SqlFeature |
SqlFeatureFactory.newInstance(SqlFeatureSupport name,
boolean supports)
Create a new instance of
SqlFeature |
boolean |
AnsiDialect.supportsFeature(SqlFeatureSupport feature) |
boolean |
SqlDialect.supportsFeature(SqlFeatureSupport feature)
verify if dialect instance supports
feature specified |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.