| 程序包 | 说明 |
|---|---|
| cloud.agileframework.elasticsearch.types |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BinaryType |
class |
BooleanType |
class |
ByteType |
class |
DateType
Supports returning a java.sql.Date from a String (starting with yyyy-mm-dd)
or a Number value indicating epoch time in millis.
|
class |
DoubleType |
class |
FloatType |
class |
IntegerType |
class |
LongType |
class |
NumberType<T> |
class |
ShortType |
class |
StringType |
class |
TimestampType
Supports returning a java.sql.Timestamp from a String in the
JDBC escape format, or a Number value indicating epoch time in millis.
|
class |
TimeType |
Copyright © 2022. All rights reserved.