Uses of Class
org.jooq.exception.SQLDialectNotSupportedException
-
Uses of SQLDialectNotSupportedException in org.jooq.impl
Modifier and TypeMethodDescriptionstatic DataType<?>
DefaultDataType.getDataType(SQLDialect dialect, String t, int p, int s)
Convert a type name (using precision and scale) into a Java classstatic 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 Class<?>
DefaultDataType.getType(SQLDialect dialect, String t, int p, int s)
Convert a type name (using precision and scale) into a Java class