Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkDatastoreIntIC

All Superinterfaces:
dkDatastore, dkQueryEvaluator, dkQueryManager
All Known Implementing Classes:
DKDatastoreIC

public interface dkDatastoreIntIC
extends dkDatastore

dkDatastoreIntIC: the following methods are additions or modifications of the existing method in the current implementation of dkDatastoreIntIC


Method Summary
 dkResultSetCursor executeDB2(java.lang.String command, short commandLangType, DKNVPair[] params)
          Uses the internal DB2 datastore to execute the command query directly.
 
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
 

Method Detail

executeDB2

public dkResultSetCursor executeDB2(java.lang.String command,
                                    short commandLangType,
                                    DKNVPair[] params)
                             throws DKException,
                                    java.lang.Exception
Uses the internal DB2 datastore to execute the command query directly. Only DK_CM_SQL_QL_TYPE commands can be processed with this method. This method is for internal use.
Parameters:
command - a query string
commandLang - a query type
params - additional query option in name/value pair
Returns:
a DB2 result set cursor which represents a datastore cursor.

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.