|
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 | |
DomainOwnerInterface |
getOwner() Returns the reference to owner of this domain (could be the row that this domain instance belongs to.) |
int |
getOwnerAttributeIndex() |
java.lang.String |
getRemoteIdString() |
long |
getSize() |
void |
syncClientLob(LobInterface oldObject) Synchronize client-side data from the given lob |
void |
syncServerLob(LobInterface oldObject) Synchronize the streams from an older version of this object so that this version works with the opened streams (if any). |
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 void syncServerLob(LobInterface oldObject)
public void syncClientLob(LobInterface oldObject)
public DomainOwnerInterface getOwner()
public long getSize()
public java.lang.String getRemoteIdString()
public int getOwnerAttributeIndex()
|
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.