getLocalDate

fun getLocalDate(columnIndex: Int): LocalDate?(source)
fun getLocalDate(columnLabel: String): LocalDate?(source)

Retrieve the value of the designated column in the current row of this row set object as a java.time.LocalDate object in the Java programming language.