Class V11OutputBlob

    • Method Detail

      • open

        public void open()
                  throws java.sql.SQLException
        Description copied from interface: FbBlob
        Opens an existing input blob, or creates an output blob.
        Specified by:
        open in interface FbBlob
        Overrides:
        open in class V10OutputBlob
        Throws:
        java.sql.SQLException - If the blob is already open, this is a (closed) output blob and it already has a blobId, the transaction is not active, or a database connection error occurred
      • checkBlobOpen

        protected void checkBlobOpen()
                              throws java.sql.SQLException
        Description copied from class: AbstractFbBlob
        Checks if the blob is open.

        NOTE: Subclasses may perform additional side effects, like queuing a server-side open for a deferred open blob.

        Overrides:
        checkBlobOpen in class AbstractFbBlob
        Throws:
        java.sql.SQLException - when the blob is closed.