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

Method Serializer

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

Serializer returns the serializer associated with this Collection.

()

Source from the content-addressed store, hash-verified

98 ResolveNameFromObjects(ctx context.Context, name doltdb.TableName, rootObjects []RootObject) (doltdb.TableName, id.Id, error)
99 // Serializer returns the serializer associated with this Collection.
100 Serializer() RootObjectSerializer
101 // UpdateRoot updates the Collection in the given root, returning the updated root.
102 UpdateRoot(ctx context.Context, root RootValue) (RootValue, error)
103}

Callers 1

InitFunction · 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