| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.meta |
| Modifier and Type | Method and Description |
|---|---|
static PropertyType |
PropertyType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
PropertyType |
ColumnTypeDef.type |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
ColumnTypeDef.getType() |
| Modifier and Type | Method and Description |
|---|---|
ColumnTypeDef |
ColumnTypeDef.setType(PropertyType type) |
ColumnTypeDef.Builder |
ColumnTypeDef.Builder.setType(PropertyType type) |
| Constructor and Description |
|---|
ColumnTypeDef(PropertyType type) |
ColumnTypeDef(PropertyType type,
short type_length,
GeoShape geo_shape) |
Copyright © 2022. All rights reserved.