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 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