getOrNull

inline fun <R> getOrNull(columnLabel: String): R?(source)
inline fun <R> getOrNull(columnIndex: Int): R?(source)