Searched refs:isReferRelationshipAddedColumn (Results 1 – 16 of 16) sorted by relevance
118 bool isReferRelationshipAddedColumn();
131 bool isReferRelationshipAddedColumn();
422 …type==ObjectType::Trigger && dynamic_cast<Trigger *>(tab_obj)->isReferRelationshipAddedColumn()) || in registerObject()423 …(obj_type==ObjectType::Index && dynamic_cast<Index *>(tab_obj)->isReferRelationshipAddedColumn()) … in registerObject()424 …=ObjectType::Constraint && dynamic_cast<Constraint *>(tab_obj)->isReferRelationshipAddedColumn()))) in registerObject()464 …ype==ObjectType::Sequence && dynamic_cast<Sequence *>(object)->isReferRelationshipAddedColumn()) || in registerObject()465 … (obj_type==ObjectType::View && dynamic_cast<View *>(object)->isReferRelationshipAddedColumn()) || in registerObject()
182 bool isReferRelationshipAddedColumn();
220 bool isReferRelationshipAddedColumn();
204 bool isReferRelationshipAddedColumn();
253 bool Index::isReferRelationshipAddedColumn() in isReferRelationshipAddedColumn() function in Index364 if(!isReferRelationshipAddedColumn()) in getCodeDefinition()
314 bool Trigger::isReferRelationshipAddedColumn() in isReferRelationshipAddedColumn() function in Trigger405 if(!isReferRelationshipAddedColumn()) in getCodeDefinition()
410 bool Constraint::isReferRelationshipAddedColumn() in isReferRelationshipAddedColumn() function in Constraint668 else if(!isReferRelationshipAddedColumn() || constr_type==ConstraintType::PrimaryKey) in setDeclInTableAttribute()
346 bool Sequence::isReferRelationshipAddedColumn() in isReferRelationshipAddedColumn() function in Sequence
2006 if(trigger->isReferRelationshipAddedColumn()) in removeTableObjectsRefCols()2022 if(index->isReferRelationshipAddedColumn()) in removeTableObjectsRefCols()2039 constr->isReferRelationshipAddedColumn()) in removeTableObjectsRefCols()
282 …((!constr->isReferRelationshipAddedColumn() && constr->getConstraintType()!=ConstraintType::Check)… in setConstraintsAttribute()287 …r->getConstraintType()!=ConstraintType::PrimaryKey && !constr->isReferRelationshipAddedColumn()) || in setConstraintsAttribute()
557 bool View::isReferRelationshipAddedColumn() in isReferRelationshipAddedColumn() function in View
1975 constr->isReferRelationshipAddedColumn() && in storeSpecialObjectsXML()1985 found=trigger->isReferRelationshipAddedColumn(); in storeSpecialObjectsXML()1993 found=index->isReferRelationshipAddedColumn(); in storeSpecialObjectsXML()2045 if(sequence->isReferRelationshipAddedColumn()) in storeSpecialObjectsXML()2064 if(view->isReferRelationshipAddedColumn()) in storeSpecialObjectsXML()7601 …str->getConstraintType()!=ConstraintType::PrimaryKey && constr->isReferRelationshipAddedColumn()))) in getCreationOrder()7787 constr->isReferRelationshipAddedColumn())))) in __getObjectDependencies()7871 constr->isReferRelationshipAddedColumn())))) in getCreationOrder()
483 constr->isReferRelationshipAddedColumn()) in applyConfiguration()
1451 if(pk && (pk->isReferRelationshipAddedColumn() || pk->isAddedByRelationship())) in convertRelationship1N()2598 constr->isReferRelationshipAddedColumn())))))))) in copyObjects()