Package | Description |
---|---|
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and 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 class
|
static 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
|
Copyright © 2018. All Rights Reserved.