db9010 / com.jovial.db9010 / Types / sqlOther

sqlOther

val sqlOther: ValueAdapterNotNull<Unit>

A column type, if you want to just access the underlying JDBC structures directly. This might be useful for more exotic JDBC types, like the stream types that take a length, or the date/time types that take a Calendar. In those cases, you call the get/set JDBC methods directly, using an index you look up by field in a map provided by this library.