if data type is CUBRIDDataType.CCI_U_TYPE_BIT or CUBRIDDataType.CCI_U_TYPE_VARBIT,because the data is a one-dimensional array, so the conditions has an error. Source code: if(data is byte[][]) { ... } else if(data is bool[][]) { ... }