| 程序包 | 说明 |
|---|---|
| cloud.agileframework.elasticsearch | |
| cloud.agileframework.elasticsearch.types |
| 限定符和类型 | 方法和说明 |
|---|---|
ElasticsearchType |
Cursor.Schema.getElasticsearchType(int index)
Returns the
ElasticsearchType corresponding to a specific
column in the result. |
ElasticsearchType |
ColumnMetaData.getEsType() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ElasticsearchType |
ElasticsearchType.fromJdbcType(JDBCType jdbcType) |
static ElasticsearchType |
ElasticsearchType.fromTypeName(String typeName)
Returns the
ElasticsearchType for the specified elasticsearch
data type name. |
static ElasticsearchType |
ElasticsearchType.fromTypeName(String typeName,
boolean errorOnUnknownType)
Parses a specified Elasticsearch type name to determine
the corresponding
ElasticsearchType |
static ElasticsearchType |
ElasticsearchType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ElasticsearchType[] |
ElasticsearchType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2022. All rights reserved.