| Package | Description |
|---|---|
| com.github.drinkjava2.jdialects | |
| com.github.drinkjava2.jdialects.model |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Type,String> |
Dialect.typeMappings |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
Dialect.translateToDDLType(Type type,
Integer... lengths)
Transfer jdialect.Type to a real dialect's ddl type, lengths is optional
for some types
|
| Modifier and Type | Method and Description |
|---|---|
Type |
Column.getColumnType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setColumnType(Type columnType) |
Copyright © 2017. All rights reserved.