public class CmProtocolContextLob extends CmProtocolContext
| Constructor and Description |
|---|
CmProtocolContextLob(CmChannel aChannel,
long aLocatorId,
long aLobLength) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBlobData() |
CmBlobGetResult |
getBlobGetResult() |
int |
getByteLengthPerChar() |
char[] |
getClobData() |
CmClobGetResult |
getClobGetResult() |
int |
getDstOffset() |
void |
initMode() |
boolean |
isCopyMode() |
void |
releaseCopyMode() |
void |
setBlobData(byte[] aValue) |
void |
setClobData(char[] aValue) |
void |
setCopyMode() |
void |
setDstOffset(int aOffset) |
void |
setMode(byte aIsDirectAbled) |
addCmResult, addError, channel, clearCmResult, clearError, getCmResult, getError, setChannelpublic CmProtocolContextLob(CmChannel aChannel, long aLocatorId, long aLobLength)
public CmBlobGetResult getBlobGetResult()
public CmClobGetResult getClobGetResult()
public void setBlobData(byte[] aValue)
public byte[] getBlobData()
public void setClobData(char[] aValue)
public char[] getClobData()
public int getByteLengthPerChar()
public void setDstOffset(int aOffset)
public int getDstOffset()
public boolean isCopyMode()
public void setCopyMode()
public void initMode()
public void releaseCopyMode()
public void setMode(byte aIsDirectAbled)