Home
last modified time | relevance | path

Searched refs:isReferRelationshipAddedColumn (Results 1 – 16 of 16) sorted by relevance

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dsequence.h118 bool isReferRelationshipAddedColumn();
H A Dindex.h131 bool isReferRelationshipAddedColumn();
H A Doperationlist.cpp422 …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()
H A Dtrigger.h182 bool isReferRelationshipAddedColumn();
H A Dview.h220 bool isReferRelationshipAddedColumn();
H A Dconstraint.h204 bool isReferRelationshipAddedColumn();
H A Dindex.cpp253 bool Index::isReferRelationshipAddedColumn() in isReferRelationshipAddedColumn() function in Index
364 if(!isReferRelationshipAddedColumn()) in getCodeDefinition()
H A Dtrigger.cpp314 bool Trigger::isReferRelationshipAddedColumn() in isReferRelationshipAddedColumn() function in Trigger
405 if(!isReferRelationshipAddedColumn()) in getCodeDefinition()
H A Dconstraint.cpp410 bool Constraint::isReferRelationshipAddedColumn() in isReferRelationshipAddedColumn() function in Constraint
668 else if(!isReferRelationshipAddedColumn() || constr_type==ConstraintType::PrimaryKey) in setDeclInTableAttribute()
H A Dsequence.cpp346 bool Sequence::isReferRelationshipAddedColumn() in isReferRelationshipAddedColumn() function in Sequence
H A Drelationship.cpp2006 if(trigger->isReferRelationshipAddedColumn()) in removeTableObjectsRefCols()
2022 if(index->isReferRelationshipAddedColumn()) in removeTableObjectsRefCols()
2039 constr->isReferRelationshipAddedColumn()) in removeTableObjectsRefCols()
H A Dphysicaltable.cpp282 …((!constr->isReferRelationshipAddedColumn() && constr->getConstraintType()!=ConstraintType::Check)… in setConstraintsAttribute()
287 …r->getConstraintType()!=ConstraintType::PrimaryKey && !constr->isReferRelationshipAddedColumn()) || in setConstraintsAttribute()
H A Dview.cpp557 bool View::isReferRelationshipAddedColumn() in isReferRelationshipAddedColumn() function in View
H A Ddatabasemodel.cpp1975 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()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dconstraintwidget.cpp483 constr->isReferRelationshipAddedColumn()) in applyConfiguration()
H A Dmodelwidget.cpp1451 if(pk && (pk->isReferRelationshipAddedColumn() || pk->isAddedByRelationship())) in convertRelationship1N()
2598 constr->isReferRelationshipAddedColumn())))))))) in copyObjects()