org.apache.derby.iapi.services.io
Interface StreamStorable

All Known Subinterfaces:
BitDataValue
All Known Implementing Classes:
SQLBinary, SQLChar

public interface StreamStorable

Formatable for holding SQL data (which may be null). It supports streaming columns.

See Also:
Formatable

Method Summary
 void loadStream()
          sets the stream state for the object.
 java.io.InputStream returnStream()
          Return the stream state of the object.
 void setStream(java.io.InputStream newStream)
          sets the stream state for the object.
 

Method Detail

returnStream

public java.io.InputStream returnStream()
Return the stream state of the object.


setStream

public void setStream(java.io.InputStream newStream)
sets the stream state for the object.


loadStream

public void loadStream()
                throws StandardException
sets the stream state for the object.

Throws:
StandardException - on error


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.