What is the preferred way of using getColumn(#).getText() when the value could be null? Currently I am using isNull() before running the query but I am not sure if that is the best way.