Searched refs:columnValue (Results 1 – 2 of 2) sorted by relevance
150 JSONValue columnValue = row.get(columnKey); in getRowText() local151 if (columnValue == null || columnValue.isNull() != null) { in getRowText()154 rowText[i] = Utils.jsonToString(columnValue); in getRowText()
285 row.set(index, new Value(stmt.columnValue(index), cursorValueType(stmt.columnType(index)))); in fillRowValues()