Thomas Ploch
04/08/2024, 11:41 AMfun valueFromDB(value: kotlin.Any): kotlin.Any
in the IColumnType
interface. Since columns can be nullable, why is the signature here not allowing null values? This forces implementers to additionally check null somewhere else, and not within a custom column type implementation.spand
04/08/2024, 12:17 PMfun readObject(rs: ResultSet, index: Int): Any?
Thomas Ploch
04/08/2024, 12:21 PMThomas Ploch
04/08/2024, 1:20 PM