Uses of Class
org.jooq.exception.SQLDialectNotSupportedException

Packages that use SQLDialectNotSupportedException
org.jooq.impl   
 

Uses of SQLDialectNotSupportedException in org.jooq.impl
 

Methods in org.jooq.impl that throw SQLDialectNotSupportedException
static DataType<?> FieldTypeHelper.getDialectDataType(SQLDialect dialect, String t, int p, int s)
          Convert a type name (using precision and scale) into a Java class
static Class<?> FieldTypeHelper.getDialectJavaType(SQLDialect dialect, String t, int p, int s)
          Convert a type name (using precision and scale) into a Java class
 



Copyright © 2012. All Rights Reserved.