| Package | Description |
|---|---|
| com.ohaotian.plugin.es.builder.create | |
| com.ohaotian.plugin.es.builder.schema |
| Modifier and Type | Method and Description |
|---|---|
DataType |
ColumnsBuilder.Column.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
ColumnsBuilder |
ColumnsBuilder.addCol(String name,
DataType dataType) |
| Constructor and Description |
|---|
Column(String name,
DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
Field.getDateType() |
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.
|
| Constructor and Description |
|---|
Field(String name,
DataType dateType,
Object value) |
Copyright © 2018. All rights reserved.