| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ISqlDialect.getDataTypeName(DataType dataType)
Default implementation returns the direct toString() conversion.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableBuilder |
CreateTableBuilder.column(String name,
DataType type)
Column.
|
CreateTableBuilder |
CreateTableBuilder.column(String name,
DataType type,
Boolean isPrimaryKey)
Column.
|
CreateTableBuilder |
CreateTableBuilder.column(String name,
DataType type,
Boolean isPrimaryKey,
Boolean isNullable)
Column.
|
CreateTableBuilder |
CreateTableBuilder.column(String name,
DataType type,
Boolean isPrimaryKey,
Boolean isNullable,
Boolean isUnique)
Column.
|
CreateTableBuilder |
CreateTableBuilder.column(String name,
DataType type,
Boolean isPrimaryKey,
Boolean isNullable,
Boolean isUnique,
Boolean isIdentity,
String... args)
Column.
|
CreateTableBuilder |
CreateTableBuilder.column(String name,
DataType type,
Boolean isPrimaryKey,
Boolean isNullable,
Boolean isUnique,
String... args)
Column.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultSqlDialect.getDataTypeName(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
String |
DerbySqlDialect.getDataTypeName(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
String |
PostgresSqlDialect.getDataTypeName(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
String |
SybaseSqlDialect.getDataTypeName(DataType dataType) |
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.