Uses of Class
org.jooq.exception.SQLDialectNotSupportedException
-
Packages that use SQLDialectNotSupportedException Package Description org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of SQLDialectNotSupportedException in org.jooq.impl
Methods in org.jooq.impl that throw SQLDialectNotSupportedException Modifier and Type Method Description static DataType<?>
DefaultDataType. getDataType(SQLDialect dialect, String t, int p, int s)
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
-