Home
last modified time | relevance | path

Searched refs:GetSystemObject (Results 1 – 25 of 44) sorted by relevance

12

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/schema/
H A DedbPrivateSynonym.h54 bool GetSystemObject() const in GetSystemObject() function
56 return GetSchema()->GetSystemObject(); in GetSystemObject()
H A DpgType.h46 return !GetSystemObject() && pgSchemaObject::CanDrop(); in CanDropCascaded()
241 bool GetSystemObject() const in GetSystemObject() function
243 return pgSchemaObject::GetSystemObject() || isRecordType; in GetSystemObject()
H A DpgRule.h134 bool GetSystemObject() const in GetSystemObject() function
140 return !GetSystemObject() && GetSchema()->CanDrop(); in CanDrop()
H A DpgSchema.h96 bool GetSystemObject() const in GetSystemObject() function
225 bool GetSystemObject() const;
H A DgpExtTable.h40 return !GetSystemObject() && pgSchemaObject::CanDrop(); in CanDropCascaded()
H A DedbSynonym.h39 bool GetSystemObject() const in GetSystemObject() function
H A DpgForeignTable.h37 return !GetSystemObject() && pgSchemaObject::CanDrop(); in CanDropCascaded()
H A DpgSequence.h46 return !GetSystemObject() && pgSchemaObject::CanDrop(); in CanDropCascaded()
H A DpgUser.h35 bool GetSystemObject() const in GetSystemObject() function
H A DpgCast.h45 bool GetSystemObject() const in GetSystemObject() function
H A DedbPackage.h41 bool GetSystemObject() const in GetSystemObject() function
H A DpgTrigger.h71 return !GetSystemObject() && pgSchemaObject::CanDrop(); in CanDropCascaded()
H A DpgColumn.h262 bool GetSystemObject() const in GetSystemObject() function
H A DpgDatabase.h205 bool GetSystemObject() const;
H A DpgView.h50 return !GetSystemObject() && pgSchemaObject::CanDrop(); in CanDropCascaded()
H A DpgObject.h190 virtual bool GetSystemObject() const in GetSystemObject() function
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/schema/
H A DpgOperatorFamily.cpp125 properties->AppendYesNoItem(_("System operator family?"), GetSystemObject()); in ShowTreeDetail()
H A DedbSynonym.cpp122 properties->AppendYesNoItem(_("System synonym?"), GetSystemObject()); in ShowTreeDetail()
H A DedbPrivateSynonym.cpp96 properties->AppendYesNoItem(_("System synonym?"), GetSystemObject()); in ShowTreeDetail()
H A DpgConversion.cpp133 properties->AppendYesNoItem(_("System conversion?"), GetSystemObject()); in ShowTreeDetail()
H A DpgLanguage.cpp139 properties->AppendYesNoItem(_("System language?"), GetSystemObject()); in ShowTreeDetail()
H A DpgCast.cpp136 properties->AppendYesNoItem(_("System cast?"), GetSystemObject()); in ShowTreeDetail()
H A DpgSequence.cpp192 properties->AppendYesNoItem(_("System sequence?"), GetSystemObject()); in ShowTreeDetail()
H A DpgDatabase.cpp460 bool pgDatabase::GetSystemObject() const in GetSystemObject() function in pgDatabase
761 properties->AppendYesNoItem(_("System database?"), GetSystemObject()); in ShowTreeDetail()
928 if (settings->GetShowSystemObjects() || !database->GetSystemObject()) in CreateObjects()
H A DpgColumn.cpp150 if (sql.IsNull() && !GetSystemObject()) in GetSql()
507 properties->AppendYesNoItem(_("System column?"), GetSystemObject()); in ShowTreeDetail()

12