The valueType is mapped to Boolean if the column type is TINYINT
未关闭
- 主要语言
- Java
- 星标
- 130
- 派生
- 21
- PR 合并指标
- 30 天内没有已合并 PR
描述
if the column type is TINYINT, the valueType of the column is mapped to Boolean, when I getValue().toString(), the value is true or false, I want to the value will be returned to the real value.
request.getRow(0).getColumnValue("current_status").getValue().toString();
贡献指南
评估
这个 Issue 还没有评估数据。