|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractXDO | +--com.ibm.mm.sdk.common.dkClob
dkClob: a common abstract class for basic CLOB in DL and other datastores.
Method Summary | |
dkClob |
concatReplace(byte[] aByteArrg)
Deprecated. no need to do this, no meaning |
dkClob |
concatReplace(dkClob adkClob)
Deprecated. no need to do this, no meaning |
int |
indexOf(dkClob adkClob,
int startpos)
Deprecated. no need to do this, no meaning |
int |
indexOf(java.lang.String astring,
int startpos)
Deprecated. no need to do this, no meaning |
dkClob |
insert(dkClob adkClob,
int startpos)
Deprecated. no need to do this, no meaning |
dkClob |
insert(java.lang.String astring,
int startpos)
Deprecated. no need to do this, no meaning |
dkClob |
remove(int startpos,
int alength)
Deprecated. no need to do this, no meaning |
java.lang.String |
subString(int startpos,
int alength)
Deprecated. no need to do this, no meaning |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractXDO |
add, add, addExtension, cloneSkeleton, compareData, copyData, datastore, del, del, equals, getAffiliatedType, getClassName, getContent, getContentToClientFile, getContentType, getDatastore, getExtension, getMimeType, getOpenHandler, getOption, getParent, getPid, getPidObject, getRank, getRootObject, isContentChanged, isNull, isOpenSynchronous, isSet, length, notEqual, open, open, protocol, removeExtension, retrieve, retrieve, setAffiliatedType, setClassName, setClassOpenHandler, setContent, setContentFromClientFile, setContentType, setDatastore, setInstanceOpenHandler, setMimeType, setNull, setOption, setParent, setPid, setPidObject, setRank, setRootObject, size, update, update |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.mm.sdk.common.dkDataObjectBase |
getObjectType |
Method Detail |
public dkClob concatReplace(dkClob adkClob) throws DKException, java.lang.Exception
adkClob
- another dkClob objectpublic dkClob concatReplace(byte[] aByteArrg) throws DKException, java.lang.Exception
aByteArrg
- a byte array streampublic int indexOf(java.lang.String astring, int startpos) throws DKException, java.lang.Exception
astring
- the search string argumentstartpos
- the offset position start to searchpublic int indexOf(dkClob adkClob, int startpos) throws DKException, java.lang.Exception
adkClob
- the lobData of this dkClob is the search argumentstartpos
- the offset position start to searchpublic java.lang.String subString(int startpos, int alength) throws DKException, java.lang.Exception
startpos
- the byte offset position start to extractalength
- the length to extractpublic dkClob remove(int startpos, int alength) throws DKException, java.lang.Exception
startpos
- the byte offset position start to deletealength
- the length to deletepublic dkClob insert(java.lang.String astring, int startpos) throws DKException, java.lang.Exception
astring
- the argument string datastartpos
- the byte offset position start to insertpublic dkClob insert(dkClob adkClob, int startpos) throws DKException, java.lang.Exception
adkClob
- the lobData of this dkClob is the argument datastartpos
- the byte offset position start to insert
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |