public interface LobInterface extends BlobDomainInterface, MutableDomainInterface
BlobDomain, BFileDomain, and ClobDomain.
Domain classes encapsulate Oracle SQL datatypes. Domain objects can be converted to the standard JDBC data types.
TypeFactory, "JboDomainValidator"| Modifier and Type | Method and Description |
|---|---|
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).
|
loadFromDatabase, prepareForDML, saveToDatabase, saveToDatabasegetData, setContextvoid syncServerLob(LobInterface oldObject)
void syncClientLob(LobInterface oldObject)
DomainOwnerInterface getOwner()
long getSize()
java.lang.String getRemoteIdString()
int getOwnerAttributeIndex()