Uses of Class
org.jooq.exception.SQLDialectNotSupportedException
Packages that use SQLDialectNotSupportedException
-
Uses of SQLDialectNotSupportedException in org.jooq.impl
Methods in org.jooq.impl that throw SQLDialectNotSupportedExceptionModifier and TypeMethodDescriptionstatic final DataType
<?> DefaultDataType.getDataType
(SQLDialect dialect, String t, int p, int s) Convert a type name (using precision and scale) into a Java classstatic final DataType
<?> DefaultDataType.getDataType
(SQLDialect dialect, String t, int p, int s, boolean forceIntegerTypesOnZeroScaleDecimals) Convert a type name (using precision and scale) into a Java classstatic final Class
<?> DefaultDataType.getType
(SQLDialect dialect, String t, int p, int s) Convert a type name (using precision and scale) into a Java class