Module org.jooq
Package org.jooq.impl

Class ClobBinding

  • All Implemented Interfaces:
    Serializable, Binding<String,​String>

    public class ClobBinding
    extends Object
    implements Binding<String,​String>
    A binding that takes binary values but binds them as Clob 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