Uses of Class
net.sf.jkniv.sqlegance.dialect.SqlFeatureSupport
-
Packages that use SqlFeatureSupport Package Description net.sf.jkniv.sqlegance.dialect -
-
Uses of SqlFeatureSupport in net.sf.jkniv.sqlegance.dialect
Methods in net.sf.jkniv.sqlegance.dialect that return SqlFeatureSupport Modifier and Type Method Description SqlFeatureSupportSqlFeature. getSqlFeature()The feature namestatic SqlFeatureSupportSqlFeatureSupport. 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.Methods in net.sf.jkniv.sqlegance.dialect with parameters of type SqlFeatureSupport Modifier and Type Method Description static SqlFeatureSqlFeatureFactory. newInstance(SqlFeatureSupport name)Create a new instance ofSqlFeaturestatic SqlFeatureSqlFeatureFactory. newInstance(SqlFeatureSupport name, boolean supports)Create a new instance ofSqlFeaturebooleanAnsiDialect. supportsFeature(SqlFeatureSupport feature)booleanSqlDialect. supportsFeature(SqlFeatureSupport feature)verify if dialect instance supportsfeaturespecified
-