Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.domain
Interface LobInterface

All Superinterfaces:
BlobDomainInterface, DomainInterface, MutableDomainInterface

public interface LobInterface
extends BlobDomainInterface, MutableDomainInterface

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.

Since:
JDevloper 3.0
See Also:
TypeFactory, "JboDomainValidator"

Field Summary
 
Fields inherited from interface oracle.jbo.domain.BlobDomainInterface
CLASS_INSTANCE
 
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

syncServerLob

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).


syncClientLob

void syncClientLob(LobInterface oldObject)
Synchronize client-side data from the given lob


getOwner

DomainOwnerInterface getOwner()
Returns the reference to owner of this domain (could be the row that this domain instance belongs to.)


getSize

long getSize()

getRemoteIdString

java.lang.String getRemoteIdString()

getOwnerAttributeIndex

int getOwnerAttributeIndex()

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.