|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.1.0) E10653-02 |
||||||||
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
public class ClobDomain
This class provides a lightweight wrapper for oracle.sql.Clob, the Java representation of the Clob database type. This wrapper allows an instance of the oracle.sql.Clob to be used as a domain object.
Constructor Summary | |
---|---|
ClobDomain()
Constructor for this class. |
|
ClobDomain(byte[] data)
Deprecated. since 9.0.3.5. Use ClobDomain(char[] data) Constructor instead. |
|
ClobDomain(char[] data)
Constructs an instance of this class, given a char array. |
|
ClobDomain(java.sql.Clob clob)
Constructs an instance of this class, given a Clob object. |
|
ClobDomain(CLOB clob)
Deprecated. use ClobDomain(Clob) instead. |
|
ClobDomain(java.sql.Clob clob,
byte[] clobData)
Deprecated. since 9.0.3.5. Use ClobDomain(Clob clob, char[] clobData) Constructor instead. |
|
ClobDomain(CLOB clob,
byte[] clobData)
Deprecated. use ClobDomain(Clob, byte[]) instead. |
|
ClobDomain(java.sql.Clob clob,
char[] clobData)
Internal: Applications should not use this constructor. |
|
ClobDomain(CLOB clob,
char[] clobData)
Deprecated. use ClobDomain(Clob, char[]) instead. |
|
ClobDomain(ClobDomain nclob,
byte[] clobData)
Deprecated. since 9.0.3.5. Use ClobDomain(ClobDomain clob, char[] clobData) Constructor instead. |
|
ClobDomain(ClobDomain nclob,
char[] clobData)
Deprecated. use ClobDomain(ClobDomain, char[], OracleConnection) instead. |
|
ClobDomain(ClobDomain nclob,
char[] clobData,
OracleConnection conn)
Creates an instance of this class with data as described in clobData
and using the transaction context from clob to use the clob-locator
in the database. |
|
ClobDomain(ResponseValues respVals)
|
|
ClobDomain(java.lang.String str)
Constructs an instance of this class, given a string. |
Method Summary | |
---|---|
void |
closeCharacterOutputStream()
Closes and cleansup internal reference to writer. |
void |
closeCharacterStream()
Close the Clob contents as a Unicode reader. |
void |
closeOutputStream()
Closes the OutputStream object. |
static java.sql.Clob |
createEmptyCLOB(java.lang.Object context)
Creates an empty Clob object. |
boolean |
equals(java.lang.Object obj)
Converts all the data into a String and compares the two strings. |
protected void |
finalize()
|
java.io.OutputStream |
getAsciiOutputStream()
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead. |
java.io.InputStream |
getAsciiStream()
Gets the Clob value designated by this Clob
object as a stream of Ascii bytes. |
int |
getBufferSize()
Get ideal LOB db access buffer size. |
java.io.Writer |
getCharacterOutputStream()
Returns a Writer for Unicode stream to the Clob that uses the default character encoding. |
java.io.Writer |
getCharacterOutputStream(java.lang.String enc)
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead. |
java.io.Reader |
getCharacterStream()
Gets the Clob contents as a Unicode reader. |
java.io.Reader |
getCharacterStream(java.lang.String enc)
Deprecated. since 9.0.3.5. Use getCharacterStream() instead. |
java.lang.Object |
getData()
Internal: Applications should not use this method. |
java.io.InputStream |
getInputStream()
Deprecated. since 9.0.3.5. Use getCharacterStream() instead. |
long |
getLength()
Returns the number of characters in the Clob value
designated by this Clob object. |
java.io.OutputStream |
getOutputStream()
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead. |
byte[] |
getStorageByteArray()
Deprecated. since 9.0.3.5. Use getStorageCharArray() instead. |
byte[] |
getStorageByteArray(java.lang.String enc)
Deprecated. since 9.0.3.5. Use getStorageCharArray() instead. |
char[] |
getStorageCharArray()
Converts this Clob contents into a char array. |
java.lang.String |
getSubString(long offset,
int length)
Returns a copy of the specified substring in the Clob value
designated by this Clob object. |
static XMLDomainFactory |
getXMLDomainFactory(java.lang.Class attrClass)
Internal: Applications should not use this method. |
ResponseValues |
marshal()
Internal: Applications should not use this method. |
void |
prepareForDML(java.lang.Object context)
Internal: Applications should not use this method. |
protected void |
resetCachedData()
|
void |
saveToDatabase(Transaction xAct)
Internal: Applications should not use this method. |
void |
saveToDatabase(Transaction xAct,
java.lang.Object emptySQLObject)
Internal: Applications should not use this method. |
void |
setBytes(byte[] clobData)
Deprecated. since 9.0.3.5. Use setChars(char[] clobData) instead. |
void |
setChars(char[] clobData)
Sets the Clob data for this object. |
void |
setIsBindVar(boolean isBindVar)
Internal: Applications should not use this method. |
void |
syncClientLob(LobInterface oldObj)
Internal: Applications should not use this function. |
void |
syncServerLob(LobInterface oldObj)
Internal: Applications should not use this function. |
char[] |
toCharArray()
Converts this cLOB contents into a char array. |
java.lang.String |
toString()
Converts this ClobDomain object to a string. |
void |
useCLOB(java.sql.Clob newClob)
Internal: Applications should not use this method. |
Methods inherited from class oracle.jbo.domain.BaseLobDomain |
---|
closeInputStream, getInvokeDomainMethod, getOwner, getOwnerAttributeIndex, getOwnerRow, getRemoteBufferSize, getRemoteIdString, getRemoteLength, getSize, isCacheDataModified, loadFromDatabase, setContext, toByteArray, toDatum |
Methods inherited from class java.lang.Object |
---|
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.jbo.domain.LobStreamInterface |
---|
closeInputStream |
Methods inherited from interface oracle.jbo.domain.LobInterface |
---|
getOwner, getOwnerAttributeIndex, getRemoteIdString, getSize |
Methods inherited from interface oracle.jbo.domain.BlobDomainInterface |
---|
loadFromDatabase |
Methods inherited from interface oracle.jbo.domain.DomainInterface |
---|
setContext |
Constructor Detail |
---|
public ClobDomain()
public ClobDomain(java.lang.String str)
str
- a string to be used for a ClobDomain.public ClobDomain(byte[] data)
data
- a byte array to be used for a ClobDomain.public ClobDomain(char[] data)
data
- a char array to be used for a ClobDomain.public ClobDomain(java.sql.Clob clob)
clob
- a Clob to be used for a ClobDomain.public ClobDomain(CLOB clob)
public ClobDomain(java.sql.Clob clob, byte[] clobData)
Creates an instance of this class with data as described in
clobData
and using the transaction context from clob
to use the
Clob locator
in the database.
clob
- name of the Clob to use as a ClobDomain.clobData
- data to fill the Clob.public ClobDomain(CLOB clob, byte[] clobData)
public ClobDomain(java.sql.Clob clob, char[] clobData)
Creates an instance of this class with char data as described in
clobData
and using the transaction context from clob
to use the
Clob locator
in the database.
clob
- name of the Clob to use as a ClobDomain.clobData
- data to fill the Clob.public ClobDomain(CLOB clob, char[] clobData)
public ClobDomain(ClobDomain nclob, byte[] clobData)
clobData
and using the transaction context from clob
to use the clob-locator
in the database.
This constructor should be used by applications using the framework to create ClobDomain objects.
nclob
- name of the Clob to use as a ClobDomain.clobData
- data to fill the Clob.public ClobDomain(ClobDomain nclob, char[] clobData, OracleConnection conn)
clobData
and using the transaction context from clob
to use the clob-locator
in the database.
This constructor should be used by applications using the framework to create ClobDomain objects.
nclob
- name of the Clob to use as a ClobDomain.clobData
- data to fill the Clob.public ClobDomain(ClobDomain nclob, char[] clobData)
public ClobDomain(ResponseValues respVals)
Method Detail |
---|
public void useCLOB(java.sql.Clob newClob)
If this object does not have a transaction context, shares the transaction
and Clob locator from newClob
.
newClob
- name of the Clob with which this Clob will share its
transaction and Clob locator information.public ResponseValues marshal()
marshal
in interface MarshalledDomain
marshal
in class BaseLobDomain
public void prepareForDML(java.lang.Object context)
prepareForDML
in interface BlobDomainInterface
public void setIsBindVar(boolean isBindVar)
public void saveToDatabase(Transaction xAct) throws java.sql.SQLException
Uses the given transaction context to store data back into the database using the blob-locator which should be set before this method is invoked.
saveToDatabase
in interface BlobDomainInterface
saveToDatabase
in class BaseLobDomain
xAct
- name of the transaction context.
java.sql.SQLException
public void saveToDatabase(Transaction xAct, java.lang.Object emptySQLObject) throws java.sql.SQLException
Uses the given transaction context to store data back into the database using the blob-locator which should be set before this method is invoked.
saveToDatabase
in interface BlobDomainInterface
saveToDatabase
in class BaseLobDomain
java.sql.SQLException
public boolean equals(java.lang.Object obj)
equals
in class BaseLobDomain
obj
- the object to compare to this ClobDomain.public static XMLDomainFactory getXMLDomainFactory(java.lang.Class attrClass)
public static java.sql.Clob createEmptyCLOB(java.lang.Object context)
context
- an internal framework context.public java.lang.String getSubString(long offset, int length)
Clob
value
designated by this Clob
object.
The substring begins at position
offset
and has up to length
consecutive
characters.
offset
- the first character of the substring to be extracted.
The first character is at position 0.length
- the number of consecutive characters to be copied
String
that is the specified substring in
the Clob
value designated by this Clob
object
java.sql.SQLException
- if there is an error accessing the
Clob
public java.io.OutputStream getAsciiOutputStream()
public java.io.InputStream getInputStream()
Clob
value designated by this Clob
object as a stream of Ascii bytes.
getInputStream
in interface LobStreamInterface
getInputStream
in class BaseLobDomain
Clob
data
Clob
valuepublic java.io.InputStream getAsciiStream()
Clob
value designated by this Clob
object as a stream of Ascii bytes.
Clob
data
Clob
valueprotected void resetCachedData()
resetCachedData
in class BaseLobDomain
public char[] getStorageCharArray()
public byte[] getStorageByteArray()
getStorageByteArray
in class BaseLobDomain
public byte[] getStorageByteArray(java.lang.String enc)
public java.io.OutputStream getOutputStream()
getOutputStream
in interface LobStreamInterface
getOutputStream
in class BaseLobDomain
public java.io.Writer getCharacterOutputStream()
getCharacterOutputStream
in interface LobStreamInterface
public java.io.Writer getCharacterOutputStream(java.lang.String enc)
public void closeCharacterStream()
Clob
contents as a Unicode reader.
Clob
closeCharacterStream
in interface LobStreamInterface
closeCharacterStream
in class BaseLobDomain
public java.io.Reader getCharacterStream()
Clob
contents as a Unicode reader.
getCharacterStream
in interface LobStreamInterface
getCharacterStream
in class BaseLobDomain
Clob
data
java.sql.SQLException
- if there is an error accessing the
Clob
public java.io.Reader getCharacterStream(java.lang.String enc)
Clob
contents as a Unicode stream that uses the named character encoding.
Clob
data
java.sql.SQLException
- if there is an error accessing the
Clob
public void setBytes(byte[] clobData)
setBytes
in class BaseLobDomain
clobData
- data to fill the Blob.public void setChars(char[] clobData)
clobData
- data to fill the Blob.public void syncClientLob(LobInterface oldObj)
syncClientLob
in interface LobInterface
syncClientLob
in class BaseLobDomain
public void syncServerLob(LobInterface oldObj)
syncServerLob
in interface LobInterface
syncServerLob
in class BaseLobDomain
public java.lang.String toString()
toString
in class BaseLobDomain
public java.lang.Object getData()
getData
in interface DomainInterface
getData
in class BaseLobDomain
public char[] toCharArray()
public long getLength()
Clob
value
designated by this Clob
object.
Clob
in characterspublic int getBufferSize()
public void closeOutputStream()
LobStreamInterface
closeOutputStream
in interface LobStreamInterface
closeOutputStream
in class BaseLobDomain
public void closeCharacterOutputStream()
LobStreamInterface
closeCharacterOutputStream
in interface LobStreamInterface
protected void finalize()
finalize
in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.1.0) E10653-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |