| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.jbo.domain.BaseLobDomain
      
oracle.jbo.domain.ClobDomain
          
oracle.jbo.domain.NClobDomain
public class NClobDomain
This class provides a lightweight wrapper for oracle.sql.NClob, the Java representation of the NCLOB database type. This wrapper allows an instance of the oracle.sql.NClob to be used as a domain object.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class oracle.jbo.domain.BaseLobDomain | 
|---|
BaseLobDomain.BlobOutputStream | 
| Field Summary | 
|---|
| Fields inherited from class oracle.jbo.domain.BaseLobDomain | 
|---|
lob, LOGGER_NAME, mClient, mData, mDataModified, mIndexString, mNeedsServerSync, mOwner, relIdx, xAct | 
| Constructor Summary | |
|---|---|
NClobDomain()Constructor for this class.  | 
|
NClobDomain(char[] data)Constructs an instance of this class, given a char array.  | 
|
NClobDomain(java.sql.Clob nclob)Constructs an instance of this class, given an NCLOB object.  | 
|
NClobDomain(java.sql.Clob nclob, char[] nclobData)Internal: Applications should not use this constructor.  | 
|
NClobDomain(NCLOB nclob)Deprecated. use NClobDomain(Clob) instead.  | 
|
NClobDomain(NCLOB nclob, char[] nclobData)Deprecated. use NClobDomain(Clob, char[]) instead.  | 
|
NClobDomain(NClobDomain nclob, char[] nclobData)Internal: Applications should not use this constructor.  | 
|
NClobDomain(ResponseValues respVals) | 
|
NClobDomain(java.lang.String str)Constructs an instance of this class, given a string.  | 
|
| Method Summary | |
|---|---|
static XMLDomainFactory | 
getXMLDomainFactory(java.lang.Class attrClass)Internal: Applications should not use this method.  | 
| Methods inherited from class oracle.jbo.domain.BaseLobDomain | 
|---|
closeInputStream, getInputStream, getInvokeDomainMethod, getOutputStream, getOwner, getOwnerAttributeIndex, getOwnerRow, getRemoteBufferSize, getRemoteIdString, getRemoteLength, getSize, isCacheDataModified, loadFromDatabase, setBytes, setContext, toByteArray, toDatum | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface oracle.jbo.domain.LobStreamInterface | 
|---|
closeCharacterOutputStream, closeCharacterStream, closeInputStream, closeOutputStream, getCharacterOutputStream, getCharacterStream, getInputStream, getOutputStream | 
| 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 | 
| Constructor Detail | 
|---|
public NClobDomain()
public NClobDomain(java.lang.String str)
str - a string to be used for a NClobDomain.public NClobDomain(char[] data)
data - a char array to be used for a NClobDomain.public NClobDomain(java.sql.Clob nclob)
nclob - an NCLOB to be used for a ClobDomain.public NClobDomain(NCLOB nclob)
public NClobDomain(java.sql.Clob nclob,
                   char[] nclobData)
Creates an instance of this class with data in nclobData argument and using the transaction context from nclob argument to use the NCLOB locator in the database.
nclob - name of the NCLOB to use as a NClobDomain.nclobData - data to fill the NCLOB.
public NClobDomain(NCLOB nclob,
                   char[] nclobData)
public NClobDomain(NClobDomain nclob,
                   char[] nclobData)
Creates an instance of this class with data in nclobData argument and using the transaction context from nclob argument to use the NCLOB locator in the database.
nclob - name of the NCLOB to use as a NClobDomain.nclobData - data to fill the NCLOB.public NClobDomain(ResponseValues respVals)
| Method Detail | 
|---|
public static XMLDomainFactory getXMLDomainFactory(java.lang.Class attrClass)
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||