com.ibm.mm.sdk.common
Interface dkDatastoreIntTS
- All Superinterfaces:
- dkDatastore, dkQueryEvaluator, dkQueryManager
- All Known Implementing Classes:
- DKDatastoreTS
- public interface dkDatastoreIntTS
- extends dkDatastore
dkDatastoreIntTS: the following methods are additions or modifications
of the existing method in the current implementation
of dkDatastoreIntTS
Methods inherited from interface com.ibm.mm.sdk.common.dkDatastore |
addExtension, addObject, addObject, addObject, addObjects, addObjects, addObjects, changePassword, clearCache, clearCache, commit, connect, connection, createDDO, createQuery, createQuery, datastoreDef, datastoreName, datastoreType, deleteObject, deleteObject, deleteObject, deleteObjects, deleteObjects, deleteObjects, destroy, disconnect, evaluate, evaluate, evaluate, evaluate, execute, execute, execute, execute, executeWithCallback, executeWithCallback, executeWithCallback, executeWithCallback, getExtension, getMapping, getOption, handle, isConnected, listAvailableServices, listDataSourceNames, listDataSources, listEntities, listEntityAttrNames, listEntityAttrs, listEntityNames, listExtensionNames, listMappingNames, listSchema, listSchemaAttributes, listSearchableEntities, listSearchableEntityNames, listSearchTemplateNames, listSearchTemplates, listServers, registerMapping, removeExtension, retrieveObject, retrieveObject, retrieveObject, retrieveObjects, retrieveObjects, retrieveObjects, rollback, serviceMgr, setOption, startTransaction, unRegisterMapping, updateObject, updateObject, updateObject, updateObjects, updateObjects, updateObjects, userName |
connect
public void connect(java.lang.String server_name,
java.lang.String port,
char communication_type)
throws DKException,
java.lang.Exception
startUpdateIndex
public void startUpdateIndex(java.lang.String indexName)
throws DKException,
java.lang.Exception
clearIndex
public void clearIndex(java.lang.String indexName)
throws DKException,
java.lang.Exception
createIndex
public void createIndex(DKIndexInfoTS newIndex)
throws DKException,
java.lang.Exception
deleteIndex
public void deleteIndex(java.lang.String indexName)
throws DKException,
java.lang.Exception
getIndexInformation
public DKIndexInfoTS getIndexInformation(java.lang.String indexName)
throws DKException,
java.lang.Exception
getIndexFunctionStatus
public DKIndexFuncStatusTS getIndexFunctionStatus(java.lang.String indexName)
throws DKException,
java.lang.Exception
setIndexFunctionStatus
public void setIndexFunctionStatus(java.lang.String indexName,
int actionId)
throws DKException,
java.lang.Exception
getMatches
public DKMatchesInfoTS getMatches(dkResultSetCursor cursor,
java.lang.String documentId,
java.lang.String textIndexName,
boolean useDictionary)
throws DKException,
java.lang.Exception
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.