Module org.jooq
Package org.jooq.impl

Class BlobBinding

java.lang.Object
org.jooq.impl.BlobBinding
All Implemented Interfaces:
Serializable, Binding<byte[],​byte[]>

public class BlobBinding extends Object implements Binding<byte[],​byte[]>
A binding that takes binary values but binds them as Blob to at the JDBC level.

This is useful for workarounds for bugs in Oracle, like ORA-01461: can bind a LONG value only for insert into a LONG column (see [#4091])

Author:
Lukas Eder
See Also:
Serialized Form