| 程序包 | 说明 |
|---|---|
| net.wicp.tams.common.cassandra |
| 类和说明 |
|---|
| CassandrType
################## 常用字段类型 ########################## int 32位整数 int bigint
64整数 long float 32位浮点数 flaot counter 计数器,支持原子性增减,不能直接赋值 long double 64位浮点数
double boolean 布尔 boolean decimal 高精度小数 BigDecimal list 列表 List set 集合 Set
map 键值对 map text utf8编码的字符串 String varchar 与text一样 timestamp 日期 Date
############################################################
|
Copyright © 2023. All rights reserved.