|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Provides methods to save data to, and extract data from, LOB domain classes. These methods are implemented by all LOB-based domain classes: BlobDomain, BFileDomain, and ClobDomain.
Domain classes encapsulate Oracle SQL datatypes. Domain objects can be converted to the standard JDBC data types.
TypeFactory, "JboDomainValidator"| Method Summary | |
void |
closeOutputStream()Closes and cleansup internal reference to output stream. |
java.io.Reader |
getCharacterStream()Returns a stream to be used to read bytes from this LOB. |
java.io.InputStream |
getInputStream()Returns a stream to be used to read bytes from this LOB. |
java.io.OutputStream |
getOutputStream()Returns a stream to be used to write bytes into this LOB. |
| Methods inherited from interface oracle.jbo.domain.LobInterface |
getOwner, getOwnerAttributeIndex, getRemoteIdString, getSize, syncClientLob, syncServerLob |
| Methods inherited from interface oracle.jbo.domain.BlobDomainInterface |
loadFromDatabase, prepareForDML, saveToDatabase, saveToDatabase |
| Methods inherited from interface oracle.jbo.domain.DomainInterface |
getData, setContext |
| Method Detail |
public java.io.OutputStream getOutputStream()
public void closeOutputStream()
public java.io.InputStream getInputStream()
public java.io.Reader getCharacterStream()
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.