MCPcopy Create free account
hub / github.com/dolthub/doltgresql / GetID

Method GetID

core/rootobject/objinterface/interfaces.go:63–63  ·  view source on GitHub ↗

GetID returns the identifying ID for the Collection.

()

Source from the content-addressed store, hash-verified

61 GetFieldType(ctx context.Context, fieldName string) *pgtypes.DoltgresType
62 // GetID returns the identifying ID for the Collection.
63 GetID() RootObjectID
64 // GetRootObject returns the root object matching the given ID. Returns false if it cannot be found.
65 GetRootObject(ctx context.Context, identifier id.Id) (RootObject, bool, error)
66 // HasRootObject returns whether a root object exactly matching the given ID was found.

Callers 4

CreateConflictFunction · 0.65
HandleMergeFunction · 0.65
PutRootObjectFunction · 0.65
ResolveNameFunction · 0.65

Implementers 8

Collectioncore/triggers/collection.go
Collectioncore/functions/collection.go
Collectioncore/conflicts/collection.go
Collectioncore/extensions/collection.go
Collectioncore/sequences/collection.go
Collectioncore/procedures/collection.go
Collectioncore/casts/collection.go
TypeCollectioncore/typecollection/typecollection.go

Calls

no outgoing calls

Tested by

no test coverage detected