Home
last modified time | relevance | path

Searched refs:TypeOid (Results 1 – 6 of 6) sorted by relevance

/dports/databases/erlang-epgsql/epgsql-4.1.0/src/
H A Depgsql_wire.erl151 <<_TableOid:?int32, _AttribNum:?int16, TypeOid:?int32,
154 Type = epgsql_binary:oid_to_name(TypeOid, Codec),
158 oid = TypeOid,
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libparsers/src/
H A Dattributes.cpp602 TypeOid("type-oid"), variable
H A Dattributes.h620 TypeOid,
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/planner/
H A Dmulti_logical_optimizer.c284 static Oid TypeOid(Oid schemaId, const char *typeName);
1715 Oid hllType = TypeOid(hllSchemaOid, HLL_TYPE_NAME); in MasterAggregateExpression()
3136 Oid hllType = TypeOid(hllSchemaOid, HLL_TYPE_NAME); in WorkerAggregateExpressionList()
3663 TypeOid(Oid schemaId, const char *typeName) in TypeOid() function
4977 Oid hllTypeId = TypeOid(hllSchemaOid, HLL_TYPE_NAME); in HasOrderByHllType()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Ddatabaseimporthelper.cpp1842 type_oid=itr.second[Attributes::TypeOid].toUInt(); in createView()
1878 getType(itr.second[Attributes::TypeOid], false); in createView()
2579 type_oid=itr->second[Attributes::TypeOid].toUInt(); in createColumns()
2632 getType(itr->second[Attributes::TypeOid], false); in createColumns()
H A Ddatabaseexplorerwidget.cpp744 attribs.erase(Attributes::TypeOid); in formatColumnAttribs()