public class CmClobGetResult extends CmResult
| Constructor and Description |
|---|
CmClobGetResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addByteLength(long aByteLength) |
long |
getByteLength() |
long |
getCharLength() |
long |
getLocatorId() |
long |
getOffset() |
void |
init(long aLocatorId,
long aOffset,
long aCharLength) |
void |
setByteLength(long aByteLength) |
void |
setCharLengthToGet(int aCharLength) |
public void init(long aLocatorId,
long aOffset,
long aCharLength)
public long getLocatorId()
public long getCharLength()
public void setCharLengthToGet(int aCharLength)
public long getOffset()
public long getByteLength()
public void setByteLength(long aByteLength)
public void addByteLength(long aByteLength)