Documentation of 'org.apache.derby.iapi.services.io.StreamStorable' Java class
StreamStorable
org.apache.derby.iapi.services.io

Interface StreamStorable

  • All Known Subinterfaces:
    BitDataValue
    All Known Implementing Classes:
    SQLBit, SQLBlob, SQLChar, SQLClob, SQLLongVarbit, SQLLongvarchar, SQLVarbit, SQLVarchar, XML


    public interface StreamStorable
    Streaming interface for a data value. The format of the stream is data type dependent and represents the on-disk format of the value. That is it is different to the value an application will see through JDBC with methods like getBinaryStream and getAsciiStream.
    If the value is NULL (DataValueDescriptor.isNull returns true then these methods should not be used to get the value.
    See Also:
    Formatable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void loadStream()
      Set the value by reading the stream and converting it to an object form.
      java.io.InputStream returnStream()
      Return the on-disk stream state of the object.
      void setStream(java.io.InputStream newStream)
      sets the on-disk stream state for the object.
    • Method Detail

      • returnStream

        java.io.InputStream returnStream()
        Return the on-disk stream state of the object.
      • setStream

        void setStream(java.io.InputStream newStream)
        sets the on-disk stream state for the object.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.