Uses of Class
com.ibm.di.connector.ccmdb.model.ClassAttribute
-
Packages that use ClassAttribute Package Description com.ibm.di.connector.ccmdb.model com.ibm.di.connector.ccmdb.provider -
-
Uses of ClassAttribute in com.ibm.di.connector.ccmdb.model
Methods in com.ibm.di.connector.ccmdb.model that return ClassAttribute Modifier and Type Method Description ClassAttributeActualCI. getAttribute(java.lang.String attributeName)Methods in com.ibm.di.connector.ccmdb.model with parameters of type ClassAttribute Modifier and Type Method Description voidActualCI. addAttribute(ClassAttribute attribute)booleanClassAttribute. hasSameValue(ClassAttribute otherAttribute) -
Uses of ClassAttribute in com.ibm.di.connector.ccmdb.provider
Methods in com.ibm.di.connector.ccmdb.provider with parameters of type ClassAttribute Modifier and Type Method Description static SQLQueryCCMDBActualCISchema. createInsertQuery(AttributeDefinition attrDef, ClassAttribute attribute)static SQLQueryCCMDBActualCISchema. createUpdateQuery(AttributeDefinition attrDef, ClassAttribute attribute)
-