Class LobData

    • Constructor Detail

      • LobData

        LobData()
    • Method Detail

      • getInputStream

        public abstract java.io.InputStream getInputStream​(long precision)
        Get stream to read LOB data from
        Parameters:
        precision - octet length of the stream, or -1 if unknown
        Returns:
        stream to read LOB data from
      • isLinkedToTable

        public boolean isLinkedToTable()
      • remove

        public void remove​(ValueLob value)
        Remove the underlying resource, if any. For values that are kept fully in memory this method has no effect.
        Parameters:
        value - to remove
      • getMemory

        public int getMemory()
        Get the memory used by this object.
        Returns:
        the memory used in bytes