Interface BlobHandler


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

      • prepareBlob

        void prepareBlob​(Blob blob)
                  throws SQLException
        Prepares the given Blob before it is included an in insert or update statement.

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

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