Interface NClobHandler


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

      • prepareNClob

        void prepareNClob​(NClob nClob)
                   throws SQLException
        Prepares the given NClob before it is included an in insert or update statement.

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

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