Home
last modified time | relevance | path

Searched refs:ObjectType (Results 1 – 25 of 6377) sorted by relevance

12345678910>>...256

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/Include/
H A DXalanObjectCache.hpp37 template<class ObjectType>
42 ObjectType*
60 template<class ObjectType>
65 ObjectType*
83 template<class ObjectType>
96 template<class ObjectType>
113 class ObjectType,
155 ObjectType*
253 class ObjectType,
292 ObjectType*
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dbaseobject.cpp978 …vector<ObjectType> vet_types={ ObjectType::BaseRelationship, ObjectType::Aggregate, ObjectType::Ca… in getObjectTypes()
979ObjectType::Conversion, ObjectType::Database, ObjectType::Domain, ObjectType::Extension, ObjectTyp… in getObjectTypes()
980ObjectType::ForeignDataWrapper, ObjectType::ForeignServer, ObjectType::Function, ObjectType::Gener… in getObjectTypes()
981ObjectType::Operator, ObjectType::OpFamily, ObjectType::Permission, ObjectType::Relationship, Obje… in getObjectTypes()
982ObjectType::Sequence, ObjectType::Table, ObjectType::Tablespace, ObjectType::Tag, ObjectType::Tex… in getObjectTypes()
983 ObjectType::Type, ObjectType::UserMapping, ObjectType::View, ObjectType::ForeignTable }; in getObjectTypes()
1009 return vector<ObjectType>()={ ObjectType::Cast, ObjectType::Role, ObjectType::Language, in getChildObjectTypes()
1015 …return vector<ObjectType>()={ ObjectType::Aggregate, ObjectType::Conversion, ObjectType::Collation, in getChildObjectTypes()
1021 return vector<ObjectType>()={ ObjectType::Column, ObjectType::Constraint, ObjectType::Rule, in getChildObjectTypes()
1025 return vector<ObjectType>()={ ObjectType::Column, ObjectType::Constraint, ObjectType::Trigger }; in getChildObjectTypes()
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dobjecttype.cpp38 ObjectType::ObjectType(ObjectType* parent) : m_parent(nullptr), m_layout(nullptr), m_call_id(-1) in ObjectType() function in ObjectType
43 ObjectType::~ObjectType() in ~ObjectType()
50 ObjectType*
60 const ObjectType *ObjectType::defaultInstance() in defaultInstance()
67 ObjectType::removeChild(ObjectType* child) in removeChild()
79 ObjectType*
80 ObjectType::takeChild(ObjectType* child) in takeChild()
129 ObjectType::setParent(ObjectType* parent) in setParent()
270 void ObjectType::setObject(ObjectType *) in setObject() argument
288 ObjectType* fake_parent = new ObjectType(); in callVirtualCreateChild()
[all …]
H A Dobjecttype.h65 class ObjectType; variable
68 class LIBSAMPLE_API ObjectType
74 explicit ObjectType(ObjectType *parent = nullptr);
75 virtual ~ObjectType();
78 inline static ObjectType* create() { return new ObjectType(); } in create()
88 ObjectType* takeChild(ObjectType* child);
130 virtual ObjectType* createChild(ObjectType* parent);
136 ObjectType* parent = new ObjectType(); in getCppParent()
154 ObjectType(const ObjectType&);
155 ObjectType& operator=(const ObjectType&);
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dobjecttype.cpp38 ObjectType::ObjectType(ObjectType* parent) : m_parent(nullptr), m_layout(nullptr), m_call_id(-1) in ObjectType() function in ObjectType
43 ObjectType::~ObjectType() in ~ObjectType()
50 ObjectType*
60 const ObjectType *ObjectType::defaultInstance() in defaultInstance()
67 ObjectType::removeChild(ObjectType* child) in removeChild()
79 ObjectType*
80 ObjectType::takeChild(ObjectType* child) in takeChild()
129 ObjectType::setParent(ObjectType* parent) in setParent()
270 void ObjectType::setObject(ObjectType *) in setObject() argument
288 ObjectType* fake_parent = new ObjectType(); in callVirtualCreateChild()
[all …]
H A Dobjecttype.h65 class ObjectType; variable
68 class LIBSAMPLE_API ObjectType
74 explicit ObjectType(ObjectType *parent = nullptr);
75 virtual ~ObjectType();
78 inline static ObjectType* create() { return new ObjectType(); } in create()
88 ObjectType* takeChild(ObjectType* child);
130 virtual ObjectType* createChild(ObjectType* parent);
136 ObjectType* parent = new ObjectType(); in getCppParent()
154 ObjectType(const ObjectType&);
155 ObjectType& operator=(const ObjectType&);
[all …]
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dobjecttype.cpp38 ObjectType::ObjectType(ObjectType* parent) : m_parent(nullptr), m_layout(nullptr), m_call_id(-1) in ObjectType() function in ObjectType
43 ObjectType::~ObjectType() in ~ObjectType()
50 ObjectType*
60 const ObjectType *ObjectType::defaultInstance() in defaultInstance()
67 ObjectType::removeChild(ObjectType* child) in removeChild()
79 ObjectType*
80 ObjectType::takeChild(ObjectType* child) in takeChild()
129 ObjectType::setParent(ObjectType* parent) in setParent()
270 void ObjectType::setObject(ObjectType *) in setObject() argument
288 ObjectType* fake_parent = new ObjectType(); in callVirtualCreateChild()
[all …]
H A Dobjecttype.h65 class ObjectType; variable
68 class LIBSAMPLE_API ObjectType
74 explicit ObjectType(ObjectType *parent = nullptr);
75 virtual ~ObjectType();
78 inline static ObjectType* create() { return new ObjectType(); } in create()
88 ObjectType* takeChild(ObjectType* child);
130 virtual ObjectType* createChild(ObjectType* parent);
136 ObjectType* parent = new ObjectType(); in getCppParent()
154 ObjectType(const ObjectType&);
155 ObjectType& operator=(const ObjectType&);
[all …]
/dports/archivers/libcabinet/libcabinet-0.30/
H A Dobject.hpp49 template <class ObjectType>
53 ObjectOf() : ObjectBase(), ObjectType() {} in ObjectOf()
80 template <class ObjectType>
84 ObjectType* obj;
93 ObjectType* LinkObject(ObjectType* o);
110 operator ObjectType * () { return obj; } in operator ObjectType*()
120 template <class ObjectType>
124 ObjectType obj;
145 operator ObjectType & () { return obj; } in operator ObjectType&()
153 template <class ObjectType>
[all …]
/dports/archivers/libcabinet/libcabinet-0.30/dist-include/
H A Dobject.hpp49 template <class ObjectType>
53 ObjectOf() : ObjectBase(), ObjectType() {} in ObjectOf()
80 template <class ObjectType>
84 ObjectType* obj;
93 ObjectType* LinkObject(ObjectType* o);
110 operator ObjectType * () { return obj; } in operator ObjectType*()
120 template <class ObjectType>
124 ObjectType obj;
145 operator ObjectType & () { return obj; } in operator ObjectType&()
153 template <class ObjectType>
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dnewobjectoverlaywidget.cpp27 ObjectType obj_type; in NewObjectOverlayWidget()
115 ObjectType obj_type=ObjectType::BaseObject; in setSelectedObjects()
120 obj_type=ObjectType::Database; in setSelectedObjects()
123 sch_objs_grp->setVisible(obj_type==ObjectType::Database || obj_type==ObjectType::Schema); in setSelectedObjects()
126 column_tb->setVisible(obj_type!=ObjectType::View); in setSelectedObjects()
127 constraint_tb->setVisible(obj_type!=ObjectType::View); in setSelectedObjects()
128 index_tb->setVisible(obj_type==ObjectType::Table || obj_type==ObjectType::View); in setSelectedObjects()
129 rule_tb->setVisible(obj_type==ObjectType::Table || obj_type==ObjectType::View); in setSelectedObjects()
131 policy_tb->setVisible(obj_type==ObjectType::Table); in setSelectedObjects()
132 tab_perms_tb->setVisible(obj_type==ObjectType::Table || obj_type==ObjectType::View); in setSelectedObjects()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java84 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClassExact())) { in isAssignmentCompatibleWith()
88 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
92 if (Repository.instanceOf(((ObjectType) this).getClassName(), ((ObjectType) T) in isAssignmentCompatibleWith()
99 if ((T instanceof ObjectType) && (((ObjectType) T).referencesInterfaceExact())) { in isAssignmentCompatibleWith()
111 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
135 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
236 final ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass()
237 final ObjectType other = (ObjectType) t; in getFirstCommonSuperclass()
300 if (((this instanceof ObjectType) && ((ObjectType) this).referencesInterface()) in firstCommonSuperclass()
308 final ObjectType thiz = (ObjectType) this; in firstCommonSuperclass()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java84 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClassExact())) { in isAssignmentCompatibleWith()
88 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
92 if (Repository.instanceOf(((ObjectType) this).getClassName(), ((ObjectType) T) in isAssignmentCompatibleWith()
99 if ((T instanceof ObjectType) && (((ObjectType) T).referencesInterfaceExact())) { in isAssignmentCompatibleWith()
111 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
135 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
236 final ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass()
237 final ObjectType other = (ObjectType) t; in getFirstCommonSuperclass()
300 if (((this instanceof ObjectType) && ((ObjectType) this).referencesInterface()) in firstCommonSuperclass()
308 final ObjectType thiz = (ObjectType) this; in firstCommonSuperclass()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java84 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClassExact())) { in isAssignmentCompatibleWith()
88 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
92 if (Repository.instanceOf(((ObjectType) this).getClassName(), ((ObjectType) T) in isAssignmentCompatibleWith()
99 if ((T instanceof ObjectType) && (((ObjectType) T).referencesInterfaceExact())) { in isAssignmentCompatibleWith()
111 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
135 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
236 final ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass()
237 final ObjectType other = (ObjectType) t; in getFirstCommonSuperclass()
300 if (((this instanceof ObjectType) && ((ObjectType) this).referencesInterface()) in firstCommonSuperclass()
308 final ObjectType thiz = (ObjectType) this; in firstCommonSuperclass()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java85 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClassExact())) { in isAssignmentCompatibleWith()
89 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
93 if (Repository.instanceOf(((ObjectType) this).getClassName(), ((ObjectType) T) in isAssignmentCompatibleWith()
100 if ((T instanceof ObjectType) && (((ObjectType) T).referencesInterfaceExact())) { in isAssignmentCompatibleWith()
112 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
136 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
237 final ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass()
238 final ObjectType other = (ObjectType) t; in getFirstCommonSuperclass()
301 if (((this instanceof ObjectType) && ((ObjectType) this).referencesInterface()) in firstCommonSuperclass()
309 final ObjectType thiz = (ObjectType) this; in firstCommonSuperclass()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java84 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClassExact())) { in isAssignmentCompatibleWith()
88 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
92 if (Repository.instanceOf(((ObjectType) this).getClassName(), ((ObjectType) T) in isAssignmentCompatibleWith()
99 if ((T instanceof ObjectType) && (((ObjectType) T).referencesInterfaceExact())) { in isAssignmentCompatibleWith()
111 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
135 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
236 final ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass()
237 final ObjectType other = (ObjectType) t; in getFirstCommonSuperclass()
300 if (((this instanceof ObjectType) && ((ObjectType) this).referencesInterface()) in firstCommonSuperclass()
308 final ObjectType thiz = (ObjectType) this; in firstCommonSuperclass()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java84 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClassExact())) { in isAssignmentCompatibleWith()
88 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
92 if (Repository.instanceOf(((ObjectType) this).getClassName(), ((ObjectType) T) in isAssignmentCompatibleWith()
99 if ((T instanceof ObjectType) && (((ObjectType) T).referencesInterfaceExact())) { in isAssignmentCompatibleWith()
111 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
135 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
236 final ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass()
237 final ObjectType other = (ObjectType) t; in getFirstCommonSuperclass()
300 if (((this instanceof ObjectType) && ((ObjectType) this).referencesInterface()) in firstCommonSuperclass()
308 final ObjectType thiz = (ObjectType) this; in firstCommonSuperclass()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java85 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClassExact())) { in isAssignmentCompatibleWith()
89 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
93 if (Repository.instanceOf(((ObjectType) this).getClassName(), ((ObjectType) T) in isAssignmentCompatibleWith()
100 if ((T instanceof ObjectType) && (((ObjectType) T).referencesInterfaceExact())) { in isAssignmentCompatibleWith()
112 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
136 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
237 final ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass()
238 final ObjectType other = (ObjectType) t; in getFirstCommonSuperclass()
301 if (((this instanceof ObjectType) && ((ObjectType) this).referencesInterface()) in firstCommonSuperclass()
309 final ObjectType thiz = (ObjectType) this; in firstCommonSuperclass()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java84 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClassExact())) { in isAssignmentCompatibleWith()
88 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
92 if (Repository.instanceOf(((ObjectType) this).getClassName(), ((ObjectType) T) in isAssignmentCompatibleWith()
99 if ((T instanceof ObjectType) && (((ObjectType) T).referencesInterfaceExact())) { in isAssignmentCompatibleWith()
111 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
135 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
236 final ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass()
237 final ObjectType other = (ObjectType) t; in getFirstCommonSuperclass()
300 if (((this instanceof ObjectType) && ((ObjectType) this).referencesInterface()) in firstCommonSuperclass()
308 final ObjectType thiz = (ObjectType) this; in firstCommonSuperclass()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/test/unit/
H A DTObjectType.h26 colin::ObjectType tmp1 = colin::ObjectType::get<int>(); in test_get()
28 colin::ObjectType tmp2 = colin::ObjectType::get(&i); in test_get()
31 colin::ObjectType tmp3 = colin::ObjectType::get(&j); in test_get()
39 colin::ObjectType ot_i = colin::ObjectType::get(&i); in test_less_than()
41 colin::ObjectType ot_f = colin::ObjectType::get(&j); in test_less_than()
45 colin::ObjectType ot_i2 = colin::ObjectType::get(&k); in test_less_than()
55 colin::ObjectType i = colin::ObjectType::get<int>(); in test_name()
58 colin::ObjectType iPtr = colin::ObjectType::get<int*>(); in test_name()
67 colin::ObjectType i = colin::ObjectType::get<int>(); in test_mangledName()
78 colin::ObjectType i1 = colin::ObjectType::get<int>(); in test_typeinfo()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java115 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClass())) { in isAssignmentCompatibleWith()
119 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClass())) { in isAssignmentCompatibleWith()
130 if ((T instanceof ObjectType) && (((ObjectType) T).referencesInterface())) { in isAssignmentCompatibleWith()
142 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClass())) { in isAssignmentCompatibleWith()
163 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClass())) { in isAssignmentCompatibleWith()
251 ((t instanceof ObjectType) && ((ObjectType) t).referencesInterface())) in getFirstCommonSuperclass()
259 ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass()
260 ObjectType other = (ObjectType) t; in getFirstCommonSuperclass()
318 ((t instanceof ObjectType) && ((ObjectType) t).referencesInterface())) in firstCommonSuperclass()
326 ObjectType thiz = (ObjectType) this; in firstCommonSuperclass()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java115 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClass())) { in isAssignmentCompatibleWith()
119 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClass())) { in isAssignmentCompatibleWith()
130 if ((T instanceof ObjectType) && (((ObjectType) T).referencesInterface())) { in isAssignmentCompatibleWith()
142 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClass())) { in isAssignmentCompatibleWith()
163 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClass())) { in isAssignmentCompatibleWith()
251 ((t instanceof ObjectType) && ((ObjectType) t).referencesInterface())) in getFirstCommonSuperclass()
259 ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass()
260 ObjectType other = (ObjectType) t; in getFirstCommonSuperclass()
318 ((t instanceof ObjectType) && ((ObjectType) t).referencesInterface())) in firstCommonSuperclass()
326 ObjectType thiz = (ObjectType) this; in firstCommonSuperclass()
[all …]
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/type/
H A Dtest_predicate.py70 ObjectType = GraphQLObjectType("Object", {}) variable
84 assert is_type(ObjectType) is True
85 assert_type(ObjectType)
147 assert_object_type(ObjectType)
423 assert get_nullable_type(ObjectType) is ObjectType
428 assert get_nullable_type(GraphQLNonNull(ObjectType)) is ObjectType
433 assert_named_type(ObjectType)
448 assert get_named_type(ObjectType) is ObjectType
451 assert get_named_type(GraphQLNonNull(ObjectType)) is ObjectType
452 assert get_named_type(GraphQLList(ObjectType)) is ObjectType
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parameterlist/src/
H A DTeuchos_ObjectBuilder.hpp88 template<class ObjectType>
127 RCP<ObjectType> create(
183 template<class ObjectType>
186 RCP<ObjectBuilder<ObjectType> > ob = rcp(new ObjectBuilder<ObjectType>() ); in objectBuilder()
191 template<class ObjectType>
195 RCP<ObjectBuilder<ObjectType> > ob = rcp(new ObjectBuilder<ObjectType>() ); in objectBuilder()
207 template<class ObjectType>
214 template<class ObjectType>
220 template<class ObjectType>
237 template<class ObjectType>
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgconnector/src/
H A Dcatalog.cpp36 { {ObjectType::Database, "oid"}, {ObjectType::Role, "oid"}, {ObjectType::Schema,"oid"},
37 {ObjectType::Language, "oid"}, {ObjectType::Tablespace, "oid"}, {ObjectType::Extension, "ex.oid"},
38 …{ObjectType::Function, "pr.oid"}, {ObjectType::Aggregate, "pr.oid"}, {ObjectType::Operator, "op.oi…
39 …{ObjectType::OpClass, "op.oid"}, {ObjectType::OpFamily, "op.oid"}, {ObjectType::Collation, "cl.oid…
40 {ObjectType::Conversion, "cn.oid"}, {ObjectType::Cast, "cs.oid"}, {ObjectType::View, "vw.oid"},
41 {ObjectType::Sequence, "sq.oid"}, {ObjectType::Domain, "dm.oid"}, {ObjectType::Type, "tp.oid"},
42 {ObjectType::Table, "tb.oid"}, {ObjectType::Column, "cl.oid"}, {ObjectType::Constraint, "cs.oid"},
43 …{ObjectType::Rule, "rl.oid"}, {ObjectType::Trigger, "tg.oid"}, {ObjectType::Index, "id.indexrelid"…
65 { {ObjectType::Database, "datname"}, {ObjectType::Role, "rolname"}, {ObjectType::Schema,"nspname"},
69 {ObjectType::Conversion, "conname"}, {ObjectType::Cast, ""}, {ObjectType::View, "relname"},
[all …]

12345678910>>...256