| Package | Description |
|---|---|
| com.geoway.adf.gis.geodb | |
| com.geoway.adf.gis.geodb.field |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
JdbcWorkspace.convertFieldType(int colType) |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.getByValue(Integer value) |
FieldType |
Field.getFieldType() |
FieldType |
IField.getFieldType()
获取字段类型
|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.setFieldType(FieldType fieldType) |
void |
IField.setFieldType(FieldType fieldType)
设置字段类型
|
| Constructor and Description |
|---|
Field(String name,
String aliasName,
FieldType fieldType) |
Field(String name,
String aliasName,
FieldType fieldType,
int length) |
Field(String name,
String aliasName,
FieldType fieldType,
int length,
int scale,
boolean nullable,
Object defaultValue) |
Copyright © 2025. All rights reserved.