Interface ClobHandler


  • public interface ClobHandler
    An API user callback that prepares a Clob before a JDBC insert or update operation.
    Author:
    Carl Harris
    • Method Detail

      • prepareClob

        void prepareClob​(Clob clob)
                  throws SQLException
        Prepares the given Clob before it is included an in insert or update statement.

        An implementation will typically provide the content for the large object.

        Parameters:
        clob - the large object to prepare
        Throws:
        SQLException - as needed