Home
last modified time | relevance | path

Searched refs:CreateObjects (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/schema/
H A DpgConstraints.cpp70 primaryKeyFactory.CreateObjects(this, browser); in ShowTreeDetail()
71 foreignKeyFactory.CreateObjects(this, browser); in ShowTreeDetail()
72 excludeFactory.CreateObjects(this, browser); in ShowTreeDetail()
73 uniqueFactory.CreateObjects(this, browser); in ShowTreeDetail()
75 checkFactory.CreateObjects(this, browser); in ShowTreeDetail()
H A DpgIndexConstraint.cpp280 index = primaryKeyFactory.CreateObjects(coll, 0, wxT("\n AND cls.oid=") + GetOidStr()); in Refresh()
363 index = uniqueFactory.CreateObjects(coll, 0, wxT("\n AND cls.oid=") + GetOidStr()); in Refresh()
446 index = excludeFactory.CreateObjects(coll, 0, wxT("\n AND cls.oid=") + GetOidStr()); in Refresh()
451 pgObject *pgPrimaryKeyFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxSt… in CreateObjects() function in pgPrimaryKeyFactory
453 return pgIndexBaseFactory::CreateObjects(collection, browser, wxT(" AND contype='p'\n") + where); in CreateObjects()
457 pgObject *pgUniqueFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxString… in CreateObjects() function in pgUniqueFactory
459 return pgIndexBaseFactory::CreateObjects(collection, browser, wxT(" AND contype='u'\n") + where); in CreateObjects()
463 pgObject *pgExcludeFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxStrin… in CreateObjects() function in pgExcludeFactory
465 return pgIndexBaseFactory::CreateObjects(collection, browser, wxT(" AND contype='x'\n") + where); in CreateObjects()
H A DpgRole.cpp580 role = loginRoleFactory.CreateObjects(coll, 0, wxT("\n WHERE tab.oid=") + GetOidStr()); in Refresh()
582 role = loginRoleFactory.CreateObjects(coll, 0, wxT("\n WHERE oid=") + GetOidStr()); in Refresh()
590 pgObject *pgRoleBaseFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxStri… in CreateObjects() function in pgRoleBaseFactory
746 pgObject *pgLoginRoleFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxStr… in CreateObjects() function in pgLoginRoleFactory
749 return pgRoleBaseFactory::CreateObjects(collection, browser, wxT(" WHERE rolcanlogin")); in CreateObjects()
751 return pgRoleBaseFactory::CreateObjects(collection, browser, restriction); in CreateObjects()
755 pgObject *pgGroupRoleFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxStr… in CreateObjects() function in pgGroupRoleFactory
758 return pgRoleBaseFactory::CreateObjects(collection, browser, wxT(" WHERE NOT rolcanlogin")); in CreateObjects()
760 return pgRoleBaseFactory::CreateObjects(collection, browser, restriction); in CreateObjects()
H A DedbPackageVariable.cpp106 …packageVariable = packageVariableFactory.CreateObjects(coll, 0, wxT("\n AND varname='") + GetNam… in Refresh()
108 …packageVariable = packageVariableFactory.CreateObjects(coll, 0, wxT("\n AND eltname='") + GetNam… in Refresh()
117 pgObject *edbPackageVariableFactory::CreateObjects(pgCollection *collection, ctlTree *browser, cons… in CreateObjects() function in edbPackageVariableFactory
H A DpgCatalogObject.cpp105 catalog = catalogObjectFactory.CreateObjects(parent, 0, wxT("\n AND c.oid=") + GetOidStr()); in Refresh()
112 pgObject *pgCatalogObjectFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const w… in CreateObjects() function in pgCatalogObjectFactory
H A DedbPackage.cpp213 package = packageFactory.CreateObjects(coll, 0, wxT(" AND nspname=") + qtDbString(GetName())); in Refresh()
215 package = packageFactory.CreateObjects(coll, 0, wxT(" AND pkgname=") + qtDbString(GetName())); in Refresh()
223 pgObject *edbPackageFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxStri… in CreateObjects() function in edbPackageFactory
H A DpgGroup.cpp164 group = groupFactory.CreateObjects(coll, 0, wxT("\n WHERE grosysid=") + NumToStr(GetGroupId())); in Refresh()
171 pgObject *pgGroupFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxString … in CreateObjects() function in pgGroupFactory
H A DedbResourceGroup.cpp129 group = resourceGroupFactory.CreateObjects(coll, 0, wxT("\n WHERE oid=") + GetOidStr()); in Refresh()
140 pgObject *edbResourceGroupFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const … in CreateObjects() function in edbResourceGroupFactory
H A DedbPackageFunction.cpp224 …packageFunction = packageFunctionFactory.CreateObjects(coll, 0, wxT("\n AND pronamespace=") + Ge… in Refresh()
226 …packageFunction = packageFunctionFactory.CreateObjects(coll, 0, wxT("\n AND packageoid=") + GetP… in Refresh()
499 pgObject *edbPackageFunctionFactory::CreateObjects(pgCollection *collection, ctlTree *browser, cons… in CreateObjects() function in edbPackageFunctionFactory
514 pgObject *edbPackageProcedureFactory::CreateObjects(pgCollection *collection, ctlTree *browser, con… in CreateObjects() function in edbPackageProcedureFactory
H A DpgTextSearchTemplate.cpp143 …tstemplate = textSearchTemplateFactory.CreateObjects(coll, 0, wxT("\n AND tmpl.oid=") + GetOidSt… in Refresh()
182 pgObject *pgTextSearchTemplateFactory::CreateObjects(pgCollection *collection, ctlTree *browser, co… in CreateObjects() function in pgTextSearchTemplateFactory
H A DpgCollation.cpp151 …collation = collationFactory.CreateObjects(coll, 0, wxT(" AND c.oid=") + GetOidStr() + wxT("\n")… in Refresh()
161 pgObject *pgCollationFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxStr… in CreateObjects() function in pgCollationFactory
H A DpgExtension.cpp138 language = extensionFactory.CreateObjects(coll, 0, wxT("\n AND x.oid=") + GetOidStr()); in Refresh()
145 pgObject *pgExtensionFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxStr… in CreateObjects() function in pgExtensionFactory
H A DpgOperatorFamily.cpp137 …operatorFamily = operatorFamilyFactory.CreateObjects(coll, 0, wxT("\n AND opf.oid=") + GetOidStr… in Refresh()
176 pgObject *pgOperatorFamilyFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const … in CreateObjects() function in pgOperatorFamilyFactory
H A DedbSynonym.cpp134 synonym = synonymFactory.CreateObjects(coll, 0, wxT(" WHERE synname=") + qtDbString(GetName())); in Refresh()
141 pgObject *edbSynonymFactory::CreateObjects(pgCollection *collection, ctlTree *browser, const wxStri… in CreateObjects() function in edbSynonymFactory
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/schema/
H A DpgIndexConstraint.h54 …virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr = wxEmp…
78 …virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr = wxEmp…
98 …virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr = wxEmp…
H A DpgRole.h26 virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr);
34 virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr);
43 virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr);
H A DedbPackageFunction.h28 …virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr = wxEmp…
146 …virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr = wxEmp…
H A DpgFunction.h24 …virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr = wxEmp…
275 …virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr = wxEmp…
302 …virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr = wxEmp…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aliyun/aliyun-oss-go-sdk/sample/
H A Dlist_objects.go28 err = CreateObjects(bucket, myObjects)
121 err = CreateObjects(bucket, myObjects)
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/aliyun-oss-go-sdk/sample/
H A Dlist_objects.go28 err = CreateObjects(bucket, myObjects)
121 err = CreateObjects(bucket, myObjects)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-oss-go-sdk/sample/
H A Dlist_objects.go28 err = CreateObjects(bucket, myObjects)
121 err = CreateObjects(bucket, myObjects)
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/
H A DdlgPackage.cpp96 obj = packageFactory.CreateObjects(collection, 0, in CreateObject()
99 obj = packageFactory.CreateObjects(collection, 0, in CreateObject()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/slony/
H A DslSequence.cpp141 …sequence = slSequenceFactory.CreateObjects(coll, 0, wxT(" WHERE seq_id=") + NumToStr(GetSlId()) + … in Refresh()
148 pgObject *slSlSequenceFactory::CreateObjects(pgCollection *coll, ctlTree *browser, const wxString &… in CreateObjects() function in slSlSequenceFactory
H A DslPath.cpp145 path = pathFactory.CreateObjects(coll, 0, in Refresh()
155 pgObject *slPathFactory::CreateObjects(pgCollection *coll, ctlTree *browser, const wxString &restr) in CreateObjects() function in slPathFactory
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/utils/
H A Dfactory.h39 …virtual pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr = wxEm…
117 …pgObject *CreateObjects(pgCollection *obj, ctlTree *browser, const wxString &restr = wxEmptyStrin…

12345678910>>...14