| Package | Description | 
|---|---|
| org.jooq.impl | The  org.jooq.implpackage contains jOOQ's implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DataType<?> | DefaultDataType. getDataType(SQLDialect dialect,
           String t,
           int p,
           int s)Convert a type name (using precision and scale) into a Java class | 
| static Class<?> | DefaultDataType. getType(SQLDialect dialect,
       String t,
       int p,
       int s)Convert a type name (using precision and scale) into a Java class | 
Copyright © 2016. All Rights Reserved.