com.ibm.mm.sdk.common
Interface dkQuery
-
- All Superinterfaces:
- dkQueryBase
public interface dkQuery extends dkQueryBase
Interface representing a CM8 query.This interface extends
dkQueryBaseand serves as a marker for query objects in the CM8 API. Query objects encapsulate query strings and parameters that can be executed against a datastore to retrieve matching objects.Queries are typically created using
dkQueryManager.createQuery(String, short, DKNVPair[])and executed usingdkQueryEvaluator.evaluate(String, short, DKNVPair[]).- See Also:
dkQueryBase,dkQueryManager,dkQueryEvaluator