Uses of Interface
net.sf.jkniv.sqlegance.dialect.SqlFeature
-
Packages that use SqlFeature Package Description net.sf.jkniv.sqlegance.dialect -
-
Uses of SqlFeature in net.sf.jkniv.sqlegance.dialect
Methods in net.sf.jkniv.sqlegance.dialect that return SqlFeature Modifier and Type Method Description SqlFeatureAnsiDialect. addFeature(SqlFeature sqlFeature)SqlFeatureSqlDialect. addFeature(SqlFeature sqlFeature)Override a SQL ANSI featurestatic SqlFeatureSqlFeatureFactory. newInstance(SqlFeatureSupport name)Create a new instance ofSqlFeaturestatic SqlFeatureSqlFeatureFactory. newInstance(SqlFeatureSupport name, boolean supports)Create a new instance ofSqlFeatureMethods in net.sf.jkniv.sqlegance.dialect with parameters of type SqlFeature Modifier and Type Method Description SqlFeatureAnsiDialect. addFeature(SqlFeature sqlFeature)SqlFeatureSqlDialect. addFeature(SqlFeature sqlFeature)Override a SQL ANSI feature
-