Uses of Class
org.jooq.exception.SQLDialectNotSupportedException
-
Uses of SQLDialectNotSupportedException in org.jooq.impl
Modifier 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