BytesAccessor

BytesAccessor uses a ByteBuffer instead of a ByteArray so that Micronaut doesn't go crazy.

Functions

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