UrlAccessor

data object UrlAccessor : JdbcAccessor<URL>

Functions

Link copied to clipboard
open override fun get(rs: ResultSet, colIdx: Int): URL?
Link copied to clipboard
open override fun set(stmt: PreparedStatement, paramIdx: Int, value: URL)