Specifying item constraints

For backward compatibility with IM Modeling V8.2, the data mining features in data warehousing in Db2® Version 9.7.3 support the methods that are shown in the following table to specify item constraints. These methods are deprecated in the data mining features of data warehousing in Db2 Version 9.7.3, because the type DM_RuleFilter provides more powerful methods for specifying item constraints.

Table 1. Methods for type DM_RuleSettings: Specifying item constraints
Method Purpose SQL/MM method
DM_addConItem method Adds an item to the list of item constraints N
DM_getConItem method Gets the item at the specified position N
DM_getConType method Gets the item constraint type N
DM_getNumConItem method Gets the number of items in the list of item constraints N
DM_remConItem method Removes an item from the list of item constraints N
DM_setConType method Sets the item constraint type N