Uses of Class
org.jooq.exception.SQLDialectNotSupportedException
- 
Packages that use SQLDialectNotSupportedException Package Description org.jooq.impl Theorg.jooq.implpackage 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, java.lang.String t, int p, int s)Convert a type name (using precision and scale) into a Java classstatic java.lang.Class<?>DefaultDataType. getType(SQLDialect dialect, java.lang.String t, int p, int s)Convert a type name (using precision and scale) into a Java class 
 -