Uses of Class
highfive.exceptions.UnsupportedSQLFeatureException
-
Packages that use UnsupportedSQLFeatureException Package Description highfive.dialects highfive.model -
-
Uses of UnsupportedSQLFeatureException in highfive.dialects
Methods in highfive.dialects that throw UnsupportedSQLFeatureException Modifier and Type Method Description StringMariaDBDialect. renderNullsOrdering(boolean nullsFirst)StringMySQLDialect. renderNullsOrdering(boolean nullsFirst)StringSQLServerDialect. renderNullsOrdering(boolean nullsFirst) -
Uses of UnsupportedSQLFeatureException in highfive.model
Methods in highfive.model that throw UnsupportedSQLFeatureException Modifier and Type Method Description abstract StringDialect. renderNullsOrdering(boolean nullsFirst)StringDialectNormalizer. renderNullsOrdering(boolean nullsFirst)
-