Searched refs:columnValue (Results 1 – 2 of 2) sorted by relevance
32 Object columnValue = get(column); in getString() local33 return columnValue == null ? null : columnValue.toString(); in getString()
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()