protected abstract fun getOrNull(set: ResultSet, index: Int): T?
Get the column at index in set, returning a nullable value.