|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.io
Interface StreamStorable

- public interface StreamStorable
Formatable for holding SQL data (which may be null). It supports streaming columns.
| 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 org.apache.derby.iapi.error.StandardException
- sets the stream state for the object.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC