DateTimeOffsetSqlType
SqlType implementation represents SQL Server datetimeoffset
SQL type.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <R : Any> transform(fromUnderlyingValue: (OffsetDateTime) -> R, toUnderlyingValue: (R) -> OffsetDateTime): SqlType<R>